arm64: zynqmp: Rename clocks as per the Arasan NAND driver
authorAmit Kumar Mahapatra <amit.kumar-mahapatra@xilinx.com>
Tue, 23 Feb 2021 20:47:20 +0000 (13:47 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 30 Mar 2021 10:03:24 +0000 (12:03 +0200)
In zynqmp.dtsi file renamed "clk_sys" clock to "controller" and
"clk_flash" clock to "bus" as per upstreamed Arasan NAND driver.
This fixes NAND driver probe failure.

Signed-off-by: Amit Kumar Mahapatra <amit.kumar-mahapatra@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp.dtsi

index aa0ac95..2917a95 100644 (file)
                        compatible = "arasan,nfc-v3p10";
                        status = "disabled";
                        reg = <0x0 0xff100000 0x0 0x1000>;
-                       clock-names = "clk_sys", "clk_flash";
+                       clock-names = "controller", "bus";
                        interrupt-parent = <&gic>;
                        interrupts = <0 14 4>;
                        #address-cells = <1>;