diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-30 22:11:12 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2020-08-30 23:28:53 +0200 |
commit | 9caff35d7eba8e15c996c694a282fd38b2ea345e (patch) | |
tree | 8bec2cd49cf7f22161e77959bb2cfecff13832f7 /arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts | |
parent | 4be8df7b3bcd46a75f7e297ef310234975a437d8 (diff) | |
download | linux-9caff35d7eba8e15c996c694a282fd38b2ea345e.tar.gz |
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: 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>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts b/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts index b058ce999e3b..ecce16ecc9c3 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts +++ b/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts @@ -183,7 +183,7 @@ snps,reset-delays-us = <0 10000 1000000>; tx_delay = <0x30>; rx_delay = <0x10>; - status = "ok"; + status = "okay"; }; &i2c0 { |