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

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.de


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 20e464c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -247,7 +247,7 @@
	pinctrl-0 = <&rgmii_pins>;
	tx_delay = <0x30>;
	rx_delay = <0x10>;
	status = "ok";
	status = "okay";
};

&gpu {
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@
	snps,reset-gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>;
	tx_delay = <0x30>;
	rx_delay = <0x10>;
	status = "ok";
	status = "okay";
};

&i2c0 {
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@
	snps,reset-gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>;
	tx_delay = <0x30>;
	rx_delay = <0x10>;
	status = "ok";
	status = "okay";
};

&gpu {
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@
	snps,reset-gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>;
	tx_delay = <0x30>;
	rx_delay = <0x10>;
	status = "ok";
	status = "okay";
};

&hdmi {
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@
	pinctrl-0 = <&rgmii_pins>;
	tx_delay = <0x30>;
	rx_delay = <0x10>;
	status = "ok";
	status = "okay";
};

&hdmi {
Loading