zephyr/boards/arm/stm32_min_dev
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
..
doc doc: stm32_min_dev: Update for blue/black variant support 2019-04-26 03:34:45 -07:00
support
CMakeLists.txt boards: Set pinmux.c compilation under switch CONFIG_PINMUX 2019-06-10 12:42:49 +02:00
Kconfig.board
Kconfig.defconfig
board.cmake
pinmux.c boards/arm/*stm32*: fix USB pinmux 2019-05-27 09:22:55 -04:00
stm32_min_dev.dtsi dts: Replace status = "ok" with status = "okay" 2019-06-14 19:51:13 -05:00
stm32_min_dev_black.dts
stm32_min_dev_black.yaml
stm32_min_dev_black_defconfig
stm32_min_dev_blue.dts
stm32_min_dev_blue.yaml
stm32_min_dev_blue_defconfig