* [PATCH v2] arm64: dts: rockchip: Further describe the WiFi for the Pinephone Pro
@ 2025-08-29 11:38 Peter Robinson
2025-08-30 12:57 ` Heiko Stuebner
0 siblings, 1 reply; 2+ messages in thread
From: Peter Robinson @ 2025-08-29 11:38 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Heiko Stuebner,
Dragan Simic, Ondrej Jirman, Diederik de Haas, devicetree,
linux-arm-kernel, linux-rockchip
Cc: Peter Robinson
Update the wake-up pin and associated interupt details for the
Pinephone Pro WiFi module. Details obtained from the published
PinephonePro-Schematic-V1.0-20211127.pdf page 19.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
v2:
- Update commit
- Drop alias
.../boot/dts/rockchip/rk3399-pinephone-pro.dts | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts b/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts
index 6f97e57f36f55..24e4365a2e588 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts
@@ -689,6 +689,12 @@ vcc1v8_codec_en: vcc1v8-codec-en {
};
};
+ wifi {
+ wifi_host_wake_l: wifi-host-wake-l {
+ rockchip,pins = <4 RK_PD0 RK_FUNC_GPIO &pcfg_pull_none>;
+ };
+ };
+
wireless-bluetooth {
bt_wake_pin: bt-wake-pin {
rockchip,pins = <2 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>;
@@ -715,7 +721,19 @@ &sdio0 {
pinctrl-names = "default";
pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &sdio0_clk>;
sd-uhs-sdr104;
+ #address-cells = <1>;
+ #size-cells = <0>;
status = "okay";
+
+ brcmf: wifi@1 {
+ reg = <1>;
+ compatible = "brcm,bcm4329-fmac";
+ interrupt-parent = <&gpio4>;
+ interrupts = <RK_PD0 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-names = "host-wake";
+ pinctrl-names = "default";
+ pinctrl-0 = <&wifi_host_wake_l>;
+ };
};
&pwm0 {
--
2.51.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] arm64: dts: rockchip: Further describe the WiFi for the Pinephone Pro
2025-08-29 11:38 [PATCH v2] arm64: dts: rockchip: Further describe the WiFi for the Pinephone Pro Peter Robinson
@ 2025-08-30 12:57 ` Heiko Stuebner
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2025-08-30 12:57 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Dragan Simic,
Ondrej Jirman, Diederik de Haas, devicetree, linux-arm-kernel,
linux-rockchip, Peter Robinson
Cc: Heiko Stuebner
On Fri, 29 Aug 2025 12:38:24 +0100, Peter Robinson wrote:
> Update the wake-up pin and associated interupt details for the
> Pinephone Pro WiFi module. Details obtained from the published
> PinephonePro-Schematic-V1.0-20211127.pdf page 19.
>
>
Applied, thanks!
[1/1] arm64: dts: rockchip: Further describe the WiFi for the Pinephone Pro
commit: 096bd8c679185f898cae9933c6a68650fa26ea4f
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-30 13:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-29 11:38 [PATCH v2] arm64: dts: rockchip: Further describe the WiFi for the Pinephone Pro Peter Robinson
2025-08-30 12:57 ` Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).