Skip to content

Commit e4ef088

Browse files
GateworksShawn Guo
authored andcommitted
arm64: dts: imx8mp-venice-gw74xx: fix CAN STBY polarity
The CAN STBY poarlity is active-low. Specify it as such by removing the 'enable-active-high' property and updating the gpio property. Fixes: 7899eb6 ("arm64: dts: imx: Add i.MX8M Plus Gateworks gw7400 dts support") Signed-off-by: Tim Harvey <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 70ae49c commit e4ef088

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@
123123
pinctrl-names = "default";
124124
pinctrl-0 = <&pinctrl_reg_can>;
125125
regulator-name = "can2_stby";
126-
gpio = <&gpio3 19 GPIO_ACTIVE_HIGH>;
127-
enable-active-high;
126+
gpio = <&gpio3 19 GPIO_ACTIVE_LOW>;
128127
regulator-min-microvolt = <3300000>;
129128
regulator-max-microvolt = <3300000>;
130129
};

0 commit comments

Comments
 (0)