mbox series

[GIT,PULL,2/3] dts changes for ti81xx for v5.1

Message ID pull-1548951676-587288@atomide.com-2
State New
Headers show
Series [GIT,PULL,1/3] soc changes for ti81xx for v5.1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/dt-ti-81xx-signed

Message

Tony Lindgren Jan. 31, 2019, 4:23 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit d27cda291b2341d39692421b4e64940879ff9dd8:

  ARM: ti81xx: Add hwmod boilerplate for all GPIO and SPI peripherals (2019-01-24 08:43:38 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/dt-ti-81xx-signed

for you to fetch changes up to d031773169df2de868c1b6ff75679ddac5d4a7ec:

  ARM: dts: Adds device tree file for McGill's IceBoard, based on TI AM3874 (2019-01-24 10:22:43 -0800)

----------------------------------------------------------------
dts updates for ti81xx for v5.1 merge window

Two changes to add support for McGill University's IceBoard telescope
ARM + FPGA instrumentation board. This board is used for several
telescopes around the world, see the related device tree commit for
some interesting links for more information.

Note that these changes are based on the related ti81xx soc changes.

----------------------------------------------------------------
Graeme Smecher (2):
      ARM: dts: ti81xx: Add dts boilerplate for all GPIO and SPI peripherals
      ARM: dts: Adds device tree file for McGill's IceBoard, based on TI AM3874

 arch/arm/boot/dts/Makefile            |   1 +
 arch/arm/boot/dts/am3874-iceboard.dts | 496 ++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/dm814x.dtsi         |  64 ++++-
 3 files changed, 560 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/am3874-iceboard.dts

Comments

Arnd Bergmann Feb. 15, 2019, 1 p.m. UTC | #1
On Thu, Jan 31, 2019 at 5:24 PM Tony Lindgren <tony@atomide.com> wrote:
> dts updates for ti81xx for v5.1 merge window
>
> Two changes to add support for McGill University's IceBoard telescope
> ARM + FPGA instrumentation board. This board is used for several
> telescopes around the world, see the related device tree commit for
> some interesting links for more information.
>
> Note that these changes are based on the related ti81xx soc changes.

Pulled into arm/dt, thanks

      Arnd