From: Anurag Kumar Vulisha Date: Tue, 5 Mar 2019 15:46:34 +0000 (+0000) Subject: arm64: dts: zynqmp: Add interrupt-names property into dwc3 node X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c21aeb78c9ce804b3ff4f060ce4d511aef9c48d;p=thirdparty%2Fu-boot.git arm64: dts: zynqmp: Add interrupt-names property into dwc3 node This patch adds the "interrupt-names" property for providing names to the interrupt ids used in dwc3 dts node Signed-off-by: Anurag Kumar Vulisha Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 670e78f3db2..db61b4dfe67 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -1012,6 +1012,7 @@ status = "disabled"; reg = <0x0 0xfe200000 0x0 0x40000>; interrupt-parent = <&gic>; + interrupt-names = "dwc_usb3", "otg", "hiber"; interrupts = <0 65 4>, <0 69 4>, <0 75 4>; #stream-id-cells = <1>; iommus = <&smmu 0x860>; @@ -1042,6 +1043,7 @@ status = "disabled"; reg = <0x0 0xfe300000 0x0 0x40000>; interrupt-parent = <&gic>; + interrupt-names = "dwc_usb3", "otg", "hiber"; interrupts = <0 70 4>, <0 74 4>, <0 76 4>; #stream-id-cells = <1>; iommus = <&smmu 0x861>;