2022-03-25 19:38:04

by Viacheslav

[permalink] [raw]
Subject: [PATCH 0/3] 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

Vyacheslav Bocharov (3):
arm64: meson: add to dts for JetHub H1 bluetooth node
arm64: meson: dts: update dts for JetHub D1
arm64: meson: fix sdio in dts for JetHub D1

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

--
2.30.2


2022-03-25 20:28:33

by Neil Armstrong

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

Hi,

On 25/03/2022 17:54, 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
>
> Vyacheslav Bocharov (3):
> arm64: meson: add to dts for JetHub H1 bluetooth node
> arm64: meson: dts: update dts for JetHub D1
> arm64: meson: fix sdio in dts for JetHub D1
>
> .../amlogic/meson-axg-jethome-jethub-j100.dts | 17 +++++++++++++----
> .../meson-gxl-s905w-jethome-jethub-j80.dts | 5 +++++
> 2 files changed, 18 insertions(+), 4 deletions(-)
>

Can you add Fixes: tag in all patches so they get backported ?

Thanks,
Neil

2022-03-26 15:58:52

by Viacheslav

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



25.03.2022 20:34, Neil Armstrong wrote:
> Hi,
>
> On 25/03/2022 17:54, 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
>>
>> Vyacheslav Bocharov (3):
>>    arm64: meson: add to dts for JetHub H1 bluetooth node
>>    arm64: meson: dts: update dts for JetHub D1
>>    arm64: meson: fix sdio in dts for JetHub D1
>>
>>   .../amlogic/meson-axg-jethome-jethub-j100.dts   | 17 +++++++++++++----
>>   .../meson-gxl-s905w-jethome-jethub-j80.dts      |  5 +++++
>>   2 files changed, 18 insertions(+), 4 deletions(-)
>>
>
> Can you add Fixes: tag in all patches so they get backported ?
Bluetooth node update depends on commit
b050c5bbbbccfb9e6cbf29c8ee7a41c1bba972bdf (Bluetooth: btrtl: Add support
for RTL8822C hci_ver 0x08), which seems to appear only in 5.18
The rest are cosmetic changes, not affecting the functionality.
Thanks.