Commit 9caff35d authored by Adrian Schmutzler's avatar Adrian Schmutzler Committed by Heiko Stuebner

arm64: dts: rockchip: 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: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
Link: https://lore.kernel.org/r/20200830201112.1934-1-freifunk@adrianschmutzler.deSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 4be8df7b
...@@ -134,7 +134,7 @@ &gmac { ...@@ -134,7 +134,7 @@ &gmac {
pinctrl-0 = <&rmii_pins>; pinctrl-0 = <&rmii_pins>;
tx_delay = <0x30>; tx_delay = <0x30>;
rx_delay = <0x10>; rx_delay = <0x10>;
status = "ok"; status = "okay";
}; };
&i2c0 { &i2c0 {
......
...@@ -183,7 +183,7 @@ &gmac { ...@@ -183,7 +183,7 @@ &gmac {
snps,reset-delays-us = <0 10000 1000000>; snps,reset-delays-us = <0 10000 1000000>;
tx_delay = <0x30>; tx_delay = <0x30>;
rx_delay = <0x10>; rx_delay = <0x10>;
status = "ok"; status = "okay";
}; };
&i2c0 { &i2c0 {
......
...@@ -167,7 +167,7 @@ &gmac { ...@@ -167,7 +167,7 @@ &gmac {
pinctrl-0 = <&rmii_pins>; pinctrl-0 = <&rmii_pins>;
tx_delay = <0x30>; tx_delay = <0x30>;
rx_delay = <0x10>; rx_delay = <0x10>;
status = "ok"; status = "okay";
}; };
&i2c0 { &i2c0 {
...@@ -198,7 +198,7 @@ hym8563: hym8563@51 { ...@@ -198,7 +198,7 @@ hym8563: hym8563@51 {
}; };
&io_domains { &io_domains {
status = "ok"; status = "okay";
audio-supply = <&vcc_io>; audio-supply = <&vcc_io>;
gpio30-supply = <&vcc_io>; gpio30-supply = <&vcc_io>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment