mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-09 07:14:48 +08: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 {
|
serial@12000 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
gpio-leds {
|
gpio-leds {
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
serial@12000 {
|
serial@12000 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
spi@10600 {
|
spi@10600 {
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
serial@12000 {
|
serial@12000 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
sata@80000 {
|
sata@80000 {
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
serial@12000 {
|
serial@12000 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
sata@80000 {
|
sata@80000 {
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
serial@12000 {
|
serial@12000 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -112,7 +112,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
serial@12000 {
|
serial@12000 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
sata@80000 {
|
sata@80000 {
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
serial@12000 {
|
serial@12000 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
sata@80000 {
|
sata@80000 {
|
||||||
|
@ -369,7 +369,7 @@
|
|||||||
clocks = <&gate_clk 14>;
|
clocks = <&gate_clk 14>;
|
||||||
clock-names = "sata";
|
clock-names = "sata";
|
||||||
#phy-cells = <0>;
|
#phy-cells = <0>;
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
sata_phy1: sata-phy@84000 {
|
sata_phy1: sata-phy@84000 {
|
||||||
@ -378,7 +378,7 @@
|
|||||||
clocks = <&gate_clk 15>;
|
clocks = <&gate_clk 15>;
|
||||||
clock-names = "sata";
|
clock-names = "sata";
|
||||||
#phy-cells = <0>;
|
#phy-cells = <0>;
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
audio0: audio-controller@a0000 {
|
audio0: audio-controller@a0000 {
|
||||||
|
Loading…
Reference in New Issue
Block a user