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

@ -70,7 +70,7 @@
compatible = "nordic,nrf-clock";
reg = <0x40000000 0x1000>;
interrupts = <0 1>;
status = "ok";
status = "okay";
label = "CLOCK";
};
@ -141,7 +141,7 @@
compatible = "nordic,nrf-rtc";
reg = <0x4000b000 0x1000>;
interrupts = <11 1>;
status = "ok";
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_0";
@ -151,7 +151,7 @@
compatible = "nordic,nrf-rtc";
reg = <0x40011000 0x1000>;
interrupts = <17 1>;
status = "ok";
status = "okay";
clock-frequency = <32768>;
prescaler = <1>;
label = "RTC_1";
@ -159,7 +159,7 @@
timer0: timer@40008000 {
compatible = "nordic,nrf-timer";
status = "ok";
status = "okay";
reg = <0x40008000 0x1000>;
interrupts = <8 1>;
prescaler = <0>;
@ -168,7 +168,7 @@
timer1: timer@40009000 {
compatible = "nordic,nrf-timer";
status = "ok";
status = "okay";
reg = <0x40009000 0x1000>;
interrupts = <9 1>;
prescaler = <0>;
@ -177,7 +177,7 @@
timer2: timer@4000a000 {
compatible = "nordic,nrf-timer";
status = "ok";
status = "okay";
reg = <0x4000a000 0x1000>;
interrupts = <10 1>;
prescaler = <0>;
@ -188,7 +188,7 @@
compatible = "nordic,nrf-temp";
reg = <0x4000c000 0x1000>;
interrupts = <12 1>;
status = "ok";
status = "okay";
label = "TEMP_0";
};
@ -196,7 +196,7 @@
compatible = "nordic,nrf-watchdog";
reg = <0x40010000 0x1000>;
interrupts = <16 1>;
status = "ok";
status = "okay";
label = "WDT";
};
};