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


Groups > linux.kernel > #1199863

[PATCH v3 7/8] ARM: dts: mt6580: Add device nodes to the MT6580 dtsi file

From Scott Shu <scott.shu@mediatek.com>
Newsgroups linux.kernel
Subject [PATCH v3 7/8] ARM: dts: mt6580: Add device nodes to the MT6580 dtsi file
Date 2015-08-04 16:00 +0200
Message-ID <pTKV5-3Un-35@gated-at.bofh.it> (permalink)
References <pTKV3-3Un-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This adds the SCPSYS device node to the MT6580 dtsi file.

Signed-off-by: Scott Shu <scott.shu@mediatek.com>
---
 arch/arm/boot/dts/mt6580.dtsi |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/mt6580.dtsi b/arch/arm/boot/dts/mt6580.dtsi
index 06fdf6c..40957d3 100644
--- a/arch/arm/boot/dts/mt6580.dtsi
+++ b/arch/arm/boot/dts/mt6580.dtsi
@@ -67,6 +67,12 @@
 		#clock-cells = <0>;
 	};
 
+	scpsys: scpsys@10006000 {
+		#power-domain-cells = <1>;
+		compatible = "mediatek,mt6580-scpsys";
+		reg = <0x10006000 0x1000>;
+	};
+
 	timer: timer@10008000 {
 		compatible = "mediatek,mt6580-timer",
 			     "mediatek,mt6577-timer";
-- 
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 v3 0/8] This series adds SMP support for the MediaTek MT6580. Scott Shu <scott.shu@mediatek.com> - 2015-08-04 16:00 +0200
  [PATCH v3 7/8] ARM: dts: mt6580: Add device nodes to the MT6580 dtsi file Scott Shu <scott.shu@mediatek.com> - 2015-08-04 16:00 +0200
  [PATCH v3 3/8] soc: Mediatek: Add SCPSYS CPU power domain driver Scott Shu <scott.shu@mediatek.com> - 2015-08-04 16:00 +0200
    Re: [PATCH v3 3/8] soc: Mediatek: Add SCPSYS CPU power domain driver Sascha Hauer <s.hauer@pengutronix.de> - 2015-08-05 11:00 +0200
      Re: [PATCH v3 3/8] soc: Mediatek: Add SCPSYS CPU power domain driver Scott Shu <scott.shu@mediatek.com> - 2015-08-06 05:00 +0200
        Re: [PATCH v3 3/8] soc: Mediatek: Add SCPSYS CPU power domain driver Sascha Hauer <s.hauer@pengutronix.de> - 2015-08-06 12:10 +0200
          Re: [PATCH v3 3/8] soc: Mediatek: Add SCPSYS CPU power domain driver Scott Shu <scott.shu@mediatek.com> - 2015-08-07 04:00 +0200
  [PATCH v3 6/8] ARM: Mediatek: enable GPT6 on boot up to make arch timer working for MT6580 Scott Shu <scott.shu@mediatek.com> - 2015-08-04 16:00 +0200
  [PATCH v3 1/8] Document: bindings: DT: Add SMP enable method for MT6580 SoC platform Scott Shu <scott.shu@mediatek.com> - 2015-08-04 16:00 +0200

csiph-web