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: b4bf5e5589 ("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>
This commit is contained in:
Francesco Valla 2026-01-15 18:41:10 +01:00 committed by Shawn Guo
parent 1a7d97c2d3
commit 868f5c154c

View File

@ -39,7 +39,7 @@ flexcan_phy: can-phy {
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 {