[PATCH] mtd: nand: atmel_nand: retrieve NFC clock
Ezequiel Garcia
ezequiel.garcia at free-electrons.com
Thu Sep 11 08:20:30 PDT 2014
Hi Alexandre,
On 11 Sep 04:43 PM, Alexandre Belloni wrote:
> @@ -2276,6 +2280,16 @@ static int atmel_nand_nfc_probe(struct platform_device *pdev)
> }
> }
>
> + nfc->clk = devm_clk_get(&pdev->dev, NULL);
> + if (IS_ERR(nfc->clk)) {
> + dev_warn(&pdev->dev, "NFC clock is missing");
> + return 0;
> + }
> +
The binding documentation makes no mention to a clock.
Anyway, with or without the docs I think this patch breaks DT backward
compatibility.
Or am I missing something?
--
Ezequiel García, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com
More information about the linux-arm-kernel
mailing list