arm64: dts: rockchip: replace status value "ok" by "okay"
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 30 Aug 2020 20:11:12 +0000 (22:11 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 30 Aug 2020 21:28:53 +0000 (23:28 +0200)
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: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Link: https://lore.kernel.org/r/20200830201112.1934-1-freifunk@adrianschmutzler.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi
arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts
arch/arm64/boot/dts/rockchip/rk3368-r88.dts

index 1c52f47c43a68d5ade56d994ba228069d0b875fd..87fabc64cc399bca0e2589c26359cb50657c8957 100644 (file)
        pinctrl-0 = <&rmii_pins>;
        tx_delay = <0x30>;
        rx_delay = <0x10>;
-       status = "ok";
+       status = "okay";
 };
 
 &i2c0 {
index b058ce999e3b9fc0ee5998832d1f500a18c785f9..ecce16ecc9c379d487ed03db96f708baf8ed0e3c 100644 (file)
        snps,reset-delays-us = <0 10000 1000000>;
        tx_delay = <0x30>;
        rx_delay = <0x10>;
-       status = "ok";
+       status = "okay";
 };
 
 &i2c0 {
index 236ab0f1b2069c96cc632909eb20984228d3ca06..2582fa4b90e2cf75f722cce6fbc54406cee19c3b 100644 (file)
        pinctrl-0 = <&rmii_pins>;
        tx_delay = <0x30>;
        rx_delay = <0x10>;
-       status = "ok";
+       status = "okay";
 };
 
 &i2c0 {
 };
 
 &io_domains {
-       status = "ok";
+       status = "okay";
 
        audio-supply = <&vcc_io>;
        gpio30-supply = <&vcc_io>;