arm64: dts: imx8mm-var-som-symphony: Use newer interrupts property
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 4 Sep 2020 14:53:07 +0000 (16:53 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 13 Sep 2020 01:16:20 +0000 (09:16 +0800)
The int-gpios was deprecated in favor of generic interrupts property.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-var-som-symphony.dts

index 0bca737..fe3abd9 100644 (file)
        extcon_usbotg1: typec@3d {
                compatible = "nxp,ptn5150";
                reg = <0x3d>;
-               int-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
+               interrupts = <&gpio1 11 GPIO_ACTIVE_LOW>;
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_ptn5150>;
                status = "okay";