diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-05-22 18:26:29 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-05-22 18:26:29 +0200 |
commit | 5a7d11fb78f647078e276f88ef30d88d3be79c04 (patch) | |
tree | a7ba525c8401347eead539e0f9ee38aeab346815 /target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts | |
parent | 586661018e412faf9843ab04e3a295cdeaa6e709 (diff) | |
download | upstream-5a7d11fb78f647078e276f88ef30d88d3be79c04.tar.gz upstream-5a7d11fb78f647078e276f88ef30d88d3be79c04.tar.bz2 upstream-5a7d11fb78f647078e276f88ef30d88d3be79c04.zip |
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>
Diffstat (limited to 'target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts')
-rw-r--r-- | target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts b/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts index 7f9a6e2698..440c653dca 100644 --- a/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts +++ b/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts @@ -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"; }; |