Upstream device tree has rules where the aliases are board specific settings, no SoC settings. Looking at upstream rk356x boards there's a lot of variation in the setting of mmc0/mmc1 based on the device so we should not be overriding this here and now we sync to upstream we should just consume those settings, to do otherwise confuses users.
Signed-off-by: Peter Robinson <[email protected]> --- arch/arm/dts/rk356x-u-boot.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/dts/rk356x-u-boot.dtsi b/arch/arm/dts/rk356x-u-boot.dtsi index 738b9673d35..f25c7970208 100644 --- a/arch/arm/dts/rk356x-u-boot.dtsi +++ b/arch/arm/dts/rk356x-u-boot.dtsi @@ -7,8 +7,6 @@ / { aliases { - mmc0 = &sdhci; - mmc1 = &sdmmc0; spi4 = &sfc; }; -- 2.52.0

