Re: [PATCH 2/2] arm64: dts: socfpga: agilex5: add TB daughter board support
From: Krzysztof Kozlowski
Date: Wed Feb 19 2025 - 02:04:50 EST
On 18/02/2025 10:44, niravkumar.l.rabara@xxxxxxxxx wrote:
> @@ -0,0 +1,27 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * Copyright (C) 2025, Altera Corporation
> + */
> +#include "socfpga_agilex5_socdk.dts"
> +
> +/ {
> + model = "SoCFPGA Agilex5 SoCDK - TB";
> + compatible = "intel,socfpga-agilex5-socdk-tb", "intel,socfpga-agilex5";
> +
> + leds {
> + led-0 {
> + label = "hps_led0";
> + gpios = <&portb 12 GPIO_ACTIVE_HIGH>;
> + };
> + };
> +};
> +
> +&spi0 {
> + status = "okay";
> +
> + spidev@0{
> + compatible = "rohm,dh2228fv";
NAK. You do not have such device there.
Also, follow DTS coding style and fix all white space issues here.
Best regards,
Krzysztof