[PATCH v2 0/3] arm64: dts: meson: gxbb-kii-pro: device-tree updates

Christian Hewitt posted 3 patches 2 years, 7 months ago
There is a newer version of this series
.../boot/dts/amlogic/meson-gxbb-kii-pro.dts   | 83 ++++++++++++++++---
1 file changed, 72 insertions(+), 11 deletions(-)
[PATCH v2 0/3] arm64: dts: meson: gxbb-kii-pro: device-tree updates
Posted by Christian Hewitt 2 years, 7 months ago
First we sort nodes in the current dts and remove some blank lines. Then we
add the remaining bits needed for Bluetooth to work. And finally we add the
AIU audio card to have HDMI and S/PDIF audio output.

Changes since v1:

- Add reviews from Neil
- Drop unneded 'okay' from audio patch

Christian Hewitt (3):
  arm64: dts: meson: gxbb-kii-pro: sort and tidy the dts
  arm64: dts: meson: gxbb-kii-pro: complete the bluetooth node
  arm64: dts: meson: gxbb-kii-pro: add initial audio support

 .../boot/dts/amlogic/meson-gxbb-kii-pro.dts   | 83 ++++++++++++++++---
 1 file changed, 72 insertions(+), 11 deletions(-)

-- 
2.34.1
Re: [PATCH v2 0/3] arm64: dts: meson: gxbb-kii-pro: device-tree updates
Posted by Neil Armstrong 2 years, 6 months ago
Hi !

On 10/02/2023 18:07, Christian Hewitt wrote:
> First we sort nodes in the current dts and remove some blank lines. Then we
> add the remaining bits needed for Bluetooth to work. And finally we add the
> AIU audio card to have HDMI and S/PDIF audio output.
> 
> Changes since v1:
> 
> - Add reviews from Neil
> - Drop unneded 'okay' from audio patch
> 
> Christian Hewitt (3):
>    arm64: dts: meson: gxbb-kii-pro: sort and tidy the dts
>    arm64: dts: meson: gxbb-kii-pro: complete the bluetooth node
>    arm64: dts: meson: gxbb-kii-pro: add initial audio support
> 
>   .../boot/dts/amlogic/meson-gxbb-kii-pro.dts   | 83 ++++++++++++++++---
>   1 file changed, 72 insertions(+), 11 deletions(-)
> 

This doesn't apply anymore on v6.3-rc1, can you rebase ?
Thanks!

Neil
Re: [PATCH v2 0/3] arm64: dts: meson: gxbb-kii-pro: device-tree updates
Posted by Christian Hewitt 2 years, 6 months ago
> On 6 Mar 2023, at 12:40 pm, Neil Armstrong <neil.armstrong@linaro.org> wrote:
> 
> Hi !
> 
> On 10/02/2023 18:07, Christian Hewitt wrote:
>> First we sort nodes in the current dts and remove some blank lines. Then we
>> add the remaining bits needed for Bluetooth to work. And finally we add the
>> AIU audio card to have HDMI and S/PDIF audio output.
>> Changes since v1:
>> - Add reviews from Neil
>> - Drop unneded 'okay' from audio patch
>> Christian Hewitt (3):
>>   arm64: dts: meson: gxbb-kii-pro: sort and tidy the dts
>>   arm64: dts: meson: gxbb-kii-pro: complete the bluetooth node
>>   arm64: dts: meson: gxbb-kii-pro: add initial audio support
>>  .../boot/dts/amlogic/meson-gxbb-kii-pro.dts   | 83 ++++++++++++++++---
>>  1 file changed, 72 insertions(+), 11 deletions(-)
> 
> This doesn't apply anymore on v6.3-rc1, can you rebase ?
> Thanks!

v3 rebased on for-next sent. 

Christian