diff options
| author | Jonas Karlman <[email protected]> | 2025-10-19 11:13:54 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-02 12:14:09 -0600 |
| commit | a1c24ef06a23e1625c396c5d5cc9ba19398a2285 (patch) | |
| tree | 14854365a9691b4962197222841a6b2e9f35bc0a | |
| parent | a187a9aab66979614de1c46c23a35a2fccdf6f8f (diff) | |
rockchip: rk3528-radxa-e20c: Drop eMMC HS200 prop from board u-boot.dtsi
The commit f8cb3fde935e ("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 <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | arch/arm/dts/rk3528-radxa-e20c-u-boot.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/rk3528-radxa-e20c-u-boot.dtsi b/arch/arm/dts/rk3528-radxa-e20c-u-boot.dtsi index 16c47e6b9a9..3e2fbd81da1 100644 --- a/arch/arm/dts/rk3528-radxa-e20c-u-boot.dtsi +++ b/arch/arm/dts/rk3528-radxa-e20c-u-boot.dtsi @@ -2,10 +2,6 @@ #include "rk3528-u-boot.dtsi" -&sdhci { - mmc-hs200-1_8v; -}; - &vdd_arm { regulator-init-microvolt = <953000>; }; |
