Commit 8530762f authored by Robert P. J. Day's avatar Robert P. J. Day Committed by James Hogan

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: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/17227/Signed-off-by: default avatarJames Hogan <jhogan@kernel.org>
parent 072916f5
...@@ -18,7 +18,7 @@ chosen { ...@@ -18,7 +18,7 @@ chosen {
}; };
&leds0 { &leds0 {
status = "ok"; status = "okay";
brcm,serial-leds; brcm,serial-leds;
brcm,serial-dat-low; brcm,serial-dat-low;
brcm,serial-shift-inv; brcm,serial-shift-inv;
......
...@@ -18,7 +18,7 @@ chosen { ...@@ -18,7 +18,7 @@ chosen {
}; };
&leds0 { &leds0 {
status = "ok"; status = "okay";
led@0 { led@0 {
reg = <0>; reg = <0>;
......
...@@ -46,6 +46,6 @@ partition@50000 { ...@@ -46,6 +46,6 @@ partition@50000 {
}; };
usb@101c0000 { usb@101c0000 {
status = "ok"; status = "okay";
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment