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:
Robert P. J. Day 2017-09-02 03:09:06 -04:00 committed by James Hogan
parent 072916f55d
commit 8530762f23
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ chosen {
};
&leds0 {
status = "ok";
status = "okay";
brcm,serial-leds;
brcm,serial-dat-low;
brcm,serial-shift-inv;

View File

@ -18,7 +18,7 @@ chosen {
};
&leds0 {
status = "ok";
status = "okay";
led@0 {
reg = <0>;

View File

@ -46,6 +46,6 @@ partition@50000 {
};
usb@101c0000 {
status = "ok";
status = "okay";
};
};