mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
fe93b72551
commit
0893a701a2
|
@ -582,13 +582,13 @@ map0 {
|
|||
};
|
||||
|
||||
&dss {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
|
||||
vdda_video-supply = <&ldoln_reg>;
|
||||
};
|
||||
|
||||
&hdmi {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
vdda-supply = <&ldo4_reg>;
|
||||
|
||||
port {
|
||||
|
@ -599,7 +599,7 @@ hdmi_out: endpoint {
|
|||
};
|
||||
|
||||
&pcie1_rc {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
gpios = <&gpio2 8 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
|
|
|
@ -120,7 +120,7 @@ pca9555: pca9555@20 {
|
|||
};
|
||||
|
||||
&dss {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
|
||||
vdda_video-supply = <&ldoln_reg>;
|
||||
|
||||
|
@ -148,7 +148,7 @@ lcd_in: endpoint {
|
|||
};
|
||||
|
||||
&hdmi {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
vdda-supply = <&ldo4_reg>;
|
||||
|
||||
pinctrl-names = "default";
|
||||
|
|
|
@ -565,7 +565,7 @@ ethphy1: ethernet-phy@3 {
|
|||
};
|
||||
|
||||
&dcan1 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
pinctrl-names = "default", "sleep", "active";
|
||||
pinctrl-0 = <&dcan1_pins_sleep>;
|
||||
pinctrl-1 = <&dcan1_pins_sleep>;
|
||||
|
|
|
@ -467,7 +467,7 @@ &mac {
|
|||
};
|
||||
|
||||
&dcan1 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
pinctrl-names = "default", "sleep", "active";
|
||||
pinctrl-0 = <&dcan1_pins_sleep>;
|
||||
pinctrl-1 = <&dcan1_pins_sleep>;
|
||||
|
@ -536,11 +536,11 @@ partition@9 {
|
|||
};
|
||||
|
||||
&dss {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&hdmi {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
|
||||
port {
|
||||
hdmi_out: endpoint {
|
||||
|
|
|
@ -522,12 +522,12 @@ &usb2_phy2 {
|
|||
};
|
||||
|
||||
&dss {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
vdda_video-supply = <&ldo5_reg>;
|
||||
};
|
||||
|
||||
&hdmi {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
|
||||
vdda-supply = <&ldo1_reg>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue