Skip to content

Commit 51860ee

Browse files
Fabio Estevamclaudiubeznea
authored andcommitted
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>
1 parent 7c0650f commit 51860ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385

386386
wilc: wifi@0 {
387387
reg = <0>;
388-
compatible = "microchip,wilc1000";
388+
compatible = "microchip,wilc3000", "microchip,wilc1000";
389389
pinctrl-names = "default";
390390
pinctrl-0 = <&pinctrl_wilc_default>;
391391
clocks = <&pmc PMC_TYPE_SYSTEM 9>;

0 commit comments

Comments
 (0)