linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Antoine Tenart <antoine.tenart@free-electrons.com>
To: sebastian.hesselbarth@gmail.com, mturquette@linaro.org,
	sboyd@codeaurora.org
Cc: Antoine Tenart <antoine.tenart@free-electrons.com>,
	zmxu@marvell.com, jszhang@marvell.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v3 8/9] ARM: berlin: remove useless chip and system ctrl compatibles in BG2CD
Date: Tue,  7 Apr 2015 16:45:08 +0200	[thread overview]
Message-ID: <1428417909-27378-9-git-send-email-antoine.tenart@free-electrons.com> (raw)
In-Reply-To: <1428417909-27378-1-git-send-email-antoine.tenart@free-electrons.com>

Now that the rework to have one sub-node per device in the chip and
system controllers is done, their dedicated compatible can be removed.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
---
 arch/arm/boot/dts/berlin2cd.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/berlin2cd.dtsi b/arch/arm/boot/dts/berlin2cd.dtsi
index 240bfe24ae83..7dff8497606b 100644
--- a/arch/arm/boot/dts/berlin2cd.dtsi
+++ b/arch/arm/boot/dts/berlin2cd.dtsi
@@ -295,7 +295,7 @@
 		};
 
 		chip: chip-controller@ea0000 {
-			compatible = "marvell,berlin2cd-chip-ctrl", "simple-mfd", "syscon";
+			compatible = "simple-mfd", "syscon";
 			reg = <0xea0000 0x400>;
 
 			chip_clk: clock {
@@ -402,7 +402,7 @@
 			};
 
 			sysctrl: system-controller@d000 {
-				compatible = "marvell,berlin2cd-system-ctrl", "simple-mfd", "syscon";
+				compatible = "simple-mfd", "syscon";
 				reg = <0xd000 0x100>;
 
 				sys_pinctrl: pin-controller {
-- 
2.3.5


  parent reply	other threads:[~2015-04-07 14:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-07 14:45 [PATCH v3 0/9] ARM: berlin: refactor the clock Antoine Tenart
2015-04-07 14:45 ` [PATCH v3 1/9] clk: berlin: move to a dedicated sub-node Antoine Tenart
2015-04-28 11:32   ` Sebastian Hesselbarth
2015-05-07  8:46     ` Sebastian Hesselbarth
2015-05-15  1:12   ` Stephen Boyd
2015-04-07 14:45 ` [PATCH v3 2/9] Documentation: bindings: move the Berlin clock documentation Antoine Tenart
2015-05-15  1:13   ` Stephen Boyd
2015-04-07 14:45 ` [PATCH v3 3/9] ARM: berlin: rework the clock node for BG2 Antoine Tenart
2015-04-07 14:45 ` [PATCH v3 4/9] ARM: berlin: rework the clock node for BG2CD Antoine Tenart
2015-04-07 14:45 ` [PATCH v3 5/9] ARM: berlin: rework the clock node for BG2Q Antoine Tenart
2015-04-07 14:45 ` [PATCH v3 6/9] Documentation: bindings: update the berlin chip and system ctrl doc Antoine Tenart
2015-04-07 14:45 ` [PATCH v3 7/9] ARM: berlin: remove useless chip and system ctrl compatibles in BG2 Antoine Tenart
2015-04-07 14:45 ` Antoine Tenart [this message]
2015-04-07 14:45 ` [PATCH v3 9/9] ARM: berlin: remove useless chip and system ctrl compatibles in BG2Q Antoine Tenart

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=1428417909-27378-9-git-send-email-antoine.tenart@free-electrons.com \
    --to=antoine.tenart@free-electrons.com \
    --cc=jszhang@marvell.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@linaro.org \
    --cc=sboyd@codeaurora.org \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=zmxu@marvell.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).