On Tue, Aug 30, 2022 at 1:48 AM FUKAUMI Naoki <naoki@xxxxxxxxx> wrote: > > Hello, > > thank you very much for your work! > > > +dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-rock-4c-plus.dtb > > this is not an objection, just a note for me, currently our(Radxa) > u-boot try to load "rk3399-rock-pi-4c-plus.dtb". > > > +#include "rk3399-opp.dtsi" > > ROCK 4C+ has RK3399-T. it needs different opp table. > > > + aliases { > > + mmc0 = &sdmmc; > > please add > > mmc1 = &sdhci; > > as like as other ROCK (Pi) 4 series. are you sure? other use the same. mmc0 = &sdmmc; mmc1 = &sdhci;