diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-30 21:48:41 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-09-10 12:46:57 +0300 |
commit | 0893a701a281633b69d3d1376da2b0e0cab4859c (patch) | |
tree | 823dfe8b4425d9742b76e339c2ef578a4ad12ac7 /arch/arm/boot/dts/am57xx-sbc-am57x.dts | |
parent | fe93b72551ee59afddbd0a8ae23dc152f9e61759 (diff) | |
download | linux-0893a701a281633b69d3d1376da2b0e0cab4859c.tar.gz linux-0893a701a281633b69d3d1376da2b0e0cab4859c.tar.bz2 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/am57xx-sbc-am57x.dts')
-rw-r--r-- | arch/arm/boot/dts/am57xx-sbc-am57x.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am57xx-sbc-am57x.dts b/arch/arm/boot/dts/am57xx-sbc-am57x.dts index ce5bf1d92eab..beef63e8a005 100644 --- a/arch/arm/boot/dts/am57xx-sbc-am57x.dts +++ b/arch/arm/boot/dts/am57xx-sbc-am57x.dts @@ -120,7 +120,7 @@ }; &dss { - status = "ok"; + status = "okay"; vdda_video-supply = <&ldoln_reg>; @@ -148,7 +148,7 @@ }; &hdmi { - status = "ok"; + status = "okay"; vdda-supply = <&ldo4_reg>; pinctrl-names = "default"; |