2
0
forked from Ivasoft/openwrt

bcm63xx: replace "ok" with "okay" for status 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:
Adrian Schmutzler
2020-05-11 11:49:43 +02:00
parent 026fe1308c
commit fdd968d64e
89 changed files with 185 additions and 185 deletions

View File

@@ -29,7 +29,7 @@
};
&pflash {
status = "ok";
status = "okay";
partitions {
compatible = "fixed-partitions";
@@ -61,5 +61,5 @@
};
&uart0 {
status = "ok";
status = "okay";
};