On Mon, Jul 27, 2026 at 02:59:08PM +0800, Eric Chung wrote: > Add the SDH0 controller node and its pinctrl groups to the u-boot > overlay. The upstream DTS only contains the eMMC node; the SD card > controller (sdhci@d4280000) and its MMC1 pinctrl configuration are > missing. Place the new node inside the storage-bus via path-based > merge so it inherits the dma-ranges from the parent bus. > > Signed-off-by: Eric Chung <[email protected]>
Please cherry-pick upstream devicetree changes from Linux upstream with tools/update-subtree.sh instead of adding our own copies. Changes for k1-bananapi-f3 and k1-muse-pi-pro have both landed in Linux v7.2. Best regards, Yao Zi > --- > v5: > - Append power source field on eMMC/SD pinctrl. > v3: > - Fix SD pinctrl as uhs. > v2: > - Use vmmc-supply as vqmmc-supply on SD node. > - Add alias of mmc0 and mmc1. > --- > arch/riscv/dts/k1-bananapi-f3-u-boot.dtsi | 91 > ++++++++++++++++++++++++++++++- > arch/riscv/dts/k1-musepi-pro-u-boot.dtsi | 86 ++++++++++++++++++++++++++++- > 2 files changed, 173 insertions(+), 4 deletions(-)
