]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
MIPS: Standardize DTS files, status "ok" -> "okay"
authorRobert P. J. Day <rpjday@crashcourse.ca>
Sat, 2 Sep 2017 07:09:06 +0000 (03:09 -0400)
committerJames Hogan <jhogan@kernel.org>
Tue, 7 Nov 2017 20:54:30 +0000 (20:54 +0000)
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>
arch/mips/boot/dts/brcm/bcm63268-comtrend-vr-3032u.dts
arch/mips/boot/dts/brcm/bcm6358-neufbox4-sercomm.dts
arch/mips/boot/dts/ralink/rt3052_eval.dts

index 430d35ca33d5910ae2720a7bf1c333ee8c0c0deb..18397f4f1bae3a2b87f7bec715b2f130b41b1ddd 100644 (file)
@@ -18,7 +18,7 @@
 };
 
 &leds0 {
-       status = "ok";
+       status = "okay";
        brcm,serial-leds;
        brcm,serial-dat-low;
        brcm,serial-shift-inv;
index 702eae2a22a0b2dd987a842e7fe2378bc19db5aa..cfffbba5c1315c5b9dd09d55d7a496a041986ab2 100644 (file)
@@ -18,7 +18,7 @@
 };
 
 &leds0 {
-       status = "ok";
+       status = "okay";
 
        led@0 {
                reg = <0>;
index ec9e9a03554140a4c11947b2ff0a7548cb4fb7fb..564870ff243196aaae9ea37a2c8f6857c2518bf6 100644 (file)
@@ -46,6 +46,6 @@
        };
 
        usb@101c0000 {
-               status = "ok";
+               status = "okay";
        };
 };