mbox series

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

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

Pull-request

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

Message

Sekhar Nori May 17, 2018, 1:08 p.m. UTC
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

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

for you to fetch changes up to fe9d2a40d995dc1da042a4fcd7813239d063554d:

  ARM: dts: da850-evm: add WP and CD to MMC (2018-05-16 16:36:51 +0530)

----------------------------------------------------------------
DaVinci device-tree updates for v4.18

* DA850 EVM gains USB support, SD card write-protect, card detect
  and some clean-up
* Support for gpio-ranges makes using gpios from DT much easier
* Lego EV3 clean-up

----------------------------------------------------------------
Adam Ford (3):
      ARM: dts: da850-evm: Enable usb_phy, usb0 and usb1
      ARM: dts: da850-evm: use phandles to extend nodes
      ARM: dts: da850-evm: add WP and CD to MMC

David Lechner (2):
      ARM: dts: da850: use gpio-ranges
      ARM: dts: da850-lego-ev3: remove unnecessary gpio-keys properties

 arch/arm/boot/dts/da850-evm.dts      | 298 +++++++++++++++++++----------------
 arch/arm/boot/dts/da850-lego-ev3.dts |  83 +---------
 arch/arm/boot/dts/da850.dtsi         | 154 ++++++++++++++++++
 3 files changed, 319 insertions(+), 216 deletions(-)

Comments

Olof Johansson May 25, 2018, 11:59 a.m. UTC | #1
On Thu, May 17, 2018 at 06:38:44PM +0530, Sekhar Nori wrote:
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.18/dt
> 
> for you to fetch changes up to fe9d2a40d995dc1da042a4fcd7813239d063554d:
> 
>   ARM: dts: da850-evm: add WP and CD to MMC (2018-05-16 16:36:51 +0530)
> 
> ----------------------------------------------------------------
> DaVinci device-tree updates for v4.18
> 
> * DA850 EVM gains USB support, SD card write-protect, card detect
>   and some clean-up
> * Support for gpio-ranges makes using gpios from DT much easier
> * Lego EV3 clean-up
> 
> ----------------------------------------------------------------
> Adam Ford (3):
>       ARM: dts: da850-evm: Enable usb_phy, usb0 and usb1
>       ARM: dts: da850-evm: use phandles to extend nodes
>       ARM: dts: da850-evm: add WP and CD to MMC
> 
> David Lechner (2):
>       ARM: dts: da850: use gpio-ranges
>       ARM: dts: da850-lego-ev3: remove unnecessary gpio-keys properties

Merged, thanks!

-Olof