Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: dts: rockchip: add brcmf node to rk3066a-mk808

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>

authored by

Johan Jonker and committed by
Heiko Stuebner
75bba4f4 4a88d9eb

+7
+7
arch/arm/boot/dts/rk3066a-mk808.dts
··· 157 157 pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_bus4>; 158 158 pinctrl-names = "default"; 159 159 vmmc-supply = <&vcc_wifi>; 160 + #address-cells = <1>; 161 + #size-cells = <0>; 160 162 status = "okay"; 163 + 164 + brcmf: wifi@1 { 165 + compatible = "brcm,bcm4329-fmac"; 166 + reg = <1>; 167 + }; 161 168 }; 162 169 163 170 &nfc {