From patchwork Tue Oct 17 18:17:26 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Stuebner X-Patchwork-Id: 827207 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=65.50.211.133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="GaAmDzki"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yGk2J3qtSz9s0Z for ; Wed, 18 Oct 2017 05:18:00 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=yancKLsJBtAevyufPyXUZyfLuK9+aJPmtNfolIls80U=; b=GaAmDzkiUr7k6Y y1jxnx1c4lAk1POSzpriqvEKBkOk1LrN2VtC5JCIepTWli1cwUo2TUdxVxB3BPzTYh6udINvxRgtG /JcGTG8FtT99Xoi7vtj4FgczAadgljxaJDTY1nd/wESiA1srLKQr8WZzx6JESWIy8+2EKf076Xx2t REuDSV17N5GOJTo4Qwh+9CUvThPoUFyoNPdxhJB25IvFUCZ7z0K2oBMXAUuANTsbYj+Aexs2JE+mO u8VT0cXm6byPleKb8WdDi3odlBMIWWIR05RYPfh90XoRlohiLkf64HH69NzeMGWoNs49lCmjgN742 P4NrdTzktXhbXux3MyiQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1e4WRC-000482-QN; Tue, 17 Oct 2017 18:17:58 +0000 Received: from gloria.sntech.de ([95.129.55.99]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1e4WR9-00044w-HW; Tue, 17 Oct 2017 18:17:57 +0000 Received: from wd0546.dip.tu-dresden.de ([141.76.110.34] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.1:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1e4WQl-00059E-OS; Tue, 17 Oct 2017 20:17:31 +0200 From: Heiko Stuebner To: arm@kernel.org Subject: [GIT PULL] Rockchip dts64 Fixes for 4.14 part 2 Date: Tue, 17 Oct 2017 20:17:26 +0200 Message-ID: <6151423.bSX8Os9Bvg@phil> User-Agent: KMail/5.2.3 (Linux/4.11.0-1-amd64; KDE/5.28.0; x86_64; ; ) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171017_111755_847228_879EBA3E X-CRM114-Status: GOOD ( 12.51 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [95.129.55.99 listed in list.dnswl.org] -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Arnd, Kevin, Olof, looks like I need two rounds of fixes this time around. But the vqmmc voltage issue warrants that I think, especially as 4.14 is going to be a LTS release. Please pull. Thanks Heiko The following changes since commit 0bc15d85d97d44e8979ff91d0c1fbafe6fd4172c: arm64: dts: rockchip: add the grf clk for dw-mipi-dsi on rk3399 (2017-09-26 15:59:17 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.14-rockchip-dts64fixes-2 for you to fetch changes up to b521102d935d0501f5d95242ade2988f3f069c77: arm64: dts: rockchip: fix typo in iommu nodes (2017-10-17 20:13:52 +0200) ---------------------------------------------------------------- The vqmmc voltages on rk3399 pose a risk for the chip if they exceed 3.0V, so they got fixed to not be at 3.3V And Arnd found a typo in the recently added iommu nodes. ---------------------------------------------------------------- Arnd Bergmann (1): arm64: dts: rockchip: fix typo in iommu nodes Shawn Lin (1): arm64: dts: rockchip: correct vqmmc voltage for rk3399 platforms arch/arm64/boot/dts/rockchip/rk3328.dtsi | 2 +- arch/arm64/boot/dts/rockchip/rk3368.dtsi | 2 +- arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 4 ++-- arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 4 ++-- arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-)