2022-03-27 19:12:48

by Viacheslav

[permalink] [raw]
Subject: [PATCH v2 0/4] arm64: meson: update dts for JetHub devices

Update dts for JetHub H1:
- add bluetooth node for RTL8822CS uart port

Update dts for JetHub D1:
- add ZigBee serial alias (ttyAML2) for backward compatibility
- update voltage regulators and SDIO config to match board's reference design
- update max freq for WiFi SDIO

Vyacheslav Bocharov (4):
arm64: meson: add dts bluetooth node for JetHub H1
arm64: meson: dts: update serial alias in dts for JetHub D1
arm64: meson: update SDIO voltage in dts for JetHub D1
arm64: meson: update WiFi SDIO in dts for JetHub D1

.../amlogic/meson-axg-jethome-jethub-j100.dts | 16 ++++++++++++----
.../meson-gxl-s905w-jethome-jethub-j80.dts | 6 ++++++
2 files changed, 18 insertions(+), 4 deletions(-)

--
2.30.2


2022-03-28 06:02:28

by Viacheslav

[permalink] [raw]
Subject: [PATCH v2 4/4] arm64: meson: update WiFi SDIO in dts for JetHub D1

Fix the dts to match board's reference design:
- update the maximum SDIO frequency to match 3.3v regulator (Wi-Fi SDIO module)

Signed-off-by: Vyacheslav Bocharov <[email protected]>
---
arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts b/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts
index e52abffdf8cf..9d6d6dcb562c 100644
--- a/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts
@@ -257,8 +257,7 @@ &sd_emmc_b {

bus-width = <4>;
cap-sd-highspeed;
- sd-uhs-sdr104;
- max-frequency = <200000000>;
+ max-frequency = <50000000>;
non-removable;
disable-wp;

--
2.30.2

2022-04-04 21:17:03

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] arm64: meson: update dts for JetHub devices

Hi,

On Sat, 26 Mar 2022 10:51:06 +0300, Vyacheslav Bocharov wrote:
> Update dts for JetHub H1:
> - add bluetooth node for RTL8822CS uart port
>
> Update dts for JetHub D1:
> - add ZigBee serial alias (ttyAML2) for backward compatibility
> - update voltage regulators and SDIO config to match board's reference design
> - update max freq for WiFi SDIO
>
> [...]

Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v5.19/dt64)

[1/4] arm64: meson: add dts bluetooth node for JetHub H1
https://git.kernel.org/amlogic/c/2bda08dfc501967a7a7bd6f77f04afef14dc7271
[2/4] arm64: meson: dts: update serial alias in dts for JetHub D1
https://git.kernel.org/amlogic/c/cf94e26508ad411c2a618b00dfaae515affd0ca7
[3/4] arm64: meson: update SDIO voltage in dts for JetHub D1
https://git.kernel.org/amlogic/c/81bbd2bd24a9ebac3871b293060df50445458c79
[4/4] arm64: meson: update WiFi SDIO in dts for JetHub D1
https://git.kernel.org/amlogic/c/87a87657249316616138c103c2bdb7525c34d987

--
Neil

2022-04-05 02:04:20

by Viacheslav

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] arm64: meson: update dts for JetHub devices

04.04.2022 11:01, Neil Armstrong wrote:
> Hi,
>
> On Sat, 26 Mar 2022 10:51:06 +0300, Vyacheslav Bocharov wrote:
>> Update dts for JetHub H1:
>> - add bluetooth node for RTL8822CS uart port
>>
>> Update dts for JetHub D1:
>> - add ZigBee serial alias (ttyAML2) for backward compatibility
>> - update voltage regulators and SDIO config to match board's reference design
>> - update max freq for WiFi SDIO
>>
>> [...]
>
> Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v5.19/dt64)

Thanks.

>
> [1/4] arm64: meson: add dts bluetooth node for JetHub H1
> https://git.kernel.org/amlogic/c/2bda08dfc501967a7a7bd6f77f04afef14dc7271
> [2/4] arm64: meson: dts: update serial alias in dts for JetHub D1
> https://git.kernel.org/amlogic/c/cf94e26508ad411c2a618b00dfaae515affd0ca7
> [3/4] arm64: meson: update SDIO voltage in dts for JetHub D1
> https://git.kernel.org/amlogic/c/81bbd2bd24a9ebac3871b293060df50445458c79
> [4/4] arm64: meson: update WiFi SDIO in dts for JetHub D1
> https://git.kernel.org/amlogic/c/87a87657249316616138c103c2bdb7525c34d987
>

2022-04-05 03:19:21

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] arm64: meson: update dts for JetHub devices

On 26/03/2022 08:51, Vyacheslav Bocharov wrote:
> Update dts for JetHub H1:
> - add bluetooth node for RTL8822CS uart port
>
> Update dts for JetHub D1:
> - add ZigBee serial alias (ttyAML2) for backward compatibility
> - update voltage regulators and SDIO config to match board's reference design
> - update max freq for WiFi SDIO
>
> Vyacheslav Bocharov (4):
> arm64: meson: add dts bluetooth node for JetHub H1
> arm64: meson: dts: update serial alias in dts for JetHub D1
> arm64: meson: update SDIO voltage in dts for JetHub D1
> arm64: meson: update WiFi SDIO in dts for JetHub D1
>
> .../amlogic/meson-axg-jethome-jethub-j100.dts | 16 ++++++++++++----
> .../meson-gxl-s905w-jethome-jethub-j80.dts | 6 ++++++
> 2 files changed, 18 insertions(+), 4 deletions(-)
>

For whole set:
Reviewed-by: Neil Armstrong <[email protected]>