Re: [PATCH 3/3] arm64: dts: r8a7795: Add USB3.0 host device node

2017-08-17 Thread Simon Horman
On Thu, Aug 03, 2017 at 09:28:44PM +0900, Yoshihiro Shimoda wrote:
> Signed-off-by: Yoshihiro Shimoda 
> ---
>  arch/arm64/boot/dts/renesas/r8a7796.dtsi | 9 -
>  1 file changed, 8 insertions(+), 1 deletion(-)

I applied this as "arm64: dts: r8a7796: Add USB3.0 host device node"
Note the '6'.

Also, I know I am guilty of this too, but please consider including a
body in the changelog for future patches.


[PATCH 3/3] arm64: dts: r8a7795: Add USB3.0 host device node

2017-08-03 Thread Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda 
---
 arch/arm64/boot/dts/renesas/r8a7796.dtsi | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi 
b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
index 5301bfc..882a556 100644
--- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
@@ -1228,7 +1228,14 @@
};
 
xhci0: usb@ee00 {
-   /* placeholder */
+   compatible = "renesas,xhci-r8a7796",
+"renesas,rcar-gen3-xhci";
+   reg = <0 0xee00 0 0xc00>;
+   interrupts = ;
+   clocks = < CPG_MOD 328>;
+   power-domains = < R8A7796_PD_ALWAYS_ON>;
+   resets = < 328>;
+   status = "disabled";
};
 
ohci0: usb@ee08 {
-- 
1.9.1