Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20191016145650.30003-1-geert+renesas@glider.be

+1 -1
+1 -1
Documentation/devicetree/bindings/clock/renesas,rcar-usb2-clock-sel.txt
··· 46 46 Example (R-Car H3): 47 47 48 48 usb2_clksel: clock-controller@e6590630 { 49 - compatible = "renesas,r8a77950-rcar-usb2-clock-sel", 49 + compatible = "renesas,r8a7795-rcar-usb2-clock-sel", 50 50 "renesas,rcar-gen3-usb2-clock-sel"; 51 51 reg = <0 0xe6590630 0 0x02>; 52 52 clocks = <&cpg CPG_MOD 703>, <&usb_extal>, <&usb_xtal>;