From patchwork Sun May 7 14:34:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ayaka X-Patchwork-Id: 9715271 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 63589602A0 for ; Sun, 7 May 2017 14:35:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5277927F10 for ; Sun, 7 May 2017 14:35:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4658727F8C; Sun, 7 May 2017 14:35:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id F295127F10 for ; Sun, 7 May 2017 14:35:32 +0000 (UTC) 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:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: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=MMPdaNGSB8ivejbA4Ob+jeJeGhXvarWLAR0sdKDlEPg=; b=gpi o3SalzkfqH9FX+jaTfcr+L8OBHuwCQLqVwUaGm+3Ctp1D5TpuUwknZbQF/0EEnpoi9w5Ham4pPCsT I9v2Qmp6UUZD40e7wfEZ8r//bz8FQoCih5bHKQgZJjET1TD2ffba7/RR7xrrK+iC1IRLpGJbGCnDa Ukuq20co1z5amOrnRC57ldT1lmkWW+N4OHQTtkUdVtU/ogSbpoZ4VKpdqRMGbWsGPNuD6lzosNbFu /MSQqUBy2gomedJY2VRwKvx4TmewGonAdtiLowjP8Xc7g3E0JpctCwYDnaCuHQHHRrI/ZXmI0To2l Kvn7j/jdNrcsZvEGKYXORVvHoNtKBBw==; 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 1d7NHY-0006px-DL; Sun, 07 May 2017 14:35:32 +0000 Received: from kozue.soulik.info ([2001:19f0:7000:8404:5054:ff:fe75:428f]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1d7NHN-0005Rr-Az; Sun, 07 May 2017 14:35:22 +0000 Received: from misaki.sumomo.pri (unknown [IPv6:2001:470:b30d:2:3fe5:5e2:ef97:4abb]) by kozue.soulik.info (Postfix) with ESMTPA id AC30D100FA9; Sun, 7 May 2017 23:35:30 +0900 (JST) From: Randy Li To: devicetree@vger.kernel.org Subject: [PATCH] ARM: dts: rockchip: add missing grf phandle for rk3288 Date: Sun, 7 May 2017 22:34:46 +0800 Message-Id: <20170507143446.11502-1-ayaka@soulik.info> X-Mailer: git-send-email 2.9.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170507_073521_506590_19CE3A30 X-CRM114-Status: UNSURE ( 3.74 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mark.rutland@arm.com, heiko@sntech.de, Randy Li , linux@armlinux.org.uk, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The PWM devices need to access the grf to switch the PWM IP. And tsadc uses it to shutdown the system. Signed-off-by: Randy Li --- arch/arm/boot/dts/rk3288.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 26b8886..c1d3b1f 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -546,6 +546,7 @@ pinctrl-2 = <&otp_gpio>; #thermal-sensor-cells = <1>; rockchip,hw-tshut-temp = <95000>; + rockchip,grf = <&grf>; status = "disabled"; }; @@ -654,6 +655,7 @@ pinctrl-0 = <&pwm0_pin>; clocks = <&cru PCLK_PWM>; clock-names = "pwm"; + rockchip,grf = <&grf>; status = "disabled"; }; @@ -665,6 +667,7 @@ pinctrl-0 = <&pwm1_pin>; clocks = <&cru PCLK_PWM>; clock-names = "pwm"; + rockchip,grf = <&grf>; status = "disabled"; }; @@ -676,6 +679,7 @@ pinctrl-0 = <&pwm2_pin>; clocks = <&cru PCLK_PWM>; clock-names = "pwm"; + rockchip,grf = <&grf>; status = "disabled"; }; @@ -687,6 +691,7 @@ pinctrl-0 = <&pwm3_pin>; clocks = <&cru PCLK_PWM>; clock-names = "pwm"; + rockchip,grf = <&grf>; status = "disabled"; };