dts: Replace status = "ok" with status = "okay"

The DT spec. only has "okay" and not "ok". The Linux kernel has around
12k "okay"s and 300 "ok"s.

The scripts/dts scripts only check for "disabled", so should be safe re.
those at least.

The replacement was done with

    git ls-files | xargs sed -i 's/status\s*=\s*"ok"/status = "okay"/'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-06-14 19:31:16 +02:00 committed by Kumar Gala
commit a84ded74ea
220 changed files with 969 additions and 969 deletions

View file

@ -49,15 +49,15 @@
current-speed = <115200>;
pinctrl-0 = <&usart1_pins_b>;
pinctrl-names = "default";
status = "ok";
status = "okay";
};
&spi1 {
status = "ok";
status = "okay";
};
&spi2 {
status = "ok";
status = "okay";
/* ST Microelectronics LSM6DSL accel/gyro sensor */
lsm6dsl@1 {
@ -70,7 +70,7 @@
};
&i2s5 {
status = "ok";
status = "okay";
mp34dt05@0 {
compatible = "st,mpxxdtyy";
@ -80,12 +80,12 @@
};
&i2c1 {
status = "ok";
status = "okay";
clock-frequency = <I2C_BITRATE_FAST>;
};
&i2c2 {
status = "ok";
status = "okay";
clock-frequency = <I2C_BITRATE_FAST>;
hts221@5f {
@ -109,7 +109,7 @@
};
&i2c3 {
status = "ok";
status = "okay";
clock-frequency = <I2C_BITRATE_FAST>;
lp3943@60 {
@ -120,5 +120,5 @@
};
&rtc {
status = "ok";
status = "okay";
};