[PATCH v6 7/8] ARM: dts: enable smp for rk3036
Xing Zheng
zhengxing at rock-chips.com
Wed Nov 4 04:25:41 PST 2015
Enable smp for rk3036, and add the smp sram name for adapting.
Signed-off-by: Xing Zheng <zhengxing at rock-chips.com>
Reviewed-by: Heiko Stuebner <heiko at sntech.de>
---
Changes in v6: None
arch/arm/boot/dts/rk3036.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi
index 380fe10..61b40dd 100644
--- a/arch/arm/boot/dts/rk3036.dtsi
+++ b/arch/arm/boot/dts/rk3036.dtsi
@@ -75,6 +75,7 @@
cpus {
#address-cells = <1>;
#size-cells = <0>;
+ enable-method = "rockchip,rk3036-smp";
cpu0: cpu at f00 {
device_type = "cpu";
@@ -157,6 +158,10 @@
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x10080000 0x2000>;
+ smp-sram at 0 {
+ compatible = "rockchip,rk3066-smp-sram";
+ reg = <0x00 0x10>;
+ };
};
cru: clock-controller at 20000000 {
--
1.7.9.5
More information about the linux-arm-kernel
mailing list