瀏覽代碼

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 年之前
父節點
當前提交
6e11521506
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/powerpc/boot/dts/mpc8572ds.dts

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

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