From: Emiliano Ingrassia Date: Fri, 22 Sep 2017 11:57:08 +0000 (+0200) Subject: ARM: dts: meson: fixing USB support on Meson6, Meson8 and Meson8b X-Git-Tag: v4.15-rc1~75^2~25^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=291f45dd6da5fa6c9a51e5401c1d0af4d549bdee;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: meson: fixing USB support on Meson6, Meson8 and Meson8b This patch fixes the Meson6, Meson8 and Meson8b USB controllers dts nodes which interrupts are level type instead of edge type. This avoids errors like "usb 1-1-port1: cannot reset (err = -110)" and similars on Odroid-C1+ board. Fixes: e29b1cf87473 ("ARM: dts: meson: add USB support on Meson8 and Meson8b") Signed-off-by: Emiliano Ingrassia Tested-by: Martin Blumenstingl Signed-off-by: Martin Blumenstingl Tested-by: Linus Lüssing Signed-off-by: Kevin Hilman --- diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi index cd6ad072e72c1..bf270806a6882 100644 --- a/arch/arm/boot/dts/meson.dtsi +++ b/arch/arm/boot/dts/meson.dtsi @@ -217,7 +217,7 @@ #address-cells = <1>; #size-cells = <0>; reg = <0xc9040000 0x40000>; - interrupts = ; + interrupts = ; phys = <&usb0_phy>; phy-names = "usb2-phy"; dr_mode = "host"; @@ -229,7 +229,7 @@ #address-cells = <1>; #size-cells = <0>; reg = <0xc90c0000 0x40000>; - interrupts = ; + interrupts = ; phys = <&usb1_phy>; phy-names = "usb2-phy"; dr_mode = "host";