Re: [PATCH v2] arm64: dts: socfpga: agilex5: add NAND board file

From: Krzysztof Kozlowski
Date: Wed Feb 05 2025 - 06:31:50 EST


On 05/02/2025 11:13, niravkumar.l.rabara@xxxxxxxxx wrote:
> diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts
> new file mode 100644
> index 000000000000..ccc9be2cd7c6
> --- /dev/null
> +++ b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts
> @@ -0,0 +1,89 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * Copyright (C) 2025, Altera Corporation
> + */
> +#include "socfpga_agilex5.dtsi"
> +
> +/ {
> + model = "SoCFPGA Agilex5 SoCDK";
> + compatible = "intel,socfpga-agilex5-socdk", "intel,socfpga-agilex5";


You cannot use other boards compatibles. Different device, different
compatible.

Best regards,
Krzysztof