Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/dts: Standardize DTS status assignments from "ok" to "okay"

While the current kernel drivers/of/ code allows developers to be
sloppy and use a DTS status value of "ok", the current DTSpec 0.1
makes it clear that the proper spelling is "okay", so fix the small
number of PowerPC .dts files that do this.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

authored by

Robert P. J. Day and committed by
Michael Ellerman
5c285dd7 c746ca00

+4 -4
+1 -1
arch/powerpc/boot/dts/akebono.dts
··· 40 40 d-cache-size = <32768>; 41 41 dcr-controller; 42 42 dcr-access-method = "native"; 43 - status = "ok"; 43 + status = "okay"; 44 44 }; 45 45 cpu@1 { 46 46 device_type = "cpu";
+1 -1
arch/powerpc/boot/dts/bluestone.dts
··· 109 109 110 110 OCM: ocm@400040000 { 111 111 compatible = "ibm,ocm"; 112 - status = "ok"; 112 + status = "okay"; 113 113 cell-index = <1>; 114 114 /* configured in U-Boot */ 115 115 reg = <4 0x00040000 0x8000>; /* 32K */
+1 -1
arch/powerpc/boot/dts/currituck.dts
··· 39 39 d-cache-size = <32768>; 40 40 dcr-controller; 41 41 dcr-access-method = "native"; 42 - status = "ok"; 42 + status = "okay"; 43 43 }; 44 44 cpu@1 { 45 45 device_type = "cpu";
+1 -1
arch/powerpc/boot/dts/iss4xx-mpic.dts
··· 43 43 d-cache-size = <32768>; 44 44 dcr-controller; 45 45 dcr-access-method = "native"; 46 - status = "ok"; 46 + status = "okay"; 47 47 }; 48 48 cpu@1 { 49 49 device_type = "cpu";