arm64: dts: renesas: r8a779g3: Invert microSD voltage selector on Retronix R-Car...
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 13 Aug 2025 21:26:27 +0000 (23:26 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 17 Aug 2025 12:41:23 +0000 (14:41 +0200)
Invert the polarity of microSD voltage selector on Retronix R-Car V4H
Sparrow Hawk board. The voltage selector was not populated on prototype
EVTA1 boards, and is implemented slightly different on EVTB1 boards. As
the EVTA1 boards are from a limited run and generally not available,
update the DT to make it compatible with EVTB1 microSD voltage selector.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi

index c9f3027..c8c24d6 100644 (file)
@@ -48,3 +48,7 @@
                spi-rx-bus-width = <1>;
        };
 };
+
+&vcc_sdhi {
+       states = <1800000 0>, <3300000 1>;
+};