diff options
author | Zhicheng Fan <B32736@freescale.com> | 2013-03-24 21:23:06 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2013-04-29 15:39:31 -0400 |
commit | 9aa171fbc02bf6797a05835033aa97744ac04c02 (patch) | |
tree | a80403666d0a9ede4914e714590d105e10218829 /arch/powerpc | |
parent | f0b0b48d10a6dbc050f998f7f7b5439d1242571d (diff) |
powerpc/dts: Fix the dts for p1025rdb 36bit
Fix the following errors:
Error: p1025rdb.dtsi:326.2-3 label or path, 'qe', not found
Error: 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>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/boot/dts/p1025rdb_36b.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p1025rdb_36b.dts b/arch/powerpc/boot/dts/p1025rdb_36b.dts index 4ce4bfa0eda4..06deb6f341ba 100644 --- a/arch/powerpc/boot/dts/p1025rdb_36b.dts +++ b/arch/powerpc/boot/dts/p1025rdb_36b.dts | |||
@@ -82,6 +82,11 @@ | |||
82 | 0x0 0x100000>; | 82 | 0x0 0x100000>; |
83 | }; | 83 | }; |
84 | }; | 84 | }; |
85 | |||
86 | qe: qe@fffe80000 { | ||
87 | status = "disabled"; /* no firmware loaded */ | ||
88 | }; | ||
89 | |||
85 | }; | 90 | }; |
86 | 91 | ||
87 | /include/ "p1025rdb.dtsi" | 92 | /include/ "p1025rdb.dtsi" |