Merge patch series "Qualcomm: cleanup OF_LIVE fixup and fix RB1/2"
authorTom Rini <trini@konsulko.com>
Fri, 2 May 2025 14:38:27 +0000 (08:38 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 2 May 2025 14:38:27 +0000 (08:38 -0600)
commit4ca87fd18c1b718be423755939a6e5b1688869f5
tree4e233038a1826a39b6ef4c50262943881bdf5527
parentad60d979289650659cc6e158228d2049636215b0
parent2803a466a96153ab01c5789321e48397b6bae9c7
Merge patch series "Qualcomm: cleanup OF_LIVE fixup and fix RB1/2"

Caleb Connolly <caleb.connolly@linaro.org> says:

Introduce a new event to signal that the live tree has been built,
allowing boards to perform fixups on the tree before devices are bound.
Crucially this allows for devices to be enabled or disabled, but also
allows for properties that are parsed during the bind stage to be
modified (such as dr_mode for dwc3).

With this in place, mach-snapdragon is switched over to use the event
and some hacky U-Boot specific DT overrides (which had to be undone
prior to booting an image) are removed in favour of fixing up the
livetree (which is not passed on to further boot stages).

Finally, some minor fixes are made for the QCM2290 RB1 board, the sdcard
is enabled and it now uses USB host mode in U-Boot like it's bigger
sibling the RB2.

Link: https://lore.kernel.org/r/20250411-livetree-fixup-v2-0-1236823377bb@linaro.org