]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
rockchip: rk3568-nanopi-r5: Drop duplicated/extra sdhci
authorPeter Robinson <pbrobinson@gmail.com>
Tue, 9 Dec 2025 21:03:40 +0000 (21:03 +0000)
committerQuentin Schulz <u-boot@0leil.net>
Mon, 20 Jul 2026 12:37:53 +0000 (14:37 +0200)
The pinctrl settings are now upstream, with the upstream
voltage supplies, and the HS200 mode is confirmed to work
fine but the HS400 mode had reported issues so let's just
consume what the upstream DT has now as it's all known good.

Reported-by: Dusty Mabe <dusty@dustymabe.com>
Tested-by: Dusty Mabe <dusty@dustymabe.com>
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Link: https://patch.msgid.link/20251209210347.492763-1-pbrobinson@gmail.com
Signed-off-by: Quentin Schulz <u-boot@0leil.net>
arch/arm/dts/rk3568-nanopi-r5s-u-boot.dtsi

index 64c43374c0424b469f6d458a845e4be838c79599..7e24be1a5e71aead53916b2975b6d58924fe9a3e 100644 (file)
        /delete-property/ vpcie3v3-supply;
 };
 
-&sdhci {
-       cap-mmc-highspeed;
-       mmc-hs200-1_8v;
-       mmc-hs400-1_8v;
-       mmc-hs400-enhanced-strobe;
-       pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
-};
-
 &vcc5v0_usb_host {
        /delete-property/ regulator-always-on;
        /delete-property/ regulator-boot-on;