mbox series

[GIT,PULL,4/4]

Message ID pull-1579200367-372444@atomide.com-4
State New
Headers show
Series [GIT,PULL,1/4] fix for omap sdma changes for v5.6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.6/dt-part2-signed

Message

Tony Lindgren Jan. 16, 2020, 6:48 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit bfe0237dd6c441f0ba531755ab24579eaee99be7:

  ARM: dts: am335x-icev2: Add support for OSD9616P0899-10 at i2c0 (2019-12-12 09:35:02 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.6/dt-part2-signed

for you to fetch changes up to 6bcc319fc6192cb03f3db41f0e266b796b0e424f:

  ARM: dts: Add omap3-echo (2020-01-13 10:11:40 -0800)

----------------------------------------------------------------
More dts changes for omaps for v5.6 merge window

Add basic support for first generation Amazon omap3-echo. This got
applied rather late as we discussed how to deal with SoC variants
with some accelerators unaccessible, and eventually ended up setting
up few more SoC specific dtsi files. Eventually we'll need to also
detect the disabled accelerators on driver init, but more patching
is needed for that.

----------------------------------------------------------------
André Hentschel (2):
      ARM: dts: Add dtsi files for AM3703, AM3715 and DM3725
      ARM: dts: Add omap3-echo

 arch/arm/boot/dts/Makefile       |   1 +
 arch/arm/boot/dts/am3703.dtsi    |  14 ++
 arch/arm/boot/dts/am3715.dtsi    |  10 +
 arch/arm/boot/dts/dm3725.dtsi    |  10 +
 arch/arm/boot/dts/omap3-echo.dts | 461 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 496 insertions(+)
 create mode 100644 arch/arm/boot/dts/am3703.dtsi
 create mode 100644 arch/arm/boot/dts/am3715.dtsi
 create mode 100644 arch/arm/boot/dts/dm3725.dtsi
 create mode 100644 arch/arm/boot/dts/omap3-echo.dts