diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2014-10-15 19:23:04 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-11-02 14:45:50 +0100 |
commit | 1123d412bb52807e173930f1b6e915adad24d61e (patch) | |
tree | 04d1abe2c052cea3875625c2d131ae7dd8c128b8 /arch/arm/boot/dts/rk3288.dtsi | |
parent | ARM: dts: rockchip: add pmu references to cpus nodes (diff) | |
download | linux-1123d412bb52807e173930f1b6e915adad24d61e.tar.xz linux-1123d412bb52807e173930f1b6e915adad24d61e.zip |
ARM: dts: rockchip: add intmem node for rk3288 smp support
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>
Diffstat (limited to 'arch/arm/boot/dts/rk3288.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 3f43cf6ca883..e3b8b4dfc631 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -464,6 +464,18 @@ 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>; |