]> git.sur5r.net Git - u-boot/commitdiff
arm64: zynqmp: Add USB OTG interrupts support in dt
authorManish Narani <manish.narani@xilinx.com>
Wed, 18 Jan 2017 12:04:48 +0000 (17:34 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 28 Nov 2017 15:09:16 +0000 (16:09 +0100)
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

index 7def14d95a88cf7d2cd98b0b13f36203ac05c81c..895ea1f9d595565fdb28c0e17ff97d320dfff877 100644 (file)
                                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; */
                                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; */