mbox series

[0/5] arm64: dts: meson: audio updates

Message ID 20190905125956.4384-1-jbrunet@baylibre.com
Headers show
Series arm64: dts: meson: audio updates | expand

Message

Jerome Brunet Sept. 5, 2019, 12:59 p.m. UTC
The patchset features a few updates to prepare the addition of the audio
on sm1. It fixes the register range of audio fifo which was incorrect.

It also create another layer of dtsi, common to g12a and g12b but not sm1.
The audio related device are moved to this file.

This was done because the audio bus, which was at 0xff642000 on g12, has
moved 0xff660000 on sm1. Overwriting the reg property was option but it
would have left confusing node names on the sm1.

Jerome Brunet (5):
  arm64: dts: meson: axg: fix audio fifo reg size
  arm64: dts: meson: g12: fix audio fifo reg size
  arm64: dts: meson: g12: add a g12 layer
  arm64: dts: meson: g12: factor the power domain.
  arm64: dts: meson: g12: move audio bus out of g12-common

 arch/arm64/boot/dts/amlogic/meson-axg.dtsi    |  12 +-
 .../boot/dts/amlogic/meson-g12-common.dtsi    | 320 ----------------
 arch/arm64/boot/dts/amlogic/meson-g12.dtsi    | 344 ++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi   |  15 +-
 arch/arm64/boot/dts/amlogic/meson-g12b.dtsi   |  14 +-
 5 files changed, 352 insertions(+), 353 deletions(-)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12.dtsi

-- 
2.21.0

Comments

Kevin Hilman Sept. 24, 2019, 6:34 p.m. UTC | #1
Jerome Brunet <jbrunet@baylibre.com> writes:

> The patchset features a few updates to prepare the addition of the audio

> on sm1. It fixes the register range of audio fifo which was incorrect.

>

> It also create another layer of dtsi, common to g12a and g12b but not sm1.

> The audio related device are moved to this file.

>

> This was done because the audio bus, which was at 0xff642000 on g12, has

> moved 0xff660000 on sm1. Overwriting the reg property was option but it

> would have left confusing node names on the sm1.

>

> Jerome Brunet (5):

>   arm64: dts: meson: axg: fix audio fifo reg size

>   arm64: dts: meson: g12: fix audio fifo reg size

>   arm64: dts: meson: g12: add a g12 layer

>   arm64: dts: meson: g12: factor the power domain.

>   arm64: dts: meson: g12: move audio bus out of g12-common


Queued for v5.5,

Kevin