Skip to content
Snippets Groups Projects
Commit 5a7d11fb authored by Adrian Schmutzler's avatar Adrian Schmutzler
Browse files

bcm63xx: replace further "ok" with "okay" in DTS files


While "ok" is recognized in DT parsing, only "okay" is actually
mentioned as valid value. Replace it accordingly.

Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
parent 58666101
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
}; };
&leds { &leds {
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;
...@@ -194,5 +194,5 @@ ...@@ -194,5 +194,5 @@
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
}; };
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
}; };
&leds { &leds {
status = "ok"; status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_leds &pinctrl_serial_led pinctrl-0 = <&pinctrl_leds &pinctrl_serial_led
...@@ -206,5 +206,5 @@ ...@@ -206,5 +206,5 @@
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
}; };
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
}; };
&leds { &leds {
status = "ok"; status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_leds>; pinctrl-0 = <&pinctrl_leds>;
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
}; };
&nflash { &nflash {
status = "ok"; status = "okay";
nandcs@0 { nandcs@0 {
compatible = "brcm,nandcs"; compatible = "brcm,nandcs";
...@@ -174,5 +174,5 @@ ...@@ -174,5 +174,5 @@
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
}; };
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
}; };
&nflash { &nflash {
status = "ok"; status = "okay";
nandcs@0 { nandcs@0 {
compatible = "brcm,nandcs"; compatible = "brcm,nandcs";
...@@ -212,5 +212,5 @@ ...@@ -212,5 +212,5 @@
}; };
&uart0 { &uart0 {
status = "ok"; status = "okay";
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment