ccmp13: add device tree overlay for DVKv3

This overlay contains a workaround to make the USB-OTG
work as USB device when connected to a host.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>

https://onedigi.atlassian.net/browse/DEL-9610
(cherry picked from commit ec92f5fdd10a61e37ac3778d0d3aa1816bc6b0aa)
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2025-05-12 16:48:51 +02:00
parent 30990b4c2e
commit 165b1ac4ce
2 changed files with 4 additions and 1 deletions

View File

@ -50,6 +50,7 @@ STM32MP_KERNEL_DEVICETREE:ccmp13-dvk += " \
ccmp13-dvk_mikroe-i2c-to-spi-click.dtbo \
ccmp13-dvk_pwm8.dtbo \
ccmp13-dvk_v2.dtbo \
ccmp13-dvk_v3.dtbo \
ccmp133-dvk.dtb \
"
FIT_CONF_DEFAULT_DTB = "ccmp133-dvk.dtb"

View File

@ -66,9 +66,11 @@ if test "${module_has_wifi}" = "1" && test -z "${disable_wifi}"; then
setenv overlays ccmp13_wifi.dtbo,${overlays}
fi
# Apply DVKv2 overlay if the board_version is 2
# Apply DVK version overlay
if test "${board_version}" -eq "2"; then
setenv overlays ccmp13-dvk_v2.dtbo,${overlays}
elif test "${board_version}" -eq "3"; then
setenv overlays ccmp13-dvk_v3.dtbo,${overlays}
fi
if test "${boot_device}" = "mmc"; then