Re: [PATCH v2 01/16] serial: sh-sci: Drop the interface clock
From: Simon Horman <hidden>
Date: 2015-12-14 08:16:28
Also in:
linux-serial, linux-sh
On Mon, Dec 14, 2015 at 05:15:40PM +0900, Simon Horman wrote:
Hi Greg, On Sat, Dec 12, 2015 at 10:42:37PM -0800, Greg Kroah-Hartman wrote:quoted
On Thu, Nov 19, 2015 at 07:35:58PM +0100, Geert Uytterhoeven wrote:quoted
From: Laurent Pinchart <laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> As no platform defines an interface clock the SCI driver always falls back to a clock named "peripheral_clk". - On SH platforms that clock is the base clock for the SCI functional clock and has the same frequency, - On ARM platforms that clock doesn't exist, and clk_get() will return the default clock for the device. We can thus make the functional clock mandatory and drop the interface clock. EPROBE_DEFER is handled for clocks that may be referenced from DT (i.e. "fck" and deprecated "sci_ick"). Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> Acked-by: Simon Horman <horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org> [geert: Handle EPROBE_DEFER, reformat description, break long comment line] Signed-off-by: Geert Uytterhoeven <redacted>Acked-by: Greg Kroah-Hartman <redacted>If its not too much trouble I would prefer if you took this into the serial tree.
Sorry, I meant to can this email rather than sent it. Please ignore the above!!! -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html