mbox series

[GIT,PULL] AM654x SoC changes for v5.1 (part 2)

Message ID dbd59d87-c5dd-b12c-984f-909987a21a7d@ti.com
State New
Headers show
Series [GIT,PULL] AM654x SoC changes for v5.1 (part 2) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux

Message

Tero Kristo Feb. 15, 2019, 8:46 a.m. UTC
Hello arm-soc maintainers,

Please pull these DT changes for TI AM65x Soc for v5.1 merge window. 
This is a part 2 of the pull, which has been applied directly on top of 
part 1.

Thanks,
Tero

---

The following changes since commit fd58466a3876ddaed2773556fef616159e5c3844:

   arm64: dts: ti: k3-am654-base-board: Add eMMC Support (2019-02-01 
10:18:33 +0200)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux 
tags/am654-for-v5.1-part2

for you to fetch changes up to aa6eaaa2ffada4a2fc6309e8e1a130e2284aea79:

   arm64: dts: ti: k3-am65-mcu: Add ADC nodes (2019-02-15 10:12:59 +0200)

----------------------------------------------------------------
AM654x SoC updates for v5.1 (part 2)

Contains a few DT updates on top of part 1 of the pull:

- MSMC RAM support (on-chip SRAM)
- Main system control module support
- USB support
- ADC support

There is an extra dt-binding update included, which has been acked
by Rob.

----------------------------------------------------------------
Jyri Sarha (1):
       arm64: dts: ti: am654: Add Main System Control Module node

Roger Quadros (3):
       arm64: dts: ti: k3-am65: Add MSMC RAM node
       arm64: dts: ti: k3-am6: add USB support
       arm64: dts: ti: k3-am654-base-board: enable USB1

Vignesh R (2):
       dt-bindings: input: ti-tsc-adc: Add new compatible for AM654 SoCs
       arm64: dts: ti: k3-am65-mcu: Add ADC nodes

  .../bindings/input/touchscreen/ti-tsc-adc.txt      |   8 ++
  arch/arm64/boot/dts/ti/k3-am65-main.dtsi           | 104 
+++++++++++++++++++++
  arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi            |  30 ++++++
  arch/arm64/boot/dts/ti/k3-am654-base-board.dts     |  40 ++++++++
  4 files changed, 182 insertions(+)
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

Comments

Arnd Bergmann Feb. 15, 2019, 3:40 p.m. UTC | #1
On Fri, Feb 15, 2019 at 9:47 AM Tero Kristo <t-kristo@ti.com> wrote:

> ----------------------------------------------------------------
> AM654x SoC updates for v5.1 (part 2)
>
> Contains a few DT updates on top of part 1 of the pull:
>
> - MSMC RAM support (on-chip SRAM)
> - Main system control module support
> - USB support
> - ADC support
>
> There is an extra dt-binding update included, which has been acked
> by Rob.

Pulled into arm/dt, thanks!

     Arnd