zephyr/samples/drivers
Ulf Magnusson a84ded74ea 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>
2019-06-14 19:51:13 -05:00
..
CAN dts: Replace status = "ok" with status = "okay" 2019-06-14 19:51:13 -05:00
counter/alarm samples: drivers: counter: alarm: Fix compilation for nrf boards 2019-06-14 05:44:39 -04:00
crypto license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
current_sensing license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
entropy license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
flash_shell license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
gpio license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
ht16k33 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
i2c_fujitsu_fram license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
i2c_scanner license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
lcd_hd44780 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
led_apa102 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
led_apa102c_bitbang license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
led_lp3943 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
led_lp5562 dts: Replace status = "ok" with status = "okay" 2019-06-14 19:51:13 -05:00
led_lpd8806 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
led_pca9633 dts: Replace status = "ok" with status = "okay" 2019-06-14 19:51:13 -05:00
led_ws2812 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
random license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
rtc license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
soc_flash_nrf samples/drivers/soc_flash_nrf: enable nrf9160_pca10090 targets 2019-04-19 11:50:46 +02:00
spi_flash license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
spi_fujitsu_fram samples: spi_fujitsu_fram: remove whitelisting 2019-06-13 16:09:02 -04:00
watchdog samples/drivers/watchdog: make it work on STM32 2019-05-12 15:13:21 -04:00
drivers.rst samples: fix alarm sample doc and inclusion 2019-02-07 16:14:00 -05:00