diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-30 22:08:20 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2020-08-30 22:47:07 +0300 |
commit | 0cf10e6f94335495f90fc62fb75d9569f6a603fb (patch) | |
tree | 92491d2fddae765f2e3bfc5ff7d4d000e6286b3f /arch/arm/boot/dts/rk3288-popmetal.dts | |
parent | 20e464c0f12a9b1930adb0365326037d5b060cee (diff) | |
download | linux-0cf10e6f94335495f90fc62fb75d9569f6a603fb.tar.xz |
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-popmetal.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3288-popmetal.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288-popmetal.dts b/arch/arm/boot/dts/rk3288-popmetal.dts index 160ed8b932fb..8c7376d64bc4 100644 --- a/arch/arm/boot/dts/rk3288-popmetal.dts +++ b/arch/arm/boot/dts/rk3288-popmetal.dts @@ -161,7 +161,7 @@ pinctrl-0 = <&rgmii_pins>; tx_delay = <0x30>; rx_delay = <0x10>; - status = "ok"; + status = "okay"; }; &hdmi { |