From: Marek Vasut Date: Tue, 12 Sep 2017 21:02:30 +0000 (+0200) Subject: ARM: rmobile: dts: Add XHCI USB node to r8a7796 X-Git-Tag: v2017.11-rc2~59^2~23 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e8f86f2bac3291ad5d25ed71a86eb65c61033be5;p=u-boot ARM: rmobile: dts: Add XHCI USB node to r8a7796 The R8A7796 XHCI USB nodes are missing from r8a7796 dtsi, add them. These nodes don't come from mainline Linux, yet the DT binding is similar enough to R8A7795 which already has those in mainline and once the nodes hit mainline, this DT should be resynched. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- diff --git a/arch/arm/dts/r8a7796.dtsi b/arch/arm/dts/r8a7796.dtsi index 7e3b1d82a1..9e6a5f231e 100644 --- a/arch/arm/dts/r8a7796.dtsi +++ b/arch/arm/dts/r8a7796.dtsi @@ -1120,7 +1120,13 @@ }; xhci0: usb@ee000000 { - /* placeholder */ + compatible = "renesas,xhci-r8a7796", "renesas,rcar-gen3-xhci"; + reg = <0 0xee000000 0 0xc00>; + interrupts = ; + clocks = <&cpg CPG_MOD 328>; + power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; + resets = <&cpg 328>; + status = "disabled"; }; ohci0: usb@ee080000 {