rockchip: rk3528-radxa-e20c: Drop eMMC HS200 prop from board u-boot.dtsi

The commit f8cb3fde93 ("arm: dts: rockchip: Fix eMMC write on RK3528")
added a missing mmc-hs200-1_8v prop to boart u-boot.dtsi.

Remove this boart u-boot.dtsi mmc-hs200-1_8v prop now that the board dt
from dts/upstream after the v6.17-dts sync includes this prop.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Jonas Karlman
2025-10-19 11:13:54 +00:00
committed by Tom Rini
parent a187a9aab6
commit a1c24ef06a

View File

@@ -2,10 +2,6 @@
#include "rk3528-u-boot.dtsi"
&sdhci {
mmc-hs200-1_8v;
};
&vdd_arm {
regulator-init-microvolt = <953000>;
};