Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: am43xx: 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>

authored by

Adrian Schmutzler and committed by
Tony Lindgren
ca6bfe97 0893a701

+3 -3
+1 -1
arch/arm/boot/dts/am437x-gp-evm.dts
··· 1024 1024 }; 1025 1025 1026 1026 &dss { 1027 - status = "ok"; 1027 + status = "okay"; 1028 1028 1029 1029 pinctrl-names = "default"; 1030 1030 pinctrl-0 = <&dss_pins>;
+1 -1
arch/arm/boot/dts/am437x-sbc-t43.dts
··· 136 136 }; 137 137 138 138 &dss { 139 - status = "ok"; 139 + status = "okay"; 140 140 141 141 pinctrl-names = "default"; 142 142 pinctrl-0 = <&dss_pinctrl_default>;
+1 -1
arch/arm/boot/dts/am43x-epos-evm.dts
··· 948 948 }; 949 949 950 950 &dss { 951 - status = "ok"; 951 + status = "okay"; 952 952 953 953 pinctrl-names = "default"; 954 954 pinctrl-0 = <&dss_pins>;