From: Yoshihiro Shimoda Date: Mon, 19 Mar 2018 12:28:27 +0000 (+0900) Subject: arm64: dts: renesas: r8a77965: add USB 3.0 peripheral node X-Git-Tag: v4.18-rc1~48^2~1^2~95 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3a7dc06d833bd88f26c66fb16f56d93771cd4c2f;p=uclinux-h8%2Flinux.git arm64: dts: renesas: r8a77965: add USB 3.0 peripheral node This patch adds USB 3.0 peripheral node for r8a77965. Signed-off-by: Yoshihiro Shimoda Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/r8a77965.dtsi b/arch/arm64/boot/dts/renesas/r8a77965.dtsi index a34b80a0f304..6f748e94a901 100644 --- a/arch/arm64/boot/dts/renesas/r8a77965.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a77965.dtsi @@ -951,8 +951,14 @@ }; usb3_peri0: usb@ee020000 { + compatible = "renesas,r8a77965-usb3-peri", + "renesas,rcar-gen3-usb3-peri"; reg = <0 0xee020000 0 0x400>; - /* placeholder */ + interrupts = ; + clocks = <&cpg CPG_MOD 328>; + power-domains = <&sysc 32>; + resets = <&cpg 328>; + status = "disabled"; }; xhci0: usb@ee000000 {