From: "Diederik de Haas" <didi.debian@cknow.org>
To: "Heiko Stuebner" <heiko@sntech.de>, <linux-rockchip@lists.infradead.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>, "Andy Yan" <andyshrk@163.com>,
"Diederik de Haas" <didi.debian@cknow.org>
Subject: Re: [PATCH 5/8] arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo
Date: Mon, 07 Oct 2024 17:27:12 +0200 [thread overview]
Message-ID: <D4POH599C91R.OQUBX190GASQ@cknow.org> (raw)
In-Reply-To: <20240930210112.1993625-6-heiko@sntech.de>
[-- Attachment #1.1: Type: text/plain, Size: 1630 bytes --]
On Mon Sep 30, 2024 at 11:01 PM CEST, Heiko Stuebner wrote:
> The expected clock-name is different (ext_clock -> extclk) and the wakeup
According to "brcm,bluetooth.yaml", 'extclk' is deprecated in favor of
'txco', so it seems better to use that?
Same would be true for Rock960 boards (patch 6 of this series).
Cheers,
Diederik
> gpio properties are named differently when changing from vendor-tree to
> mainline. So fix those to match the binding.
>
> Fixes: 2e0537b16b25 ("arm64: dts: rockchip: Add dts for rockchip rk3566 box demo board")
> Cc: Andy Yan <andyshrk@163.com>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---
> arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts b/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts
> index 0c18406e4c59..dd6fe964d618 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts
> +++ b/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts
> @@ -449,9 +449,9 @@ &uart1 {
> bluetooth {
> compatible = "brcm,bcm43438-bt";
> clocks = <&pmucru CLK_RTC_32K>;
> - clock-names = "ext_clock";
> - device-wake-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
> - host-wake-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
> + clock-names = "extclk";
> + device-wakeup-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
> + host-wakeup-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
> shutdown-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
> pinctrl-names = "default";
> pinctrl-0 = <&bt_host_wake_l &bt_wake_l &bt_enable_h>;
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 170 bytes --]
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID (diff)
From: "Diederik de Haas" <didi.debian@cknow.org>
To: "Heiko Stuebner" <heiko@sntech.de>, <linux-rockchip@lists.infradead.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>, "Andy Yan" <andyshrk@163.com>,
"Diederik de Haas" <didi.debian@cknow.org>
Subject: Re: [PATCH 5/8] arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo
Date: Mon, 07 Oct 2024 17:27:12 +0200 [thread overview]
Message-ID: <D4POH599C91R.OQUBX190GASQ@cknow.org> (raw)
In-Reply-To: <20240930210112.1993625-6-heiko@sntech.de>
[-- Attachment #1: Type: text/plain, Size: 1630 bytes --]
On Mon Sep 30, 2024 at 11:01 PM CEST, Heiko Stuebner wrote:
> The expected clock-name is different (ext_clock -> extclk) and the wakeup
According to "brcm,bluetooth.yaml", 'extclk' is deprecated in favor of
'txco', so it seems better to use that?
Same would be true for Rock960 boards (patch 6 of this series).
Cheers,
Diederik
> gpio properties are named differently when changing from vendor-tree to
> mainline. So fix those to match the binding.
>
> Fixes: 2e0537b16b25 ("arm64: dts: rockchip: Add dts for rockchip rk3566 box demo board")
> Cc: Andy Yan <andyshrk@163.com>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---
> arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts b/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts
> index 0c18406e4c59..dd6fe964d618 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts
> +++ b/arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts
> @@ -449,9 +449,9 @@ &uart1 {
> bluetooth {
> compatible = "brcm,bcm43438-bt";
> clocks = <&pmucru CLK_RTC_32K>;
> - clock-names = "ext_clock";
> - device-wake-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
> - host-wake-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
> + clock-names = "extclk";
> + device-wakeup-gpios = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
> + host-wakeup-gpios = <&gpio2 RK_PC0 GPIO_ACTIVE_HIGH>;
> shutdown-gpios = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
> pinctrl-names = "default";
> pinctrl-0 = <&bt_host_wake_l &bt_wake_l &bt_enable_h>;
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2024-10-07 15:31 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-30 21:01 [PATCH 0/8] Fixing some dtbscheck warnings Heiko Stuebner
2024-09-30 21:01 ` Heiko Stuebner
2024-09-30 21:01 ` [PATCH 1/8] arm64: dts: rockchip: fix i2c2 pinctrl-names property on anbernic-rg353p Heiko Stuebner
2024-09-30 21:01 ` Heiko Stuebner
2024-09-30 22:08 ` Chris Morgan
2024-09-30 22:08 ` Chris Morgan
2024-09-30 21:01 ` [PATCH 2/8] arm64: dts: rockchip: fix i2c2 pinctrl-names property on anbernic-rg353v Heiko Stuebner
2024-09-30 21:01 ` Heiko Stuebner
2024-09-30 22:09 ` Chris Morgan
2024-09-30 22:09 ` Chris Morgan
2024-09-30 21:01 ` [PATCH 3/8] arm64: dts: rockchip: Drop regulator-init-microvolt from rk3568-roc-pc Heiko Stuebner
2024-09-30 21:01 ` Heiko Stuebner
2024-09-30 22:55 ` Jonas Karlman
2024-09-30 22:55 ` Jonas Karlman
2024-10-08 20:27 ` Heiko Stübner
2024-10-08 20:27 ` Heiko Stübner
2024-09-30 21:01 ` [PATCH 4/8] arm64: dts: rockchip: Drop regulator-init-microvolt from rk3588-toybrick-x0 Heiko Stuebner
2024-09-30 21:01 ` Heiko Stuebner
2024-09-30 21:01 ` [PATCH 5/8] arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo Heiko Stuebner
2024-09-30 21:01 ` Heiko Stuebner
2024-10-07 15:27 ` Diederik de Haas [this message]
2024-10-07 15:27 ` Diederik de Haas
2024-10-07 16:04 ` Heiko Stübner
2024-10-07 16:04 ` Heiko Stübner
2024-10-07 19:33 ` Diederik de Haas
2024-10-07 19:33 ` Diederik de Haas
2024-10-08 20:20 ` Heiko Stübner
2024-10-08 20:20 ` Heiko Stübner
2024-10-08 20:26 ` Diederik de Haas
2024-10-08 20:26 ` Diederik de Haas
2024-09-30 21:01 ` [PATCH 6/8] arm64: dts: rockchip: Fix bluetooth properties on Rock960 boards Heiko Stuebner
2024-09-30 21:01 ` Heiko Stuebner
2024-09-30 21:01 ` [PATCH 7/8] arm64: dts: rockchip: Remove undocumented emmc property from PX30-Ringneck Heiko Stuebner
2024-09-30 21:01 ` Heiko Stuebner
2024-10-01 10:04 ` Quentin Schulz
2024-10-01 10:04 ` Quentin Schulz
2024-10-08 20:29 ` Heiko Stübner
2024-10-08 20:29 ` Heiko Stübner
2024-09-30 21:01 ` [PATCH 8/8] arm64: dts: rockchip: Remove #cooling-cells from fan on Theobroma boards Heiko Stuebner
2024-09-30 21:01 ` Heiko Stuebner
2024-10-01 9:55 ` Quentin Schulz
2024-10-01 9:55 ` Quentin Schulz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=D4POH599C91R.OQUBX190GASQ@cknow.org \
--to=didi.debian@cknow.org \
--cc=andyshrk@163.com \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-rockchip@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.