Skip to content
Snippets Groups Projects
Commit e2b71c38 authored by Amit Kumar Mahapatra's avatar Amit Kumar Mahapatra Committed by Michal Simek
Browse files

arm64: zynqmp: Rename clocks as per the Arasan NAND driver


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: default avatarAmit Kumar Mahapatra <amit.kumar-mahapatra@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent fbf043d7
No related branches found
No related tags found
No related merge requests found
......@@ -505,7 +505,7 @@
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>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment