diff mbox series

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

Message ID 0943ecc7a5a5023c95c0c10c4c91f8929d216f48.1614157912.git.michal.simek@xilinx.com
State Accepted
Commit e2b71c382faf9ae2f835f40a520979bba6d80e2d
Delegated to: Michal Simek
Headers show
Series arm64: zynqmp: Rename clocks as per the Arasan NAND driver | expand

Commit Message

Michal Simek Feb. 24, 2021, 9:11 a.m. UTC
From: Amit Kumar Mahapatra <amit.kumar-mahapatra@xilinx.com>

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michal Simek March 30, 2021, 7:22 a.m. UTC | #1
st 24. 2. 2021 v 10:11 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> From: Amit Kumar Mahapatra <amit.kumar-mahapatra@xilinx.com>
>
> 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 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
> index aa0ac95e122e..2917a956eb3d 100644
> --- a/arch/arm/dts/zynqmp.dtsi
> +++ b/arch/arm/dts/zynqmp.dtsi
> @@ -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>;
> --
> 2.30.0
>

Applied.
M
diff mbox series

Patch

diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index aa0ac95e122e..2917a956eb3d 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -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>;