Various Qualcomm additions this cycle:
* USB superspeed support for 1 platform
* Initial support for the Milos platform and the Fairphone Gen 6
  (chainloaded from ABL)
* Improved support for booting with OP-TEE on supported platforms
* Initial basic power domain support

Notably there is a generic change to the device core, missing power
domains will no longer cause a device to fail probe and instead will
just print a warning. This shouldn't affect any existing platforms.
This commit is contained in:
Tom Rini
2026-04-27 08:05:40 -06:00
44 changed files with 2351 additions and 51 deletions

View File

@@ -0,0 +1,5 @@
CONFIG_DEBUG_UART=y
CONFIG_DEBUG_UART_ANNOUNCE=y
CONFIG_DEBUG_UART_BASE=0xa94000
CONFIG_DEBUG_UART_MSM_GENI=y
CONFIG_DEBUG_UART_CLOCK=14745600

View File

@@ -0,0 +1,4 @@
# Enables support for TF-A based OP-TEE as the open
# source TrustZone stack on Qcom platforms
CONFIG_TEE=y
CONFIG_OPTEE=y