From mboxrd@z Thu Jan 1 00:00:00 1970 From: dinguyen@opensource.altera.com (Dinh Nguyen) Date: Fri, 29 May 2015 15:44:13 -0500 Subject: [PATCH] ARM: socfpga: dts: add the a9-scu node for arria10 In-Reply-To: <1431615643-4668-1-git-send-email-dinguyen@opensource.altera.com> References: <1431615643-4668-1-git-send-email-dinguyen@opensource.altera.com> Message-ID: <5568CF9D.7000804@opensource.altera.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Arnd, Kevin, Olof: On 05/14/2015 10:00 AM, dinguyen at opensource.altera.com wrote: > From: Dinh Nguyen > > Add a dts node for the A9 SCU on the Arria10 platform. > > Signed-off-by: Dinh Nguyen > --- > arch/arm/boot/dts/socfpga_arria10.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi > index abf9763..d025f77 100644 > --- a/arch/arm/boot/dts/socfpga_arria10.dtsi > +++ b/arch/arm/boot/dts/socfpga_arria10.dtsi > @@ -567,6 +567,11 @@ > reg = <0xffd05000 0x100>; > }; > > + scu: snoop-control-unit at ffffc000 { > + compatible = "arm,cortex-a9-scu"; > + reg = <0xffffc000 0x100>; > + }; > + > sysmgr: sysmgr at ffd06000 { > compatible = "altr,sys-mgr", "syscon"; > reg = <0xffd06000 0x300>; > Can you please apply this patch to your next/dt? Thanks, Dinh