mbox series

[GIT,PULL,2/3] DaVinci device-tree updates for v4.17

Message ID 20180227075745.23970-2-nsekhar@ti.com
State New
Headers show
Series [GIT,PULL,1/3] DaVinci SoC support updates for v4.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.17/dt

Message

Sekhar Nori Feb. 27, 2018, 7:57 a.m. UTC
The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.17/dt

for you to fetch changes up to 25c88cb1c05856f365484c6647d8e17bfd7f3363:

  ARM: dts: da850-evm: add chosen and SPI alias (2018-02-26 12:02:24 +0530)

----------------------------------------------------------------
DaVinci DT support enhancements for v4.17

* Lego EV3 gains firmware recovery mode support
* Miscellaneous non-critical clean-up

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: da850-evm: add chosen and SPI alias

Bartosz Golaszewski (1):
      ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatible

David Lechner (1):
      ARM: dts: da850-lego-ev3: Add node for reboot modes

 arch/arm/boot/dts/da850-evm.dts      |  5 +++++
 arch/arm/boot/dts/da850-lego-ev3.dts | 19 ++++++++++++++++++-
 2 files changed, 23 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann March 7, 2018, 2:25 p.m. UTC | #1
On Tue, Feb 27, 2018 at 8:57 AM, Sekhar Nori <nsekhar@ti.com> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.17/dt
>
> for you to fetch changes up to 25c88cb1c05856f365484c6647d8e17bfd7f3363:
>
>   ARM: dts: da850-evm: add chosen and SPI alias (2018-02-26 12:02:24 +0530)
>
> ----------------------------------------------------------------
> DaVinci DT support enhancements for v4.17
>
> * Lego EV3 gains firmware recovery mode support
> * Miscellaneous non-critical clean-up

Pulled into next/dt, thanks!

     Arnd