mbox series

[GIT,PULL,2/3] omap dts changes for v4.17, part 2

Message ID pull-1521736966-849602@atomide.com-2
State New
Headers show
Series [GIT,PULL,1/3] aux control module changes for v4.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/dt-pt2-signed

Message

Tony Lindgren March 22, 2018, 4:43 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 47eee072bf90374ce98a15668e6b450de313100a:

  ARM: dts: omap4-droid4: add soundcard (2018-03-02 12:55:14 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/dt-pt2-signed

for you to fetch changes up to 984c7706ff180e33096c57183435d925cb644576:

  ARM: dts: omap4-droid4: Configure uart1 pins (2018-03-20 08:13:38 -0700)

----------------------------------------------------------------
Second set of dts changes for omap variants for v4.17

This series of patches configures few new drivers and adds
omap5 specific nodes:

- Enable USB OTG mode for xhci on am437x

- A series of changes to configure aux control module instance
  on omap5 mostly to get the audio clocks configured

- A series of changes to update droid4 for MDM6600 modem USB PHY
  and UART1 pinctrl

----------------------------------------------------------------
Peter Ujfalusi (1):
      ARM: dts: omap5-board-common: Add phandle for mclk clock for twl6040

Roger Quadros (1):
      ARM: dts: am43xx: Enable dual-role mode for USB1

Tero Kristo (3):
      dt-bindings: omap5: ctrl: Support for control module wkup pad config
      ARM: dts: omap5: add support for control module wkup pad config
      ARM: dts: omap5: add fref_xtal_ck support

Tony Lindgren (3):
      ARM: dts: omap4-droid4: Fix USB PHY port naming
      ARM: dts: omap4-droid4: Configure MDM6600 USB PHY
      ARM: dts: omap4-droid4: Configure uart1 pins

 .../devicetree/bindings/arm/omap/ctrl.txt          |   1 +
 arch/arm/boot/dts/am437x-gp-evm.dts                |   2 +-
 arch/arm/boot/dts/am437x-sk-evm.dts                |   2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts               |   2 +-
 arch/arm/boot/dts/omap4-droid4-xt894.dts           | 103 ++++++++++++++++++++-
 arch/arm/boot/dts/omap5-board-common.dtsi          |   4 +-
 arch/arm/boot/dts/omap5.dtsi                       |  22 +++++
 arch/arm/boot/dts/omap54xx-clocks.dtsi             |  10 ++
 8 files changed, 138 insertions(+), 8 deletions(-)

Comments

Arnd Bergmann March 27, 2018, 1 p.m. UTC | #1
On Thu, Mar 22, 2018 at 5:43 PM, Tony Lindgren <tony@atomide.com> wrote:
> Second set of dts changes for omap variants for v4.17
>
> This series of patches configures few new drivers and adds
> omap5 specific nodes:
>
> - Enable USB OTG mode for xhci on am437x
>
> - A series of changes to configure aux control module instance
>   on omap5 mostly to get the audio clocks configured
>
> - A series of changes to update droid4 for MDM6600 modem USB PHY
>   and UART1 pinctrl

Pulled into next/dt, thanks!

        Arnd