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 {
pinctrl-0 = <&rgmii_pins>;
tx_delay = <0x30>;
rx_delay = <0x10>;
status = "ok";
status = "okay";
};
&gpu {
......
......@@ -61,7 +61,7 @@ &gmac {
snps,reset-gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>;
tx_delay = <0x30>;
rx_delay = <0x10>;
status = "ok";
status = "okay";
};
&i2c0 {
......
......@@ -191,7 +191,7 @@ &gmac {
snps,reset-gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>;
tx_delay = <0x30>;
rx_delay = <0x10>;
status = "ok";
status = "okay";
};
&gpu {
......
......@@ -120,7 +120,7 @@ &gmac {
snps,reset-gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>;
tx_delay = <0x30>;
rx_delay = <0x10>;
status = "ok";
status = "okay";
};
&hdmi {
......
......@@ -161,7 +161,7 @@ &gmac {
pinctrl-0 = <&rgmii_pins>;
tx_delay = <0x30>;
rx_delay = <0x10>;
status = "ok";
status = "okay";
};
&hdmi {
......
......@@ -119,7 +119,7 @@ &gmac {
pinctrl-0 = <&rgmii_pins>;
tx_delay = <0x30>;
rx_delay = <0x10>;
status = "ok";
status = "okay";
};
&hdmi {
......
......@@ -156,7 +156,7 @@ &sdmmc {
};
&gmac {
status = "ok";
status = "okay";
};
&hdmi {
......
......@@ -137,7 +137,7 @@ &gmac {
snps,reset-delays-us = <0 10000 1000000>;
tx_delay = <0x30>;
rx_delay = <0x10>;
status = "ok";
status = "okay";
};
&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