mbox series

[GIT,PULL] arm64: dts: Amlogic updates for v5.2, round 2

Message ID 7hmukj9zsw.fsf@baylibre.com (mailing list archive)
State Mainlined, archived
Commit 659f2563d323b09ca12b0e70bb6a50c1b25af3ee
Headers show
Series [GIT,PULL] arm64: dts: Amlogic updates for v5.2, round 2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64-2

Message

Kevin Hilman April 21, 2019, 2:51 p.m. UTC
Olof, Arnd,

Here's a 2nd round of changes for the 64-bit SoCs from Amlogic.

Note that in order to support display/gfx and USb on these, there's a
dependency on new clocks and resets also added this cycle.  Those
dependencies are already queued in the respecitive maintainer trees for
v5.2, and I've merged those tags into this branch as well to avoid any
build breakage.

Please pull,

Thanks,

Kevin


The following changes since commit e2cffeb398f4830b004774444809ee256b9bc653:

  arm64: dts: meson-g12a: Add CMA reserved memory (2019-03-29 14:19:42 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64-2

for you to fetch changes up to 659f2563d323b09ca12b0e70bb6a50c1b25af3ee:

  arm64: dts: meson-g12a-u200: Add support for Video Display (2019-04-16 11:21:46 -0700)

----------------------------------------------------------------
arm64: dts: Amlogic updates for v5.2, round 2
- add display/gfx support for G12a boards
- enable USB for g12a boards

----------------------------------------------------------------
Christian Hewitt (1):
      arm64: dts: meson-gxm: Add Mali-T820 node

Jerome Brunet (2):
      dt-bindings: clock: axg-audio: unexpose controller inputs
      arm64: dts: meson-g12a-u200: add regulators

Kevin Hilman (2):
      Merge tag 'meson-clk-headers-5.2' of git://github.com/BayLibre/clk-meson into v5.2/dt64
      Merge branch 'reset/meson-g12a' of git://git.pengutronix.de/pza/linux into v5.2/dt64

Martin Blumenstingl (3):
      dt-bindings: clock: meson8b: drop the "ABP" clock definition
      dt-bindings: clock: meson8b: export the VPU clock
      dt-bindings: clock: meson8b: export the video decoder clocks

Maxime Jourdan (1):
      dt-bindings: clk: g12a-clkc: add VDEC clock IDs

Neil Armstrong (19):
      clk: meson-g12a: add cpu clock bindings
      clk: g12a-aoclk: re-export CLKID_AO_SAR_ADC_SEL clock id
      dt-bindings: clk: g12a-clkc: add PCIE PLL clock ID
      dt-bindings: reset: meson-g12a: Add missing USB2 PHY resets
      dt-bindings: clock: g12a-aoclk: expose CLKID_AO_CTS_OSCIN
      dt-bindings: gpu: mali-midgard: Add resets property
      dt-bindings: power: amlogic, meson-gx-pwrc: Add G12A compatible
      arm64: dts: meson: g12a: Add SAR ADC node
      arm64: dts: meson: g12a: Add G12A USB nodes
      arm64: dts: meson: g12a: Add mali-g31 gpu node
      arm64: dts: meson-g12a-sei510: Add ADC Key and BT support
      arm64: dts: meson-g12a-sei510: Enable USB
      arm64: dts: meson-g12a-u200: Enable USB
      arm64: dts: meson-g12a-x96-max: Enable USB
      arm64: dts: meson-g12a: Add VPU and HDMI related nodes
      arm64: dts: meson-g12a: Add AO-CEC nodes
      arm64: dts: meson-g12a-x96-max: Add support for Video Display
      arm64: dts: meson-g12a-sei510: Add support for Video Display
      arm64: dts: meson-g12a-u200: Add support for Video Display

 Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt        |  14 +++++
 Documentation/devicetree/bindings/power/amlogic,meson-gx-pwrc.txt |   4 +-
 arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts                 |  88 +++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts                   | 145 +++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts                |  59 +++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi                       | 282 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxm.dtsi                        |  27 ++++++++++
 drivers/clk/meson/axg-audio.h                                     |  20 +++++++
 drivers/clk/meson/g12a-aoclk.h                                    |   2 -
 include/dt-bindings/clock/axg-audio-clkc.h                        |  20 -------
 include/dt-bindings/clock/g12a-aoclkc.h                           |   2 +
 include/dt-bindings/clock/g12a-clkc.h                             |   5 ++
 include/dt-bindings/clock/meson8b-clkc.h                          |   6 ++-
 include/dt-bindings/reset/amlogic,meson-g12a-reset.h              |   5 +-
 14 files changed, 654 insertions(+), 25 deletions(-)

Comments

Olof Johansson April 28, 2019, 7:50 p.m. UTC | #1
On Sun, Apr 21, 2019 at 07:51:43AM -0700, Kevin Hilman wrote:
> Olof, Arnd,
> 
> Here's a 2nd round of changes for the 64-bit SoCs from Amlogic.
> 
> Note that in order to support display/gfx and USb on these, there's a
> dependency on new clocks and resets also added this cycle.  Those
> dependencies are already queued in the respecitive maintainer trees for
> v5.2, and I've merged those tags into this branch as well to avoid any
> build breakage.
> 
> Please pull,
> 
> Thanks,
> 
> Kevin
> 
> 
> The following changes since commit e2cffeb398f4830b004774444809ee256b9bc653:
> 
>   arm64: dts: meson-g12a: Add CMA reserved memory (2019-03-29 14:19:42 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64-2
> 
> for you to fetch changes up to 659f2563d323b09ca12b0e70bb6a50c1b25af3ee:
> 
>   arm64: dts: meson-g12a-u200: Add support for Video Display (2019-04-16 11:21:46 -0700)


Merged, thanks!


-Olof