* [PATCH v1] ARM: dts: rockchip: add brcmf node to rk3066a-mk808.dts
@ 2022-12-15 23:17 Johan Jonker
2023-01-10 15:32 ` Heiko Stuebner
0 siblings, 1 reply; 2+ messages in thread
From: Johan Jonker @ 2022-12-15 23:17 UTC (permalink / raw)
To: heiko
Cc: robh+dt, krzysztof.kozlowski+dt, devicetree, linux-arm-kernel,
linux-rockchip, linux-kernel
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>
---
arch/arm/boot/dts/rk3066a-mk808.dts | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/rk3066a-mk808.dts b/arch/arm/boot/dts/rk3066a-mk808.dts
index 2db5ba706..5b9e8026c 100644
--- a/arch/arm/boot/dts/rk3066a-mk808.dts
+++ b/arch/arm/boot/dts/rk3066a-mk808.dts
@@ -157,7 +157,14 @@
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 {
+ reg = <1>;
+ compatible = "brcm,bcm4329-fmac";
+ };
};
&nfc {
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v1] ARM: dts: rockchip: add brcmf node to rk3066a-mk808.dts
2022-12-15 23:17 [PATCH v1] ARM: dts: rockchip: add brcmf node to rk3066a-mk808.dts Johan Jonker
@ 2023-01-10 15:32 ` Heiko Stuebner
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2023-01-10 15:32 UTC (permalink / raw)
To: Johan Jonker
Cc: Heiko Stuebner, linux-rockchip, devicetree, linux-arm-kernel,
linux-kernel, krzysztof.kozlowski+dt, robh+dt
On Fri, 16 Dec 2022 00:17:44 +0100, Johan Jonker wrote:
> 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.
>
>
Applied, thanks!
[1/1] ARM: dts: rockchip: add brcmf node to rk3066a-mk808.dts
commit: 75bba4f4faf4f14112377ff6d1b996a7ec4c0fa1
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-10 15:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-15 23:17 [PATCH v1] ARM: dts: rockchip: add brcmf node to rk3066a-mk808.dts Johan Jonker
2023-01-10 15:32 ` Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox