From: Tom Rini Date: Fri, 2 May 2025 14:38:27 +0000 (-0600) Subject: Merge patch series "Qualcomm: cleanup OF_LIVE fixup and fix RB1/2" X-Git-Tag: v2025.07-rc2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ca87fd18c1b718be423755939a6e5b1688869f5;p=pandora-u-boot.git Merge patch series "Qualcomm: cleanup OF_LIVE fixup and fix RB1/2" Caleb Connolly 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 --- 4ca87fd18c1b718be423755939a6e5b1688869f5