Commit 0cf10e6f authored by Adrian Schmutzler's avatar Adrian Schmutzler Committed by Heiko Stuebner

ARM: 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/20200830190820.20583-1-freifunk@adrianschmutzler.deSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 20e464c0
...@@ -247,7 +247,7 @@ &gmac { ...@@ -247,7 +247,7 @@ &gmac {
pinctrl-0 = <&rgmii_pins>; pinctrl-0 = <&rgmii_pins>;
tx_delay = <0x30>; tx_delay = <0x30>;
rx_delay = <0x10>; rx_delay = <0x10>;
status = "ok"; status = "okay";
}; };
&gpu { &gpu {
......
...@@ -61,7 +61,7 @@ &gmac { ...@@ -61,7 +61,7 @@ &gmac {
snps,reset-gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>; snps,reset-gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>;
tx_delay = <0x30>; tx_delay = <0x30>;
rx_delay = <0x10>; rx_delay = <0x10>;
status = "ok"; status = "okay";
}; };
&i2c0 { &i2c0 {
......
...@@ -191,7 +191,7 @@ &gmac { ...@@ -191,7 +191,7 @@ &gmac {
snps,reset-gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>; snps,reset-gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>;
tx_delay = <0x30>; tx_delay = <0x30>;
rx_delay = <0x10>; rx_delay = <0x10>;
status = "ok"; status = "okay";
}; };
&gpu { &gpu {
......
...@@ -120,7 +120,7 @@ &gmac { ...@@ -120,7 +120,7 @@ &gmac {
snps,reset-gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>; snps,reset-gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>;
tx_delay = <0x30>; tx_delay = <0x30>;
rx_delay = <0x10>; rx_delay = <0x10>;
status = "ok"; status = "okay";
}; };
&hdmi { &hdmi {
......
...@@ -161,7 +161,7 @@ &gmac { ...@@ -161,7 +161,7 @@ &gmac {
pinctrl-0 = <&rgmii_pins>; pinctrl-0 = <&rgmii_pins>;
tx_delay = <0x30>; tx_delay = <0x30>;
rx_delay = <0x10>; rx_delay = <0x10>;
status = "ok"; status = "okay";
}; };
&hdmi { &hdmi {
......
...@@ -119,7 +119,7 @@ &gmac { ...@@ -119,7 +119,7 @@ &gmac {
pinctrl-0 = <&rgmii_pins>; pinctrl-0 = <&rgmii_pins>;
tx_delay = <0x30>; tx_delay = <0x30>;
rx_delay = <0x10>; rx_delay = <0x10>;
status = "ok"; status = "okay";
}; };
&hdmi { &hdmi {
......
...@@ -156,7 +156,7 @@ &sdmmc { ...@@ -156,7 +156,7 @@ &sdmmc {
}; };
&gmac { &gmac {
status = "ok"; status = "okay";
}; };
&hdmi { &hdmi {
......
...@@ -137,7 +137,7 @@ &gmac { ...@@ -137,7 +137,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";
}; };
&gpu { &gpu {
......
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