]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: exynos: Add SCU device node to exynos4.dtsi
authorPankaj Dubey <pankaj.dubey@samsung.com>
Fri, 4 Nov 2016 03:39:22 +0000 (09:09 +0530)
committerKrzysztof Kozlowski <krzk@kernel.org>
Sat, 5 Nov 2016 15:39:50 +0000 (17:39 +0200)
Exynos4 like other Cortex-A9 SoC's has a Snoop Control Unit(SCU)
and its SFR are used during SMP boot and S2R. Add SCU node to the device tree.

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos4.dtsi

index 5f034eb5a5e271af11258480298937f8ec220bd5..6865ca99932e3b5cf3b14ff4d7cd585d5ee34aeb 100644 (file)
                reg = <0x10000000 0x100>;
        };
 
+       scu: snoop-control-unit@10500000 {
+               compatible = "arm,cortex-a9-scu";
+               reg = <0x10500000 0x2000>;
+       };
+
        memory-controller@12570000 {
                compatible = "samsung,exynos4210-srom";
                reg = <0x12570000 0x14>;