mirror of https://github.com/hak5/openwrt.git
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>master
parent
586661018e
commit
5a7d11fb78
|
@ -45,7 +45,7 @@
|
|||
};
|
||||
|
||||
&leds {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
brcm,serial-leds;
|
||||
brcm,serial-dat-low;
|
||||
brcm,serial-shift-inv;
|
||||
|
@ -194,5 +194,5 @@
|
|||
};
|
||||
|
||||
&uart0 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
};
|
||||
|
||||
&leds {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_leds &pinctrl_serial_led
|
||||
|
@ -206,5 +206,5 @@
|
|||
};
|
||||
|
||||
&uart0 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
};
|
||||
|
||||
&leds {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_leds>;
|
||||
|
@ -129,7 +129,7 @@
|
|||
};
|
||||
|
||||
&nflash {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
|
||||
nandcs@0 {
|
||||
compatible = "brcm,nandcs";
|
||||
|
@ -174,5 +174,5 @@
|
|||
};
|
||||
|
||||
&uart0 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -143,7 +143,7 @@
|
|||
};
|
||||
|
||||
&nflash {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
|
||||
nandcs@0 {
|
||||
compatible = "brcm,nandcs";
|
||||
|
@ -212,5 +212,5 @@
|
|||
};
|
||||
|
||||
&uart0 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue