]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: socfpga: agilex5: fix CHECK_DTBS warning for NAND
authorDinh Nguyen <dinguyen@kernel.org>
Tue, 4 Nov 2025 12:55:16 +0000 (06:55 -0600)
committerDinh Nguyen <dinguyen@kernel.org>
Tue, 4 Nov 2025 16:03:32 +0000 (10:03 -0600)
Add the required clock-names property NAND controller. This change corrects
the warning:

socfpga_agilex5_socdk_nand.dtb: nand-controller@10b80000 (cdns,hp-nfc):
 'clock-names' is a required property

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi

index a13ccee3c4c3ddd977cd0edc321bed2b62dcfbc0..771c594532e76baa1d4850bc24c8e22e8d45ef95 100644 (file)
                        #size-cells = <0>;
                        interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&clkmgr AGILEX5_NAND_NF_CLK>;
+                       clock-names = "nf_clk";
                        cdns,board-delay-ps = <4830>;
                        iommus = <&smmu 4>;
                        status = "disabled";