diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-30 21:48:41 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-09-10 11:46:57 +0200 |
commit | 0893a701a281633b69d3d1376da2b0e0cab4859c (patch) | |
tree | 823dfe8b4425d9742b76e339c2ef578a4ad12ac7 /arch/arm/boot/dts/dra72-evm-common.dtsi | |
parent | ARM: dts: omap: replace status value "ok" by "okay" (diff) | |
download | linux-0893a701a281633b69d3d1376da2b0e0cab4859c.tar.xz linux-0893a701a281633b69d3d1376da2b0e0cab4859c.zip |
ARM: dts: dra7xx: 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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra72-evm-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra72-evm-common.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/dra72-evm-common.dtsi b/arch/arm/boot/dts/dra72-evm-common.dtsi index 9273a7d6fa29..7506e415b08f 100644 --- a/arch/arm/boot/dts/dra72-evm-common.dtsi +++ b/arch/arm/boot/dts/dra72-evm-common.dtsi @@ -467,7 +467,7 @@ }; &dcan1 { - status = "ok"; + status = "okay"; pinctrl-names = "default", "sleep", "active"; pinctrl-0 = <&dcan1_pins_sleep>; pinctrl-1 = <&dcan1_pins_sleep>; @@ -536,11 +536,11 @@ }; &dss { - status = "ok"; + status = "okay"; }; &hdmi { - status = "ok"; + status = "okay"; port { hdmi_out: endpoint { |