]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx91-11x11-frdm: fix CAN transceiver gpio
authorFrancesco Valla <francesco@valla.it>
Thu, 15 Jan 2026 17:41:10 +0000 (18:41 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sun, 18 Jan 2026 06:31:41 +0000 (14:31 +0800)
According to the HW schematic, the CAN transceiver does not have an
enable pin but a silent one. Fix the GPIO property name and polarity.

Fixes: b4bf5e55899e ("arm64: dts: freescale: Add FRDM-IMX91 basic support")
Signed-off-by: Francesco Valla <francesco@valla.it>
Acked-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx91-11x11-frdm.dts

index 0d1acf8a55a5b4ac649fc8eb7c7aa2c0724b267d..c25561574d3fc5a9823f187c9d62eb9032b7ef7d 100644 (file)
@@ -39,7 +39,7 @@
                compatible = "nxp,tja1051";
                #phy-cells = <0>;
                max-bitrate = <5000000>;
-               enable-gpios = <&pcal6524 23 GPIO_ACTIVE_LOW>;
+               silent-gpios = <&pcal6524 23 GPIO_ACTIVE_HIGH>;
        };
 
        gpio-keys {