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

dt-bindings: can: rcar_can: Fix RZ/G2 CAN clocks

According to the latest information, the clock options for CAN on RZ/G2
are the same as the ones available on R-Car Gen3

Fixes: 868b7c0f43e6 ("dt-bindings: can: rcar_can: Add r8a774a1 support")
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

authored by

Fabrizio Castro and committed by
Simon Horman
e6aacf9a 9d79b2f1

+3 -9
+3 -9
Documentation/devicetree/bindings/net/can/rcar_can.txt
··· 27 27 28 28 - reg: physical base address and size of the R-Car CAN register map. 29 29 - interrupts: interrupt specifier for the sole interrupt. 30 - - clocks: phandles and clock specifiers for 2 CAN clock inputs for RZ/G2 31 - devices. 32 - phandles and clock specifiers for 3 CAN clock inputs for every other 33 - SoC. 34 - - clock-names: 2 clock input name strings for RZ/G2: "clkp1", "can_clk". 35 - 3 clock input name strings for every other SoC: "clkp1", "clkp2", 36 - "can_clk". 30 + - clocks: phandles and clock specifiers for 3 CAN clock inputs. 31 + - clock-names: 3 clock input name strings: "clkp1", "clkp2", and "can_clk". 37 32 - pinctrl-0: pin control group to be used for this controller. 38 33 - pinctrl-names: must be "default". 39 34 ··· 44 49 Optional properties: 45 50 - renesas,can-clock-select: R-Car CAN Clock Source Select. Valid values are: 46 51 <0x0> (default) : Peripheral clock (clkp1) 47 - <0x1> : Peripheral clock (clkp2) (not supported by 48 - RZ/G2 devices) 52 + <0x1> : Peripheral clock (clkp2) 49 53 <0x3> : External input clock 50 54 51 55 Example