Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752211AbdG2VMR (ORCPT ); Sat, 29 Jul 2017 17:12:17 -0400 Received: from gloria.sntech.de ([95.129.55.99]:36300 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751845AbdG2VMP (ORCPT ); Sat, 29 Jul 2017 17:12:15 -0400 From: Heiko Stuebner To: Sugar Zhang Cc: broonie@kernel.org, linux-rockchip@lists.infradead.org, Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , Liang Chen , Shawn Lin , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 2/2] arm64: dts: rockchip: add rk3328 spdif node Date: Sat, 29 Jul 2017 23:12:00 +0200 Message-ID: <2919371.Go0PDiTJp1@phil> User-Agent: KMail/5.2.3 (Linux/4.9.0-2-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: <1501143365-76104-3-git-send-email-sugar.zhang@rock-chips.com> References: <1501143365-76104-1-git-send-email-sugar.zhang@rock-chips.com> <1501143365-76104-3-git-send-email-sugar.zhang@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1226 Lines: 45 Am Donnerstag, 27. Juli 2017, 16:16:04 CEST schrieb Sugar Zhang: > This patch add the spdif dt node for rk3328. > > Signed-off-by: Sugar Zhang > > --- > > arch/arm64/boot/dts/rockchip/rk3328.dtsi | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi > index f1a284b..d278670 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi > +++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi > @@ -189,6 +189,19 @@ > status = "disabled"; > }; > I've adapted the patch so that it can exist without the previous one and applied it for 4.14. Thanks Heiko > + spdif: spdif@ff030000 { > + compatible = "rockchip,rk3328-spdif"; > + reg = <0x0 0xff030000 0x0 0x1000>; > + interrupts = ; > + clocks = <&cru SCLK_SPDIF>, <&cru HCLK_SPDIF_8CH>; > + clock-names = "mclk", "hclk"; > + dmas = <&dmac 10>; > + dma-names = "tx"; > + pinctrl-names = "default"; > + pinctrl-0 = <&spdifm2_tx>; > + status = "disabled"; > + }; > + > grf: syscon@ff100000 { > compatible = "rockchip,rk3328-grf", "syscon", "simple-mfd"; > reg = <0x0 0xff100000 0x0 0x1000>; >