Skip to content

Commit 868f5c1

Browse files
WallaceITShawn Guo
authored andcommitted
arm64: dts: imx91-11x11-frdm: fix CAN transceiver gpio
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: b4bf5e5 ("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>
1 parent 1a7d97c commit 868f5c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx91-11x11-frdm.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
compatible = "nxp,tja1051";
4040
#phy-cells = <0>;
4141
max-bitrate = <5000000>;
42-
enable-gpios = <&pcal6524 23 GPIO_ACTIVE_LOW>;
42+
silent-gpios = <&pcal6524 23 GPIO_ACTIVE_HIGH>;
4343
};
4444

4545
gpio-keys {

0 commit comments

Comments
 (0)