From 81a495dbf8a8315bf8d81f04ccea6bc77ca8e80d Mon Sep 17 00:00:00 2001 From: Dasnavis Sabiya Date: Tue, 31 Jan 2023 18:18:08 +0530 Subject: arm64: dts: ti: k3-am69-sk: Fix MCAN transceiver reset issue The CAN_STB reset gpio needs to be in active low state. The reset gpio is pulled active high, due to this the Main domain MCAN transceiver failed to come out of reset. Remove the DTS entry that pulls the CAN_STB gpio high to fix the issue. Signed-off-by: Dasnavis Sabiya Signed-off-by: Vignesh Raghavendra --- arch/arm64/boot/dts/ti/k3-am69-sk.dts | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm64') diff --git a/arch/arm64/boot/dts/ti/k3-am69-sk.dts b/arch/arm64/boot/dts/ti/k3-am69-sk.dts index 473fd0a81dc9..5ecd6d53e4ed 100644 --- a/arch/arm64/boot/dts/ti/k3-am69-sk.dts +++ b/arch/arm64/boot/dts/ti/k3-am69-sk.dts @@ -132,7 +132,6 @@ compatible = "ti,tcan1042"; #phy-cells = <0>; max-bitrate = <5000000>; - standby-gpios = <&exp1 1 GPIO_ACTIVE_HIGH>; }; transceiver2: can-phy1 { -- cgit v1.2.3