mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
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:
parent
72de5a560a
commit
2cea4f2ea6
|
|
@ -682,6 +682,7 @@ usbc0: fusb302@22 {
|
|||
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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user