]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: pb1176: add ISP1761 USB OTG host controller
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 14 Jan 2016 12:36:48 +0000 (13:36 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 11 Feb 2016 14:52:45 +0000 (15:52 +0100)
The USB host controller was missing from the device tree so add
it. This device is not inside either the development chip or the
FPGA but mounted on the board, so it ends up in the root node of
the device tree.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/arm-realview-pb1176.dts

index f02d1f14619a2a992e406edc93ffa9525d8a3f78..8a0bc4222cfc4ca16c8d06c1570645c2e2139b48 100644 (file)
                status = "disabled";
        };
 
+       usb@3b000000 {
+               compatible = "nxp,usb-isp1761";
+               reg = <0x3b000000 0x20000>;
+               interrupt-parent = <&intc_fpga1176>;
+               interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>;
+               port1-otg;
+       };
+
        soc {
                #address-cells = <1>;
                #size-cells = <1>;