[PATCH v4 21/31] serial: mpc512x: switch to CCF names in clock lookup
From: gregkh@linuxfoundation.org (Greg Kroah-Hartman)
Date: 2013-08-12 18:27:42
Also in:
linuxppc-dev
From: gregkh@linuxfoundation.org (Greg Kroah-Hartman)
Date: 2013-08-12 18:27:42
Also in:
linuxppc-dev
On Tue, Aug 06, 2013 at 10:44:01PM +0200, Gerhard Sittig wrote:
after device tree based clock lookup became available, the peripheral driver need no longer construct clock names which include the PSC index, remove the "psc%d_mclk" template and unconditionally use 'mclk' acquire and release the 'ipg' clock for register access as well Signed-off-by: Gerhard Sittig <redacted>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>