diff mbox

powerpc/dts: Fix the dts for p1025rdb 36bit

Message ID 1363934612-29057-1-git-send-email-B32736@freescale.com (mailing list archive)
State Superseded
Delegated to: Kumar Gala
Headers show

Commit Message

Zhicheng Fan March 22, 2013, 6:43 a.m. UTC
fix the following errors:
	Error: arch/powerpc/boot/dts/p1025rdb.dtsi:326.2-3 label or path, 'qe', not found
	Error: arch/powerpc/boot/dts/fsl/p1021si-post.dtsi:242.2-3 label or path, 'qe', not found
	FATAL ERROR: Syntax error parsing input tree

Signed-off-by: Zhicheng Fan <B32736@freescale.com>
---
 arch/powerpc/boot/dts/p1025rdb_36b.dts |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

Comments

Timur Tabi March 22, 2013, 2:15 p.m. UTC | #1
On Fri, Mar 22, 2013 at 1:43 AM, Zhicheng Fan <B32736@freescale.com> wrote:
> +       qe: qe@fffe80000 {

> +               ranges = <0x0 0xf 0xffe80000 0x40000>;
> +               reg = <0xf 0xffe80000 0 0x480>;
> +               brg-frequency = <0>;
> +               bus-frequency = <0>;

These four lines should be unnecessary.

> +               status = "disabled"; /* no firmware loaded */
> +       };
diff mbox

Patch

diff --git a/arch/powerpc/boot/dts/p1025rdb_36b.dts b/arch/powerpc/boot/dts/p1025rdb_36b.dts
index 4ce4bfa..18f52be 100644
--- a/arch/powerpc/boot/dts/p1025rdb_36b.dts
+++ b/arch/powerpc/boot/dts/p1025rdb_36b.dts
@@ -82,6 +82,15 @@ 
 				  0x0 0x100000>;
 		};
 	};
+
+	qe: qe@fffe80000 {
+		ranges = <0x0 0xf 0xffe80000 0x40000>;
+		reg = <0xf 0xffe80000 0 0x480>;
+		brg-frequency = <0>;
+		bus-frequency = <0>;
+		status = "disabled"; /* no firmware loaded */
+	};
+
 };
 
 /include/ "p1025rdb.dtsi"