arm64: dts: rockchip: rk3588s-tablet: add fusb302 interrupt gpio configuration for uboot
The uboot Type-C PD driver needs to poll the interrupt gpio level, but the uboot code does not have a suitable interface to convert the attributes of "interrupt-parent" and "interrupts" to standard gpio, so add int-n-gpios configure for uboot to analyze and use. Change-Id: Ib415902f11a35f8f8ee141297a53aa80dbb1cbaa Signed-off-by: Wang Jie <dave.wang@rock-chips.com>
This commit is contained in:
@@ -682,6 +682,7 @@
|
||||
reg = <0x22>;
|
||||
interrupt-parent = <&gpio0>;
|
||||
interrupts = <RK_PD3 IRQ_TYPE_LEVEL_LOW>;
|
||||
int-n-gpios = <&gpio0 RK_PD3 GPIO_ACTIVE_LOW>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&usbc0_int>;
|
||||
vbus-supply = <&vbus5v0_typec>;
|
||||
|
||||
Reference in New Issue
Block a user