From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934731AbdCVNab convert rfc822-to-8bit (ORCPT ); Wed, 22 Mar 2017 09:30:31 -0400 Received: from gloria.sntech.de ([95.129.55.99]:40424 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934675AbdCVNaC (ORCPT ); Wed, 22 Mar 2017 09:30:02 -0400 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Huibin Hong Cc: robh+dt@kernel.org, mark.rutland@arm.com, catalin.marinas@arm.com, will.deacon@arm.com, wxt@rock-chips.com, andy.yan@rock-chips.com, felipe.balbi@linux.intel.com, jic23@kernel.org, jh80.chung@samsung.com, johnyoun@synopsys.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: rockchip: add dmac nodes for rk3368 SoCs Date: Wed, 22 Mar 2017 13:49:36 +0100 Message-ID: <6714315.k8UebLJmJU@diego> User-Agent: KMail/5.2.3 (Linux/4.8.0-2-amd64; KDE/5.27.0; x86_64; ; ) In-Reply-To: <1490184194-32051-1-git-send-email-huibin.hong@rock-chips.com> References: <1490184194-32051-1-git-send-email-huibin.hong@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Am Mittwoch, 22. März 2017, 20:03:14 CET schrieb Huibin Hong: > Add dmac bus and dmac peri dts nodes for peripherals, > such as I2S, SPI, UART and so on. > > Signed-off-by: Huibin Hong I applied that patch already in [0], did something change? [0] https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git/commit/?id=4b4c0db538fa6e3f31bc40ddc17c1d5facb49d36 > --- > arch/arm64/boot/dts/rockchip/rk3368.dtsi | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi > b/arch/arm64/boot/dts/rockchip/rk3368.dtsi index a635adc..2a0422f 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi > +++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi > @@ -189,6 +189,35 @@ > }; > }; > > + amba { > + compatible = "simple-bus"; > + #address-cells = <2>; > + #size-cells = <2>; > + ranges; > + > + dmac_peri: dma-controller@ff250000 { > + compatible = "arm,pl330", "arm,primecell"; > + reg = <0x0 0xff250000 0x0 0x4000>; > + interrupts = , > + ; > + #dma-cells = <1>; > + clocks = <&cru ACLK_DMAC_PERI>; > + clock-names = "apb_pclk"; > + arm,pl330-broken-no-flushp; > + }; > + > + dmac_bus: dma-controller@ff600000 { > + compatible = "arm,pl330", "arm,primecell"; > + reg = <0x0 0xff600000 0x0 0x4000>; > + interrupts = , > + ; > + #dma-cells = <1>; > + clocks = <&cru ACLK_DMAC_BUS>; > + clock-names = "apb_pclk"; > + arm,pl330-broken-no-flushp; > + }; > + }; > + > arm-pmu { > compatible = "arm,armv8-pmuv3"; > interrupts = ,