mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: rk3399-evb-lpddr4: fix the vbus-5v-gpios active level
The power of fusb302 is controlled by GPIO1_C2 which should be set as ACTIVE_HIGH and it was set incorrectly in this dtsi file leading to cannot send notifie. Change-Id: Ibc045d266e5bc9718343e07acda8488b0d747aba Signed-off-by: Jianing Ren <jianing.ren@rock-chips.com>
This commit is contained in:
@@ -796,7 +796,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&fusb0_int>;
|
||||
int-n-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
|
||||
vbus-5v-gpios = <&gpio1 18 GPIO_ACTIVE_LOW>;
|
||||
vbus-5v-gpios = <&gpio1 18 GPIO_ACTIVE_HIGH>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user