mbox series

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

Message ID 20230210170721.1285914-1-christianshewitt@gmail.com (mailing list archive)
Headers show
Series arm64: dts: meson: gxbb-kii-pro: device-tree updates | expand

Message

Christian Hewitt Feb. 10, 2023, 5:07 p.m. UTC
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(-)

Comments

Neil Armstrong March 6, 2023, 8:40 a.m. UTC | #1
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
Christian Hewitt March 6, 2023, 12:16 p.m. UTC | #2
> 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