]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
arm64: dts: renesas: cat874: Enable USB3.0 host/peripheral device node
authorBiju Das <biju.das@bp.renesas.com>
Fri, 31 May 2019 09:59:59 +0000 (10:59 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 12 Jun 2019 12:07:27 +0000 (14:07 +0200)
This patch enables USB3.0 host/peripheral device node for the cat874
board.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts

index ad254b092387c8536c0d6e254886096aac8c9fb9..fbeece1af02a28cf7b837a6e54347e4f0a51e59e 100644 (file)
                groups = "audio_clkout1_a";
                function = "audio_clk";
        };
+
+       usb30_pins: usb30 {
+               groups = "usb30", "usb30_id";
+               function = "usb30";
+       };
 };
 
 &rcar_sound {
        renesas,no-otg-pins;
        status = "okay";
 };
+
+&usb3_peri0 {
+       companion = <&xhci0>;
+       status = "okay";
+};
+
+&xhci0 {
+       pinctrl-0 = <&usb30_pins>;
+       pinctrl-names = "default";
+
+       status = "okay";
+};