ARM: dts: at91-sama5d27_wlsom1: Improve the Wifi compatible

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@denx.de>
Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
Link: https://lore.kernel.org/r/20250617140502.1042812-1-festevam@gmail.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
This commit is contained in:
Fabio Estevam
2025-06-17 11:05:01 -03:00
committed by Claudiu Beznea
parent 7c0650f1f9
commit 51860eebc9

View File

@@ -385,7 +385,7 @@ &sdmmc1 {
wilc: wifi@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>;