mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-18 16:40:29 +00:00
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: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
586661018e
commit
5a7d11fb78
@ -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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&nflash {
|
&nflash {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
nandcs@0 {
|
nandcs@0 {
|
||||||
compatible = "brcm,nandcs";
|
compatible = "brcm,nandcs";
|
||||||
@ -174,5 +174,5 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -143,7 +143,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&nflash {
|
&nflash {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
nandcs@0 {
|
nandcs@0 {
|
||||||
compatible = "brcm,nandcs";
|
compatible = "brcm,nandcs";
|
||||||
@ -212,5 +212,5 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user