diff mbox series

dt-bindings: clock: renesas: rcar-usb2-clock-sel: Fix typo in example

Message ID 20191016145650.30003-1-geert+renesas@glider.be
State Not Applicable, archived
Headers show
Series dt-bindings: clock: renesas: rcar-usb2-clock-sel: Fix typo in example | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Geert Uytterhoeven Oct. 16, 2019, 2:56 p.m. UTC
The documented compatible value for R-Car H3 is
"renesas,r8a7795-rcar-usb2-clock-sel", not
"renesas,r8a77950-rcar-usb2-clock-sel".

Fixes: 311accb64570db45 ("clk: renesas: rcar-usb2-clock-sel: Add R-Car USB 2.0 clock selector PHY")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
This binding has no DTS users in upstream, nor in the BSP?
---
 .../devicetree/bindings/clock/renesas,rcar-usb2-clock-sel.txt   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yoshihiro Shimoda Oct. 17, 2019, 1:36 a.m. UTC | #1
Hi Geert-san,

> From: Of Geert Uytterhoeven, Sent: Wednesday, October 16, 2019 11:57 PM
> 
> The documented compatible value for R-Car H3 is
> "renesas,r8a7795-rcar-usb2-clock-sel", not
> "renesas,r8a77950-rcar-usb2-clock-sel".
> 
> Fixes: 311accb64570db45 ("clk: renesas: rcar-usb2-clock-sel: Add R-Car USB 2.0 clock selector PHY")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thank you for the patch!

Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

> ---
> This binding has no DTS users in upstream, nor in the BSP?

That's correct for now.
So, I'll add this node into each .dtsi after I added the r8a77965 (also r8a77961?) compatible.
# I'll not enable the node though...

Best regards,
Yoshihiro Shimoda
Rob Herring (Arm) Oct. 29, 2019, 1:27 a.m. UTC | #2
On Wed, 16 Oct 2019 16:56:50 +0200, Geert Uytterhoeven wrote:
> The documented compatible value for R-Car H3 is
> "renesas,r8a7795-rcar-usb2-clock-sel", not
> "renesas,r8a77950-rcar-usb2-clock-sel".
> 
> Fixes: 311accb64570db45 ("clk: renesas: rcar-usb2-clock-sel: Add R-Car USB 2.0 clock selector PHY")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> This binding has no DTS users in upstream, nor in the BSP?
> ---
>  .../devicetree/bindings/clock/renesas,rcar-usb2-clock-sel.txt   | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/clock/renesas,rcar-usb2-clock-sel.txt b/Documentation/devicetree/bindings/clock/renesas,rcar-usb2-clock-sel.txt
index e96e085271c134f4..83f6c6a7c41c76ca 100644
--- a/Documentation/devicetree/bindings/clock/renesas,rcar-usb2-clock-sel.txt
+++ b/Documentation/devicetree/bindings/clock/renesas,rcar-usb2-clock-sel.txt
@@ -46,7 +46,7 @@  Required properties:
 Example (R-Car H3):
 
 	usb2_clksel: clock-controller@e6590630 {
-		compatible = "renesas,r8a77950-rcar-usb2-clock-sel",
+		compatible = "renesas,r8a7795-rcar-usb2-clock-sel",
 			     "renesas,rcar-gen3-usb2-clock-sel";
 		reg = <0 0xe6590630 0 0x02>;
 		clocks = <&cpg CPG_MOD 703>, <&usb_extal>, <&usb_xtal>;