diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-30 21:08:20 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2020-08-30 21:47:07 +0200 |
commit | 0cf10e6f94335495f90fc62fb75d9569f6a603fb (patch) | |
tree | 92491d2fddae765f2e3bfc5ff7d4d000e6286b3f /arch/arm/boot/dts/rk3288-r89.dts | |
parent | ARM: dts: rockchip: update cpu supplies on rk3066a (diff) | |
download | linux-0cf10e6f94335495f90fc62fb75d9569f6a603fb.tar.xz linux-0cf10e6f94335495f90fc62fb75d9569f6a603fb.zip |
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: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Link: https://lore.kernel.org/r/20200830190820.20583-1-freifunk@adrianschmutzler.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-r89.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3288-r89.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288-r89.dts b/arch/arm/boot/dts/rk3288-r89.dts index e5ba901c7dcb..55467bc30fa6 100644 --- a/arch/arm/boot/dts/rk3288-r89.dts +++ b/arch/arm/boot/dts/rk3288-r89.dts @@ -119,7 +119,7 @@ pinctrl-0 = <&rgmii_pins>; tx_delay = <0x30>; rx_delay = <0x10>; - status = "ok"; + status = "okay"; }; &hdmi { |