arm64: dts: meson: add Broadcom WiFi to P212 dtsi
authorChristian Hewitt <christianshewitt@gmail.com>
Mon, 23 Jan 2023 06:55:02 +0000 (06:55 +0000)
committerNeil Armstrong <neil.armstrong@linaro.org>
Thu, 26 Jan 2023 08:28:50 +0000 (09:28 +0100)
The P212 has a combined WiFi/BT module. The BT side is already enabled
in the dtsi but the WiFi side is not. Let's enable the WiFi module.

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230123065504.2669769-2-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi

index 05cb2f5e5c36280dda87cd79f2757c0c311f9276..7055057d7942bfddc4544c3b7eeb1665914d67aa 100644 (file)
 
        vmmc-supply = <&vddao_3v3>;
        vqmmc-supply = <&vddio_boot>;
+
+       brcmf: wifi@1 {
+               reg = <1>;
+               compatible = "brcm,bcm4329-fmac";
+       };
 };
 
 /* SD card */