Skip to content

Commit d4ae4dd

Browse files
author
Dinh Nguyen
committed
arm64: dts: agilex: add nand clocks
Add the clock properties for the NAND dts node. Signed-off-by: Dinh Nguyen <[email protected]>
1 parent 48f36de commit d4ae4dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/boot/dts/intel/socfpga_agilex.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@
309309
<0xffb80000 0x1000>;
310310
reg-names = "nand_data", "denali_reg";
311311
interrupts = <0 97 4>;
312+
clocks = <&clkmgr AGILEX_NAND_CLK>,
313+
<&clkmgr AGILEX_NAND_X_CLK>,
314+
<&clkmgr AGILEX_NAND_ECC_CLK>;
315+
clock-names = "nand", "nand_x", "ecc";
312316
resets = <&rst NAND_RESET>, <&rst NAND_OCP_RESET>;
313317
status = "disabled";
314318
};

0 commit comments

Comments
 (0)