]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx95-tqma9596sa: remove superfluous pinmux for i2c
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Thu, 30 Oct 2025 13:52:53 +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 b7136982700a9630a8afb679db474e48991c7d9d..a6ab94208028ae2971f9e28bd138bb02bca15a6c 100644 (file)
 
 &lpi2c1 {
        clock-frequency = <400000>;
-       pinctrl-names = "default", "sleep";
+       pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_lpi2c1>;
-       pinctrl-1 = <&pinctrl_lpi2c1>;
        status = "okay";
 
        tmp1075: temperature-sensor@4a {
 /* I2C_CAM0 */
 &lpi2c3 {
        clock-frequency = <400000>;
-       pinctrl-names = "default", "sleep";
+       pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_lpi2c3>;
-       pinctrl-1 = <&pinctrl_lpi2c3>;
        status = "okay";
 
        dp_bridge: dp-bridge@f {
 /* I2C_CAM1 */
 &lpi2c4 {
        clock-frequency = <400000>;
-       pinctrl-names = "default", "sleep";
+       pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_lpi2c4>;
-       pinctrl-1 = <&pinctrl_lpi2c4>;
        status = "okay";
 };
 
 /* I2C_LCD */
 &lpi2c6 {
        clock-frequency = <400000>;
-       pinctrl-names = "default", "sleep";
+       pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_lpi2c6>;
-       pinctrl-1 = <&pinctrl_lpi2c6>;
        status = "okay";
 };