zephyr/boards/arm/warp7_m4
Kumar Gala 284bc9d964 dts: Rename SW._GPIO_* -> DT_ALIAS_SW._GPIOS_*
We use the following commands to rename any
SW._GPIO_{CONTROLLER,PIN,FLAGS} to
DT_ALIAS_SW._GPIOS_{CONTROLLER,PIN,FLAGS}

git grep -l SW._GPIO_CONTROLLER | xargs sed -i 's/SW\(.\)_GPIO_CONTROLLER/DT_ALIAS_SW\1_GPIOS_CONTROLLER/g'
git grep -l SW._GPIO_PIN | xargs sed -i 's/SW\(.\)_GPIO_PIN/DT_ALIAS_SW\1_GPIOS_PIN/g'
git grep -l SW._GPIO_FLAGS | xargs sed -i 's/SW\(.\)_GPIO_FLAGS/DT_ALIAS_SW\1_GPIOS_FLAGS/g'

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-07-01 07:14:36 -05:00
..
doc doc: fix mentions of Wi-Fi trademark name 2019-05-06 20:10:59 -04:00
CMakeLists.txt
Kconfig.board drivers: boards: Merge HAS_DTS_GPIO_DEVICE with HAS_DTS_GPIO 2018-10-01 21:15:06 -05:00
Kconfig.defconfig boards: colibri_imx7d_m4/warp7_m4: Remove CONFIG_XIP for dts 2019-02-01 10:16:06 -06:00
pinmux.c dts: Rename SW._GPIO_* -> DT_ALIAS_SW._GPIOS_* 2019-07-01 07:14:36 -05:00
warp7_m4.dts dts: Replace status = "ok" with status = "okay" 2019-06-14 19:51:13 -05:00
warp7_m4.yaml boards: warp7_m4: Add i2c/gpio as supported peripherals 2019-01-15 10:54:14 -06:00
warp7_m4_defconfig boards: enable UART_INTERRUPT_DRIVEN for i.MX7 and i.MX6 boards 2018-12-03 15:15:36 -05:00