]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx95-tqma9596sa: remove superfluous pinmux for usdhci
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Thu, 30 Oct 2025 13:52:54 +0000 (14:52 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 17 Nov 2025 00:56:55 +0000 (08:56 +0800)
A sleep pin mux is not useful if it is the same as the normal pin mux.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx95-tqma9596sa.dtsi

index a6ab94208028ae2971f9e28bd138bb02bca15a6c..cc251505f6280e2fbf0cd184b35f6e4d4f13f24a 100644 (file)
 };
 
 &usdhc1 {
-       pinctrl-names = "default", "state_100mhz", "state_200mhz", "sleep";
+       pinctrl-names = "default", "state_100mhz", "state_200mhz";
        pinctrl-0 = <&pinctrl_usdhc1>;
        pinctrl-1 = <&pinctrl_usdhc1_100mhz>;
        pinctrl-2 = <&pinctrl_usdhc1_200mhz>;
-       pinctrl-3 = <&pinctrl_usdhc1>;
        bus-width = <8>;
        non-removable;
        no-sdio;