Commit d4ae4dd3 authored by Dinh Nguyen's avatar Dinh Nguyen

arm64: dts: agilex: add nand clocks

Add the clock properties for the NAND dts node.
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 48f36de9
......@@ -309,6 +309,10 @@ nand: nand@ffb90000 {
<0xffb80000 0x1000>;
reg-names = "nand_data", "denali_reg";
interrupts = <0 97 4>;
clocks = <&clkmgr AGILEX_NAND_CLK>,
<&clkmgr AGILEX_NAND_X_CLK>,
<&clkmgr AGILEX_NAND_ECC_CLK>;
clock-names = "nand", "nand_x", "ecc";
resets = <&rst NAND_RESET>, <&rst NAND_OCP_RESET>;
status = "disabled";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment