mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 07:02:23 +00:00
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:
parent
d7c51bfa86
commit
8f32220969
@ -34,7 +34,7 @@
|
||||
};
|
||||
};
|
||||
serial@12000 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
gpio-leds {
|
||||
|
@ -34,7 +34,7 @@
|
||||
};
|
||||
};
|
||||
serial@12000 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
spi@10600 {
|
||||
|
@ -66,7 +66,7 @@
|
||||
};
|
||||
};
|
||||
serial@12000 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
sata@80000 {
|
||||
|
@ -38,7 +38,7 @@
|
||||
};
|
||||
};
|
||||
serial@12000 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
sata@80000 {
|
||||
|
@ -72,7 +72,7 @@
|
||||
};
|
||||
};
|
||||
serial@12000 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -112,7 +112,7 @@
|
||||
};
|
||||
|
||||
serial@12000 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
sata@80000 {
|
||||
|
@ -45,7 +45,7 @@
|
||||
};
|
||||
|
||||
serial@12000 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
sata@80000 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user