[PATCH 1/2] ARM: dts: at91-sama5d27_wlsom1: Improve the Wifi compatible

Claudiu Beznea claudiu.beznea at tuxon.dev
Sat Jun 7 04:10:03 PDT 2025



On 19.05.2025 19:53, Fabio Estevam wrote:
> From: Fabio Estevam <festevam at denx.de>
> 
> The at91-sama5d27_wlsom1 SoM has a WIL3000 Wifi SDIO device populated.
> 
> Improve the description of the Wifi compatible string by passing the
> more specific "microchip,wilc3000" string. 
> 
> Signed-off-by: Fabio Estevam <festevam at denx.de>

Reviewed-by: Claudiu Beznea <claudiu.beznea at tuxon.dev>

> ---
>  arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi b/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi
> index ef11606a82b3..e35dd79beb16 100644
> --- a/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi
> +++ b/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi
> @@ -385,7 +385,7 @@ &sdmmc1 {
>  
>  	wilc: wifi at 0 {
>  		reg = <0>;
> -		compatible = "microchip,wilc1000";
> +		compatible = "microchip,wilc3000", "microchip,wilc1000";
>  		pinctrl-names = "default";
>  		pinctrl-0 = <&pinctrl_wilc_default>;
>  		clocks = <&pmc PMC_TYPE_SYSTEM 9>;




More information about the linux-arm-kernel mailing list