ARM: dts: rockchip: add brcmf node to rk3066a-mk808
authorJohan Jonker <jbx6244@gmail.com>
Thu, 15 Dec 2022 23:17:44 +0000 (00:17 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 10 Jan 2023 15:30:52 +0000 (16:30 +0100)
The MK808 board has a wifi chip called RK901.
Add a somewhat brcmf compatible node to the rk3066a-mk808.dts file.
That's what's available as driver in the mainline kernel in relation
to this Rockchip wifi product that is able to load the firmware.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/b3c7f1d7-47fd-90e4-badb-e8ceb8901e27@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3066a-mk808.dts

index 2db5ba7..06790f0 100644 (file)
        pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_bus4>;
        pinctrl-names = "default";
        vmmc-supply = <&vcc_wifi>;
+       #address-cells = <1>;
+       #size-cells = <0>;
        status = "okay";
+
+       brcmf: wifi@1 {
+               compatible = "brcm,bcm4329-fmac";
+               reg = <1>;
+       };
 };
 
 &nfc {