[PATCH] spi: tegra114: add spi driver

Mark Brown broonie at opensource.wolfsonmicro.com
Thu Feb 21 00:34:09 EST 2013


On Wed, Feb 20, 2013 at 06:56:13PM +0530, Laxman Dewangan wrote:

> spi_clk = devm_clk_get(&pdev->dev, "spi");
> spi_clkm = devm_clk_get(&pdev->dev, "clmkm");
> spi_pllp = devm_clk_get(&pdev->dev, "pllp");

> and call clk_set_parent(spi_clk, spi_clkm) or clk_set_parent(spi_clk, spi_pllp).

This also seems like something that ought to be factorable out, ideally
it'd all Just Work(tm) with the clock framework but...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.ozlabs.org/pipermail/devicetree-discuss/attachments/20130220/9facb58e/attachment-0001.sig>


More information about the devicetree-discuss mailing list