projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbdbc73
)
ARM: dts: rockchip: add intmem node for rk3288 smp support
author
Kever Yang
<
[email protected]
>
Wed, 15 Oct 2014 17:23:04 +0000
(10:23 -0700)
committer
Heiko Stuebner
<
[email protected]
>
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 <
[email protected]
>
Tested-by: Kevin Hilman <
[email protected]
>
Signed-off-by: Heiko Stuebner <
[email protected]
>
arch/arm/boot/dts/rk3288.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk3288.dtsi
b/arch/arm/boot/dts/rk3288.dtsi
index 3f43cf6ca883e3605da07d638c1f93b8caab6ea6..e3b8b4dfc6314010e2af089f0498a09ff8d7d79f 100644
(file)
--- 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>;