MIPS: Standardize DTS files, status "ok" -> "okay"
While the current kernel code in drivers/of/ allows developers to be sloppy and use the status value "ok", the current DTSpec 0.1 makes it clear that the only officially proper spelling is "okay", so adjust the very small number of DTS files under arch/mips/. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/17227/ Signed-off-by: James Hogan <jhogan@kernel.org>
This commit is contained in:
parent
072916f55d
commit
8530762f23
|
@ -18,7 +18,7 @@ chosen {
|
|||
};
|
||||
|
||||
&leds0 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
brcm,serial-leds;
|
||||
brcm,serial-dat-low;
|
||||
brcm,serial-shift-inv;
|
||||
|
|
|
@ -18,7 +18,7 @@ chosen {
|
|||
};
|
||||
|
||||
&leds0 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
|
||||
led@0 {
|
||||
reg = <0>;
|
||||
|
|
|
@ -46,6 +46,6 @@ partition@50000 {
|
|||
};
|
||||
|
||||
usb@101c0000 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue