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 @@
};
};
serial@12000 {
status = "ok";
status = "okay";
};
};
gpio-leds {

View File

@ -34,7 +34,7 @@
};
};
serial@12000 {
status = "ok";
status = "okay";
};
spi@10600 {

View File

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

View File

@ -38,7 +38,7 @@
};
};
serial@12000 {
status = "ok";
status = "okay";
};
sata@80000 {

View File

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

View File

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

View File

@ -45,7 +45,7 @@
};
serial@12000 {
status = "ok";
status = "okay";
};
sata@80000 {

View File

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