Skip to content

Commit

Permalink
boards: dts: Cleanup some "ok" -> "okay"
Browse files Browse the repository at this point in the history
Some new cases of:
	status = "ok"

that we want to be:
	status = "okay"

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
  • Loading branch information
galak authored and MaureenHelm committed Jun 28, 2019
1 parent e82004e commit c129ac4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions boards/arm/96b_avenger96/96b_avenger96.dts
Expand Up @@ -30,12 +30,12 @@
current-speed = <115200>;
pinctrl-0 = <&uart4_pins_a>;
pinctrl-names = "default";
status = "ok";
status = "okay";
};

&uart7 {
current-speed = <115200>;
pinctrl-0 = <&uart7_pins_a &uart7_pins_rts_cts_a>;
pinctrl-names = "default";
status = "ok";
status = "okay";
};
6 changes: 3 additions & 3 deletions boards/arm/96b_meerkat96/96b_meerkat96.dts
Expand Up @@ -50,15 +50,15 @@
};

&uart1 {
status = "ok";
status = "okay";
current-speed = <115200>;
modem-mode = <0>;
};

&gpio1 {
status = "ok";
status = "okay";
};

&mub {
status = "ok";
status = "okay";
};
2 changes: 1 addition & 1 deletion boards/arm/mimxrt1064_evk/mimxrt1064_evk.dts
Expand Up @@ -90,5 +90,5 @@ arduino_i2c: &i2c1 {};
};

&usbd1 {
status = "ok";
status = "okay";
};
2 changes: 1 addition & 1 deletion boards/arm/twr_ke18f/twr_ke18f.dts
Expand Up @@ -147,7 +147,7 @@
};

&can0 {
status = "ok";
status = "okay";
bus-speed = <125000>;
};

Expand Down

0 comments on commit c129ac4

Please sign in to comment.