From: Daniel Mack Date: Sun, 24 Jun 2018 17:42:05 +0000 (+0200) Subject: arm: dts: pxa3xx: provide correct clk-names property for nand controller node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=267a113cec976227810f99caf8eaa51f450f5a55;p=linux.git arm: dts: pxa3xx: provide correct clk-names property for nand controller node The NAND driver looks for a clock named "core" and falls back to a pdev clock that has a wrong rate if not set. Signed-off-by: Daniel Mack Signed-off-by: Robert Jarzmik --- diff --git a/arch/arm/boot/dts/pxa3xx.dtsi b/arch/arm/boot/dts/pxa3xx.dtsi index 132a3b8ab1484..01b2af1038250 100644 --- a/arch/arm/boot/dts/pxa3xx.dtsi +++ b/arch/arm/boot/dts/pxa3xx.dtsi @@ -135,6 +135,7 @@ reg = <0x43100000 90>; interrupts = <45>; clocks = <&clks CLK_NAND>; + clock-names = "core"; dmas = <&pdma 97 3>; dma-names = "data"; #address-cells = <1>;