devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: at91-sama5d27_wlsom1: Improve the Wifi compatible
@ 2025-05-19 16:53 Fabio Estevam
  2025-05-19 16:53 ` [PATCH 2/2] ARM: configs: at91_dt_defconfig: Select CONFIG_WILC1000_SDIO Fabio Estevam
  2025-06-07 11:10 ` [PATCH 1/2] ARM: dts: at91-sama5d27_wlsom1: Improve the Wifi compatible Claudiu Beznea
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2025-05-19 16:53 UTC (permalink / raw)
  To: nicolas.ferre
  Cc: alexandre.belloni, claudiu.beznea, robh, krzk+dt, conor+dt,
	devicetree, linux-arm-kernel, Fabio Estevam

From: Fabio Estevam <festevam@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@denx.de>
---
 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@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>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-06-07 11:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-19 16:53 [PATCH 1/2] ARM: dts: at91-sama5d27_wlsom1: Improve the Wifi compatible Fabio Estevam
2025-05-19 16:53 ` [PATCH 2/2] ARM: configs: at91_dt_defconfig: Select CONFIG_WILC1000_SDIO Fabio Estevam
2025-06-07 11:13   ` Claudiu Beznea
2025-06-07 11:10 ` [PATCH 1/2] ARM: dts: at91-sama5d27_wlsom1: Improve the Wifi compatible Claudiu Beznea

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).