* [PATCH] arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: add bluetooth node
@ 2026-02-13 7:38 Jun Yan
2026-03-03 8:15 ` neil.armstrong
2026-03-26 9:06 ` Neil Armstrong
0 siblings, 2 replies; 3+ messages in thread
From: Jun Yan @ 2026-02-13 7:38 UTC (permalink / raw)
To: devicetree, linux-arm-kernel, linux-amlogic
Cc: martin.blumenstingl, jbrunet, khilman, neil.armstrong, conor+dt,
krzk+dt, robh, yangxuan8282, Jun Yan
The Phicomm N1 uses a CY43455 (BCM43438) module with its Bluetooth
interface connected to uart_A.
Add the required device tree node to enable proper functionality.
Signed-off-by: Jun Yan <jerrysteve1101@gmail.com>
---
.../dts/amlogic/meson-gxl-s905d-phicomm-n1.dts | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts
index 393d3cb33b9e..dea3a60e8527 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts
@@ -30,6 +30,21 @@ &cvbs_vdac_port {
status = "disabled";
};
+&uart_A {
+ status = "okay";
+ pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>;
+ pinctrl-names = "default";
+ uart-has-rtscts;
+
+ bluetooth {
+ compatible = "brcm,bcm43438-bt";
+ shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
+ max-speed = <2000000>;
+ clocks = <&wifi32k>;
+ clock-names = "lpo";
+ };
+};
+
&usb {
dr_mode = "host";
};
--
2.53.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: add bluetooth node
2026-02-13 7:38 [PATCH] arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: add bluetooth node Jun Yan
@ 2026-03-03 8:15 ` neil.armstrong
2026-03-26 9:06 ` Neil Armstrong
1 sibling, 0 replies; 3+ messages in thread
From: neil.armstrong @ 2026-03-03 8:15 UTC (permalink / raw)
To: Jun Yan, devicetree, linux-arm-kernel, linux-amlogic
Cc: martin.blumenstingl, jbrunet, khilman, conor+dt, krzk+dt, robh,
yangxuan8282
On 2/13/26 08:38, Jun Yan wrote:
> The Phicomm N1 uses a CY43455 (BCM43438) module with its Bluetooth
> interface connected to uart_A.
>
> Add the required device tree node to enable proper functionality.
>
> Signed-off-by: Jun Yan <jerrysteve1101@gmail.com>
> ---
> .../dts/amlogic/meson-gxl-s905d-phicomm-n1.dts | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts
> index 393d3cb33b9e..dea3a60e8527 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts
> +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts
> @@ -30,6 +30,21 @@ &cvbs_vdac_port {
> status = "disabled";
> };
>
> +&uart_A {
> + status = "okay";
> + pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>;
> + pinctrl-names = "default";
> + uart-has-rtscts;
> +
> + bluetooth {
> + compatible = "brcm,bcm43438-bt";
> + shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
> + max-speed = <2000000>;
> + clocks = <&wifi32k>;
> + clock-names = "lpo";
> + };
> +};
> +
> &usb {
> dr_mode = "host";
> };
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Thanks,
Neil
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: add bluetooth node
2026-02-13 7:38 [PATCH] arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: add bluetooth node Jun Yan
2026-03-03 8:15 ` neil.armstrong
@ 2026-03-26 9:06 ` Neil Armstrong
1 sibling, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2026-03-26 9:06 UTC (permalink / raw)
To: devicetree, linux-arm-kernel, linux-amlogic, Jun Yan
Cc: martin.blumenstingl, jbrunet, khilman, conor+dt, krzk+dt, robh,
yangxuan8282
Hi,
On Fri, 13 Feb 2026 15:38:10 +0800, Jun Yan wrote:
> The Phicomm N1 uses a CY43455 (BCM43438) module with its Bluetooth
> interface connected to uart_A.
>
> Add the required device tree node to enable proper functionality.
>
>
Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v7.1/arm64-dt)
[1/1] arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: add bluetooth node
https://git.kernel.org/amlogic/c/d6df314c0165cb809d6c647a593664a4f5028230
These changes has been applied on the intermediate git tree [1].
The v7.1/arm64-dt branch will then be sent via a formal Pull Request to the Linux SoC maintainers
for inclusion in their intermediate git branches in order to be sent to Linus during
the next merge window, or sooner if it's a set of fixes.
In the cases of fixes, those will be merged in the current release candidate
kernel and as soon they appear on the Linux master branch they will be
backported to the previous Stable and Long-Stable kernels [2].
The intermediate git branches are merged daily in the linux-next tree [3],
people are encouraged testing these pre-release kernels and report issues on the
relevant mailing-lists.
If problems are discovered on those changes, please submit a signed-off-by revert
patch followed by a corrective changeset.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git
[2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
[3] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
--
Neil
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-03-26 9:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-13 7:38 [PATCH] arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: add bluetooth node Jun Yan
2026-03-03 8:15 ` neil.armstrong
2026-03-26 9:06 ` Neil Armstrong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox