Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1262249

[PATCH v6 7/8] ARM: dts: enable smp for rk3036

From Xing Zheng <zhengxing@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH v6 7/8] ARM: dts: enable smp for rk3036
Date 2015-11-04 13:30 +0100
Message-ID <qr5mp-mP-5@gated-at.bofh.it> (permalink)
References <qr5cK-j6-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Enable smp for rk3036, and add the smp sram name for adapting.

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Reviewed-by: Heiko Stuebner <heiko@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@f00 {
 			device_type = "cpu";
@@ -157,6 +158,10 @@
 		#address-cells = <1>;
 		#size-cells = <1>;
 		ranges = <0 0x10080000 0x2000>;
+		smp-sram@0 {
+			compatible = "rockchip,rk3066-smp-sram";
+			reg = <0x00 0x10>;
+		};
 	};
 
 	cru: clock-controller@20000000 {
-- 
1.7.9.5


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v6 0/8] Build and support rk3036 SoC platform Xing Zheng <zhengxing@rock-chips.com> - 2015-11-04 13:20 +0100
  [PATCH v6 3/8] clk: rockchip: add new pll-type for rk3036 and similar socs Xing Zheng <zhengxing@rock-chips.com> - 2015-11-04 13:20 +0100
    [PATCH v6.1 3/8] clk: rockchip: add new pll-type for rk3036 and similar socs Heiko Stuebner <heiko@sntech.de> - 2015-11-05 01:00 +0100
  [PATCH v6 4/8] clk: rockchip: add clock controller for rk3036 Xing Zheng <zhengxing@rock-chips.com> - 2015-11-04 13:20 +0100
    [PATCH v6.1 4/8] clk: rockchip: add clock controller for rk3036 Heiko Stuebner <heiko@sntech.de> - 2015-11-05 01:00 +0100
  [PATCH v6 2/8] clk: rockchip: add dt-binding header for rk3036 Xing Zheng <zhengxing@rock-chips.com> - 2015-11-04 13:20 +0100
  [PATCH v6 7/8] ARM: dts: enable smp for rk3036 Xing Zheng <zhengxing@rock-chips.com> - 2015-11-04 13:30 +0100
  [PATCH v6 5/8] ARM: dts: rockchip: add core rk3036 dts Xing Zheng <zhengxing@rock-chips.com> - 2015-11-04 13:30 +0100
  [PATCH v6 8/8] rockchip: make sure timer5 is enabled on rk3036 platforms Xing Zheng <zhengxing@rock-chips.com> - 2015-11-04 13:30 +0100
    Re: [PATCH v6 8/8] rockchip: make sure timer5 is enabled on rk3036 platforms Heiko Stuebner <heiko@sntech.de> - 2015-11-05 00:40 +0100
  [PATCH v6 6/8] ARM: rockchip: add support smp for rk3036 Xing Zheng <zhengxing@rock-chips.com> - 2015-11-04 13:30 +0100
    Re: [PATCH v6 6/8] ARM: rockchip: add support smp for rk3036 Heiko Stuebner <heiko@sntech.de> - 2015-11-05 00:40 +0100
      Re: [PATCH v6 6/8] ARM: rockchip: add support smp for rk3036 Xing Zheng <zhengxing@rock-chips.com> - 2015-11-05 04:10 +0100
    Re: [PATCH v6 6/8] ARM: rockchip: add support smp for rk3036 Rob Herring <robh@kernel.org> - 2015-11-05 04:30 +0100

csiph-web