All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roger Quadros <rogerq@ti.com>
To: <kishon@ti.com>, <tony@atomide.com>
Cc: <nm@ti.com>, <nsekhar@ti.com>, <balbi@ti.com>,
	<grygorii.strashko@ti.com>, <t-kristo@ti.com>,
	<linux-omap@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	Roger Quadros <rogerq@ti.com>
Subject: [PATCH v2 1/3] ARM: dts: dra7: Remove ctrl_core and ctrl_general nodes
Date: Mon, 27 Jul 2015 13:27:28 +0300	[thread overview]
Message-ID: <1437992850-6008-2-git-send-email-rogerq@ti.com> (raw)
In-Reply-To: <1437992850-6008-1-git-send-email-rogerq@ti.com>

These nodes are wrongly placed. They must come under the
scm node. Nobody uses them either so get rid of them.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 arch/arm/boot/dts/dra7.dtsi | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index 4a0718c..cf2931e 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -286,16 +286,6 @@
 				#thermal-sensor-cells = <1>;
 		};
 
-		dra7_ctrl_core: ctrl_core@4a002000 {
-			compatible = "syscon";
-			reg = <0x4a002000 0x6d0>;
-		};
-
-		dra7_ctrl_general: tisyscon@4a002e00 {
-			compatible = "syscon";
-			reg = <0x4a002e00 0x7c>;
-		};
-
 		sdma: dma-controller@4a056000 {
 			compatible = "ti,omap4430-sdma";
 			reg = <0x4a056000 0x1000>;
-- 
2.1.4


WARNING: multiple messages have this Message-ID (diff)
From: Roger Quadros <rogerq@ti.com>
To: kishon@ti.com, tony@atomide.com
Cc: nm@ti.com, nsekhar@ti.com, balbi@ti.com,
	grygorii.strashko@ti.com, t-kristo@ti.com,
	linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org,
	Roger Quadros <rogerq@ti.com>
Subject: [PATCH v2 1/3] ARM: dts: dra7: Remove ctrl_core and ctrl_general nodes
Date: Mon, 27 Jul 2015 13:27:28 +0300	[thread overview]
Message-ID: <1437992850-6008-2-git-send-email-rogerq@ti.com> (raw)
In-Reply-To: <1437992850-6008-1-git-send-email-rogerq@ti.com>

These nodes are wrongly placed. They must come under the
scm node. Nobody uses them either so get rid of them.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 arch/arm/boot/dts/dra7.dtsi | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index 4a0718c..cf2931e 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -286,16 +286,6 @@
 				#thermal-sensor-cells = <1>;
 		};
 
-		dra7_ctrl_core: ctrl_core@4a002000 {
-			compatible = "syscon";
-			reg = <0x4a002000 0x6d0>;
-		};
-
-		dra7_ctrl_general: tisyscon@4a002e00 {
-			compatible = "syscon";
-			reg = <0x4a002e00 0x7c>;
-		};
-
 		sdma: dma-controller@4a056000 {
 			compatible = "ti,omap4430-sdma";
 			reg = <0x4a056000 0x1000>;
-- 
2.1.4

  reply	other threads:[~2015-07-27 10:27 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-27 10:27 [PATCH v2 0/3] ARM: dts: dra7: scm_conf node cleanup Roger Quadros
2015-07-27 10:27 ` Roger Quadros
2015-07-27 10:27 ` Roger Quadros [this message]
2015-07-27 10:27   ` [PATCH v2 1/3] ARM: dts: dra7: Remove ctrl_core and ctrl_general nodes Roger Quadros
2015-07-27 10:27 ` [PATCH v2 2/3] ARM: dts: dra7: fix pinmux@1400 resource length Roger Quadros
2015-07-27 10:27   ` Roger Quadros
2015-07-27 10:27 ` [PATCH v2 3/3] ARM: dts: dra7: Add scm_conf@1c04 node Roger Quadros
2015-07-27 10:27   ` Roger Quadros
2015-08-03 15:51   ` Kishon Vijay Abraham I
2015-08-03 15:51     ` Kishon Vijay Abraham I
2015-08-04  8:10     ` Roger Quadros
2015-08-04  8:10       ` Roger Quadros
2015-08-04  9:10   ` [PATCH v3 " Roger Quadros
2015-08-04  9:10     ` Roger Quadros
2015-08-05  9:42     ` Tony Lindgren
2015-07-28 14:33 ` [PATCH v2 0/3] ARM: dts: dra7: scm_conf node cleanup Tero Kristo
2015-07-28 14:33   ` Tero Kristo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1437992850-6008-2-git-send-email-rogerq@ti.com \
    --to=rogerq@ti.com \
    --cc=balbi@ti.com \
    --cc=grygorii.strashko@ti.com \
    --cc=kishon@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=nsekhar@ti.com \
    --cc=t-kristo@ti.com \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.