All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: socfpga: dts: add the a9-scu node for arria10
@ 2015-05-14 15:00 dinguyen at opensource.altera.com
  2015-05-29 20:44 ` Dinh Nguyen
  0 siblings, 1 reply; 3+ messages in thread
From: dinguyen at opensource.altera.com @ 2015-05-14 15:00 UTC (permalink / raw)
  To: linux-arm-kernel

From: Dinh Nguyen <dinguyen@opensource.altera.com>

Add a dts node for the A9 SCU on the Arria10 platform.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
---
 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>;
-- 
2.2.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] ARM: socfpga: dts: add the a9-scu node for arria10
  2015-05-14 15:00 [PATCH] ARM: socfpga: dts: add the a9-scu node for arria10 dinguyen at opensource.altera.com
@ 2015-05-29 20:44 ` Dinh Nguyen
  0 siblings, 0 replies; 3+ messages in thread
From: Dinh Nguyen @ 2015-05-29 20:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, Olof:

On 05/14/2015 10:00 AM, dinguyen at opensource.altera.com wrote:
> From: Dinh Nguyen <dinguyen@opensource.altera.com>
> 
> Add a dts node for the A9 SCU on the Arria10 platform.
> 
> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
> ---
>  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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: socfpga: dts: add the a9-scu node for arria10
@ 2015-05-22  1:14 Dinh Nguyen
  0 siblings, 0 replies; 3+ messages in thread
From: Dinh Nguyen @ 2015-05-22  1:14 UTC (permalink / raw)
  To: linux-arm-kernel

From: Dinh Nguyen <dinguyen@opensource.altera.com>

Add a dts node for the A9 SCU on the Arria10 platform.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
---
 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 8a05c47..4cf0733 100644
--- a/arch/arm/boot/dts/socfpga_arria10.dtsi
+++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
@@ -281,6 +281,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>;
-- 
1.9.1.315.g3f09db0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-29 20:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-14 15:00 [PATCH] ARM: socfpga: dts: add the a9-scu node for arria10 dinguyen at opensource.altera.com
2015-05-29 20:44 ` Dinh Nguyen
2015-05-22  1:14 Dinh Nguyen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.