Browse Source

powerpc/85xx: Fix typo in mpc8572ds dts

The localbus node flash had a minor typo for a read-only property.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Kumar Gala 16 years ago
parent
commit
6e11521506
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/powerpc/boot/dts/mpc8572ds.dts

+ 1 - 1
arch/powerpc/boot/dts/mpc8572ds.dts

@@ -89,7 +89,7 @@
 
 
 			ramdisk@0 {
 			ramdisk@0 {
 				reg = <0x0 0x03000000>;
 				reg = <0x0 0x03000000>;
-				readl-only;
+				read-only;
 			};
 			};
 
 
 			diagnostic@3000000 {
 			diagnostic@3000000 {