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

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


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

&i2c0 {
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@
	snps,reset-delays-us = <0 10000 1000000>;
	tx_delay = <0x30>;
	rx_delay = <0x10>;
	status = "ok";
	status = "okay";
};

&i2c0 {
+2 −2
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@
	pinctrl-0 = <&rmii_pins>;
	tx_delay = <0x30>;
	rx_delay = <0x10>;
	status = "ok";
	status = "okay";
};

&i2c0 {
@@ -198,7 +198,7 @@
};

&io_domains {
	status = "ok";
	status = "okay";

	audio-supply = <&vcc_io>;
	gpio30-supply = <&vcc_io>;