mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
arm64: dts: imx8mq-librem5: Add interrupt-names to ti,tps6598x
The ti,tps6598x binding requires interrupt-names property. The driver does not really use it but the hardware could have more interrupt lines connected. This fixes dtbs_check warning: arch/arm64/boot/dts/freescale/imx8mq-librem5-r2.dt.yaml: usb-pd@3f: 'interrupt-names' is a required property Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
67daa51455
commit
dd429a4621
|
|
@ -605,6 +605,7 @@ typec_pd: usb-pd@3f {
|
|||
pinctrl-0 = <&pinctrl_typec>, <&pinctrl_tcpc>;
|
||||
interrupt-parent = <&gpio1>;
|
||||
interrupts = <10 IRQ_TYPE_LEVEL_LOW>;
|
||||
interrupt-names = "irq";
|
||||
|
||||
connector {
|
||||
ports {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user