From: John Bonesio <bones@secretlab.ca>
To: linux-kernel@vger.kernel.org
Cc: glikely@secretlab.ca, jdl@jdl.com, linuxppc-dev@lists.ozlabs.org,
devicetree-discuss@lists.ozlabs.org, david@gibson.dropbear.id.au
Subject: [PATCH 4/5] powerpc/5200: dts: Change combatible strings on localbus
Date: Wed, 17 Nov 2010 15:28:47 -0800 [thread overview]
Message-ID: <20101117232847.25947.60171.stgit@riker> (raw)
In-Reply-To: <20101117232520.25947.37475.stgit@riker>
This patch changes some incorrect compatible strings on the local plus bus node
in dts files for MPC5200b based systems.
Signed-off-by: John Bonesio <bones@secretlab.ca>
---
arch/powerpc/boot/dts/cm5200.dts | 2 +-
arch/powerpc/boot/dts/digsy_mtc.dts | 2 +-
arch/powerpc/boot/dts/media5200.dts | 2 +-
arch/powerpc/boot/dts/motionpro.dts | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/powerpc/boot/dts/cm5200.dts b/arch/powerpc/boot/dts/cm5200.dts
index d549897..22f7233 100644
--- a/arch/powerpc/boot/dts/cm5200.dts
+++ b/arch/powerpc/boot/dts/cm5200.dts
@@ -219,7 +219,7 @@
};
localbus {
- compatible = "fsl,mpc5200b-lpb","simple-bus";
+ compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
#address-cells = <2>;
#size-cells = <1>;
ranges = <0 0 0xfc000000 0x2000000>;
diff --git a/arch/powerpc/boot/dts/digsy_mtc.dts b/arch/powerpc/boot/dts/digsy_mtc.dts
index f0592de..3147b98 100644
--- a/arch/powerpc/boot/dts/digsy_mtc.dts
+++ b/arch/powerpc/boot/dts/digsy_mtc.dts
@@ -218,7 +218,7 @@
};
localbus {
- compatible = "fsl,mpc5200b-lpb","simple-bus";
+ compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
#address-cells = <2>;
#size-cells = <1>;
ranges = <0 0 0xff000000 0x1000000>;
diff --git a/arch/powerpc/boot/dts/media5200.dts b/arch/powerpc/boot/dts/media5200.dts
index e027f45..861f09f 100644
--- a/arch/powerpc/boot/dts/media5200.dts
+++ b/arch/powerpc/boot/dts/media5200.dts
@@ -270,7 +270,7 @@
};
localbus {
- compatible = "fsl,mpc5200b-lpb","simple-bus";
+ compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
#address-cells = <2>;
#size-cells = <1>;
diff --git a/arch/powerpc/boot/dts/motionpro.dts b/arch/powerpc/boot/dts/motionpro.dts
index 3ab4666..97cb085 100644
--- a/arch/powerpc/boot/dts/motionpro.dts
+++ b/arch/powerpc/boot/dts/motionpro.dts
@@ -236,7 +236,7 @@
};
localbus {
- compatible = "fsl,mpc5200b-lpb","simple-bus";
+ compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
#address-cells = <2>;
#size-cells = <1>;
ranges = <0 0 0xff000000 0x01000000
WARNING: multiple messages have this Message-ID (diff)
From: John Bonesio <bones@secretlab.ca>
To: linux-kernel@vger.kernel.org
Cc: linuxppc-dev@lists.ozlabs.org, jdl@jdl.com, glikely@secretlab.ca,
devicetree-discuss@lists.ozlabs.org, david@gibson.dropbear.id.au
Subject: [PATCH 4/5] powerpc/5200: dts: Change combatible strings on localbus
Date: Wed, 17 Nov 2010 15:28:47 -0800 [thread overview]
Message-ID: <20101117232847.25947.60171.stgit@riker> (raw)
In-Reply-To: <20101117232520.25947.37475.stgit@riker>
This patch changes some incorrect compatible strings on the local plus bus node
in dts files for MPC5200b based systems.
Signed-off-by: John Bonesio <bones@secretlab.ca>
---
arch/powerpc/boot/dts/cm5200.dts | 2 +-
arch/powerpc/boot/dts/digsy_mtc.dts | 2 +-
arch/powerpc/boot/dts/media5200.dts | 2 +-
arch/powerpc/boot/dts/motionpro.dts | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/powerpc/boot/dts/cm5200.dts b/arch/powerpc/boot/dts/cm5200.dts
index d549897..22f7233 100644
--- a/arch/powerpc/boot/dts/cm5200.dts
+++ b/arch/powerpc/boot/dts/cm5200.dts
@@ -219,7 +219,7 @@
};
localbus {
- compatible = "fsl,mpc5200b-lpb","simple-bus";
+ compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
#address-cells = <2>;
#size-cells = <1>;
ranges = <0 0 0xfc000000 0x2000000>;
diff --git a/arch/powerpc/boot/dts/digsy_mtc.dts b/arch/powerpc/boot/dts/digsy_mtc.dts
index f0592de..3147b98 100644
--- a/arch/powerpc/boot/dts/digsy_mtc.dts
+++ b/arch/powerpc/boot/dts/digsy_mtc.dts
@@ -218,7 +218,7 @@
};
localbus {
- compatible = "fsl,mpc5200b-lpb","simple-bus";
+ compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
#address-cells = <2>;
#size-cells = <1>;
ranges = <0 0 0xff000000 0x1000000>;
diff --git a/arch/powerpc/boot/dts/media5200.dts b/arch/powerpc/boot/dts/media5200.dts
index e027f45..861f09f 100644
--- a/arch/powerpc/boot/dts/media5200.dts
+++ b/arch/powerpc/boot/dts/media5200.dts
@@ -270,7 +270,7 @@
};
localbus {
- compatible = "fsl,mpc5200b-lpb","simple-bus";
+ compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
#address-cells = <2>;
#size-cells = <1>;
diff --git a/arch/powerpc/boot/dts/motionpro.dts b/arch/powerpc/boot/dts/motionpro.dts
index 3ab4666..97cb085 100644
--- a/arch/powerpc/boot/dts/motionpro.dts
+++ b/arch/powerpc/boot/dts/motionpro.dts
@@ -236,7 +236,7 @@
};
localbus {
- compatible = "fsl,mpc5200b-lpb","simple-bus";
+ compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
#address-cells = <2>;
#size-cells = <1>;
ranges = <0 0 0xff000000 0x01000000
next prev parent reply other threads:[~2010-11-17 23:28 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-17 23:28 [PATCH 0/5] refactor dts files for mpc5200b based systems (take 2) John Bonesio
2010-11-17 23:28 ` John Bonesio
2010-11-17 23:28 ` John Bonesio
2010-11-17 23:28 ` [PATCH 1/5] Pull in recent changes from the main dtc repository. These changes primarily John Bonesio
2010-11-17 23:28 ` John Bonesio
2011-01-04 1:29 ` Grant Likely
2011-01-04 1:29 ` Grant Likely
2010-11-17 23:28 ` [PATCH 2/5] powerpc/5200: dts: rename nodes to prepare for refactoring dts files John Bonesio
2010-11-17 23:28 ` John Bonesio
2011-01-04 1:29 ` Grant Likely
2011-01-04 1:29 ` Grant Likely
2010-11-17 23:28 ` [PATCH 3/5] powerpc/5200: dts: remove unused properties John Bonesio
2010-11-17 23:28 ` John Bonesio
2011-01-04 1:29 ` Grant Likely
2011-01-04 1:29 ` Grant Likely
2010-11-17 23:28 ` John Bonesio [this message]
2010-11-17 23:28 ` [PATCH 4/5] powerpc/5200: dts: Change combatible strings on localbus John Bonesio
2011-01-04 1:29 ` Grant Likely
2011-01-04 1:29 ` Grant Likely
2010-11-17 23:28 ` [PATCH 5/5] powerpc/5200: dts: refactor dts files John Bonesio
2010-11-17 23:28 ` John Bonesio
2011-01-04 1:31 ` Grant Likely
2011-01-04 1:31 ` Grant Likely
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=20101117232847.25947.60171.stgit@riker \
--to=bones@secretlab.ca \
--cc=david@gibson.dropbear.id.au \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=glikely@secretlab.ca \
--cc=jdl@jdl.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
/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.