[PATCH 12/18] OMAP3 : clock data: Update name string for EMAC clocks

Russell King - ARM Linux linux at arm.linux.org.uk
Wed May 5 15:45:56 EDT 2010


On Wed, May 05, 2010 at 12:33:09PM -0700, Tony Lindgren wrote:
> The emac driver uses generic name for the module and phy
> clocks. Updated the omap3xxx_clks table to match the names
> used by the Davinci emac driver.

Patch doesn't match description.  IMHO "ick" and "fck" are generic names,
whereas "emac_clk" and "phy_clk" are specific names.

> -	CLK("davinci_emac",	"ick",		&emac_ick,	CK_AM35XX),
> -	CLK("davinci_emac",	"fck",		&emac_fck,	CK_AM35XX),
> +	CLK("davinci_emac",	"emac_clk",	&emac_ick,	CK_AM35XX),
> +	CLK("davinci_emac",	"phy_clk",	&emac_fck,	CK_AM35XX),



More information about the linux-arm-kernel mailing list