ARM: dts: kirkwood: replace status value "ok" by "okay"

While the DT parser recognizes "ok" as a valid value for the
"status" property, it is actually mentioned nowhere. Use the
proper value "okay" instead, as done in the majority of files
already.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Adrian Schmutzler 2020-08-30 21:35:43 +02:00 committed by Gregory CLEMENT
parent d7c51bfa86
commit 8f32220969
8 changed files with 9 additions and 9 deletions

View file

@ -34,7 +34,7 @@ pmx_led_orange: pmx-led-orange {
};
};
serial@12000 {
status = "ok";
status = "okay";
};
};
gpio-leds {

View file

@ -34,7 +34,7 @@ pmx_led_wifi_ap: pmx-led-wifi-ap {
};
};
serial@12000 {
status = "ok";
status = "okay";
};
spi@10600 {

View file

@ -66,7 +66,7 @@ pmx_led_orange: pmx-led_orange {
};
};
serial@12000 {
status = "ok";
status = "okay";
};
sata@80000 {

View file

@ -38,7 +38,7 @@ pmx_led_wmode_g: pmx-led-wmode-g {
};
};
serial@12000 {
status = "ok";
status = "okay";
};
sata@80000 {

View file

@ -72,7 +72,7 @@ lm63: lm63@4c {
};
};
serial@12000 {
status = "ok";
status = "okay";
};
};

View file

@ -112,7 +112,7 @@ lm63: lm63@4c {
};
serial@12000 {
status = "ok";
status = "okay";
};
sata@80000 {

View file

@ -45,7 +45,7 @@ pmx_led_copy_red: pmx-led-copy-red {
};
serial@12000 {
status = "ok";
status = "okay";
};
sata@80000 {

View file

@ -369,7 +369,7 @@ sata_phy0: sata-phy@82000 {
clocks = <&gate_clk 14>;
clock-names = "sata";
#phy-cells = <0>;
status = "ok";
status = "okay";
};
sata_phy1: sata-phy@84000 {
@ -378,7 +378,7 @@ sata_phy1: sata-phy@84000 {
clocks = <&gate_clk 15>;
clock-names = "sata";
#phy-cells = <0>;
status = "ok";
status = "okay";
};
audio0: audio-controller@a0000 {