aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorManish Narani <manish.narani@xilinx.com>2017-01-18 17:34:48 +0530
committerMichal Simek <michal.simek@xilinx.com>2017-11-28 16:09:16 +0100
commit2ef98667b75d7124a8da84b0528168f9a69ae5e2 (patch)
treeeb16c0aed0fb585467179fdb5f83b4df6ffca862 /arch
parentf7346ef14cc5de19ee503da4b9df384999a79ea1 (diff)
downloadu-boot-2ef98667b75d7124a8da84b0528168f9a69ae5e2.zip
u-boot-2ef98667b75d7124a8da84b0528168f9a69ae5e2.tar.gz
u-boot-2ef98667b75d7124a8da84b0528168f9a69ae5e2.tar.bz2
arm64: zynqmp: Add USB OTG interrupts support in dt
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/zynqmp.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 7def14d..895ea1f 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; */