]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: rockchip: add intmem node for rk3288 smp support
authorKever Yang <kever.yang@rock-chips.com>
Wed, 15 Oct 2014 17:23:04 +0000 (10:23 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 2 Nov 2014 13:45:50 +0000 (14:45 +0100)
This patch add intmem node des which is needed by platsmp.c

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Tested-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288.dtsi

index 3f43cf6ca883e3605da07d638c1f93b8caab6ea6..e3b8b4dfc6314010e2af089f0498a09ff8d7d79f 100644 (file)
                status = "disabled";
        };
 
+       bus_intmem@ff700000 {
+               compatible = "mmio-sram";
+               reg = <0xff700000 0x18000>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges = <0 0xff700000 0x18000>;
+               smp-sram@0 {
+                       compatible = "rockchip,rk3066-smp-sram";
+                       reg = <0x00 0x10>;
+               };
+       };
+
        pmu: power-management@ff730000 {
                compatible = "rockchip,rk3288-pmu", "syscon";
                reg = <0xff730000 0x100>;