OSDN Git Service

ARM: dts: iwg23s-sbc: Enable USB USB2.0 Host
authorBiju Das <biju.das@bp.renesas.com>
Wed, 10 Apr 2019 14:48:48 +0000 (15:48 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 12 Apr 2019 12:23:15 +0000 (14:23 +0200)
Enable USB2.0 host on the iwg23s sbc.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts

index 7ae7ee1..366832c 100644 (file)
        };
 };
 
+&ehci1 {
+       status = "okay";
+};
+
 &extal_clk {
        clock-frequency = <20000000>;
 };
        };
 };
 
+&ohci1 {
+       status = "okay";
+};
+
 &pfc {
        avb_pins: avb {
                groups = "avb_mdio", "avb_gmii_tx_rx";