Re: [PATCH 1/3][can-next] can: rcar_can: Fix erroneous registration
From: Simon Horman <horms@verge.net.au>
Date: 2018-08-24 12:49:36
Also in:
linux-can, linux-renesas-soc
From: Simon Horman <horms@verge.net.au>
Date: 2018-08-24 12:49:36
Also in:
linux-can, linux-renesas-soc
On Thu, Aug 23, 2018 at 02:07:31PM +0100, Fabrizio Castro wrote:
Assigning 2 to "renesas,can-clock-select" tricks the driver into
registering the CAN interface, even though we don't want that.
This patch fixes this problem and also allows for architectures
missing some of the clocks (e.g. RZ/G2) to behave as expected.
Fixes: 862e2b6af9413b43 ("can: rcar_can: support all input clocks")
Signed-off-by: Fabrizio Castro <redacted>
Signed-off-by: Chris Paterson <redacted>Reviewed-by: Simon Horman <redacted>