mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 09:28:44 -04:00
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:
committed by
Claudiu Beznea
parent
7c0650f1f9
commit
51860eebc9
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user