]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: imx8mp-kontron: Drop vmmc-supply to fix SD card on SMARC eval carrier
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Fri, 20 Feb 2026 10:36:17 +0000 (11:36 +0100)
committerFrank Li <Frank.Li@nxp.com>
Fri, 13 Mar 2026 18:18:42 +0000 (14:18 -0400)
The SMARC evaluation carrier provides an SD card power switch that
complies with the OSM standard definition. The OSM base devicetree
already describes this correctly.

Stop overriding the vmmc-supply in the board devicetree and rely on
the definition from the OSM base DTS instead to fix the power supply
configuration for the SD card.

Fixes: 6fe1ced5ccab7 ("arm64: dts: Add support for Kontron i.MX8MP SMARC module and eval carrier")
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm64/boot/dts/freescale/imx8mp-kontron-smarc-eval-carrier.dts

index 2173a36ff69178a533dabf29e5b97eff3cfc6cb1..74d620dd06b7bc30568809826e8abc07ed5c4533 100644 (file)
 };
 
 &usdhc2 {
-       vmmc-supply = <&reg_vdd_3v3>;
        status = "okay";
 };