bcm63xx: replace further "ok" with "okay" in DTS files
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 22 May 2020 16:26:29 +0000 (18:26 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 22 May 2020 16:26:29 +0000 (18:26 +0200)
While "ok" is recognized in DT parsing, only "okay" is actually
mentioned as valid value. Replace it accordingly.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/bcm63xx/dts/bcm63169-comtrend-vg-8050.dts
target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts
target/linux/bcm63xx/dts/bcm6362-huawei-hg253s-v2.dts
target/linux/bcm63xx/dts/bcm6362-netgear-dgnd3700-v2.dts

index 4f54e9c8428883696416a3f4e6c446378c74f2f3..93a1cb8fa16e284a920f769aa0fc40ff9156e31e 100644 (file)
@@ -45,7 +45,7 @@
 };
 
 &leds {
-       status = "ok";
+       status = "okay";
        brcm,serial-leds;
        brcm,serial-dat-low;
        brcm,serial-shift-inv;
 };
 
 &uart0 {
-       status = "ok";
+       status = "okay";
 };
index 7f9a6e2698a484821bb455c3d4d0d45f7e636554..440c653dcab3832de198a8126a00d3890e2abb9e 100644 (file)
@@ -52,7 +52,7 @@
 };
 
 &leds {
-       status = "ok";
+       status = "okay";
 
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_leds &pinctrl_serial_led
 };
 
 &uart0 {
-       status = "ok";
+       status = "okay";
 };
index 6b6cbe4170ed24cfe1d4b4d129f52b80cd1ad027..e198ea2740cedf1067d133563dfa12d7c8e89099 100644 (file)
@@ -63,7 +63,7 @@
 };
 
 &leds {
-       status = "ok";
+       status = "okay";
 
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_leds>;
 };
 
 &nflash {
-       status = "ok";
+       status = "okay";
 
        nandcs@0 {
                compatible = "brcm,nandcs";
 };
 
 &uart0 {
-       status = "ok";
+       status = "okay";
 };
index 07e5c1eff80007d3c808c5b1924dcd9f23fae3f8..e3c344f5eb6b812c83ba6db843efa52640e0671d 100644 (file)
 };
 
 &nflash {
-       status = "ok";
+       status = "okay";
 
        nandcs@0 {
                compatible = "brcm,nandcs";
 };
 
 &uart0 {
-       status = "ok";
+       status = "okay";
 };