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
current_sensing
entropy
flash_shell
gpio
ht16k33 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
i2c_fujitsu_fram
i2c_scanner
lcd_hd44780
led_apa102 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
led_apa102c_bitbang
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
rtc
soc_flash_nrf
spi_flash
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