boards: dts: Cleanup some "ok" -> "okay"
Some new cases of: status = "ok" that we want to be: status = "okay" Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
e82004e211
commit
c129ac4467
4 changed files with 7 additions and 7 deletions
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -90,5 +90,5 @@ arduino_i2c: &i2c1 {};
|
|||
};
|
||||
|
||||
&usbd1 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -147,7 +147,7 @@
|
|||
};
|
||||
|
||||
&can0 {
|
||||
status = "ok";
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue