diff mbox series

[U-Boot,35/40] arm64: zynqmmp: Add USB OTG interrupts support in dt

Message ID 4541aab8c4907149607dfb408c0b2a91e58148aa.1509970359.git.michal.simek@xilinx.com
State Accepted
Commit 2ef98667b75d7124a8da84b0528168f9a69ae5e2
Delegated to: Michal Simek
Headers show
Series zynqmp: arm64: DT changes | expand

Commit Message

Michal Simek Nov. 6, 2017, 12:13 p.m. UTC
From: Manish Narani <manish.narani@xilinx.com>

This patch adds OTG interrupt support in device tree. It will add
an extra interrupt line number dedicated to OTG events. This will
enable OTG interrupts to serve in DWC3 OTG driver.

Signed-off-by: Manish Narani <mnarani@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/dts/zynqmp.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 7def14d95a88..895ea1f9d595 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -1031,7 +1031,7 @@ 
 				status = "disabled";
 				reg = <0x0 0xfe200000 0x0 0x40000>;
 				interrupt-parent = <&gic>;
-				interrupts = <0 65 4>;
+				interrupts = <0 65 4>, <0 69 4>;
 				/* snps,quirk-frame-length-adjustment = <0x20>; */
 				snps,refclk_fladj;
 				/* dma-coherent; */
@@ -1058,7 +1058,7 @@ 
 				status = "disabled";
 				reg = <0x0 0xfe300000 0x0 0x40000>;
 				interrupt-parent = <&gic>;
-				interrupts = <0 70 4>;
+				interrupts = <0 70 4>, <0 74 4>;
 				/* snps,quirk-frame-length-adjustment = <0x20>; */
 				snps,refclk_fladj;
 				/* dma-coherent; */