mbox series

[GIT,PULL] three fixes for omaps

Message ID pull-1560323885-602179@atomide.com
State New
Headers show
Series [GIT,PULL] three fixes for omaps | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.2/fixes-rc4

Message

Tony Lindgren June 12, 2019, 7:18 a.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 4ee23cd76c0ce8622976b3da0e2bc89e6d94f6d4:

  Merge branch 'omap-for-v5.2/ti-sysc' into fixes (2019-05-20 08:33:03 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.2/fixes-rc4

for you to fetch changes up to 8a0098c05a272c9a68f6885e09755755b612459c:

  ARM: dts: am335x phytec boards: Fix cd-gpios active level (2019-06-10 00:06:57 -0700)

----------------------------------------------------------------
Fixes for omap variants

Three fixes mostly for dra7 SoC variants that have some devices disabled
compared to the base SoC. These got broken by the change of making devices
probe with ti-sysc interconnect target module and went unnnoticed for a
while. And there is no clkcel bit for timer12 unlike timer1. Also included
is a GPIO direction fix for phytec SDIO card detection.

----------------------------------------------------------------
Keerthy (1):
      ARM: dts: dra72x: Disable usb4_tm target module

Teresa Remmet (1):
      ARM: dts: am335x phytec boards: Fix cd-gpios active level

Tony Lindgren (1):
      ARM: dts: Drop bogus CLKSEL for timer12 on dra7

 arch/arm/boot/dts/am335x-pcm-953.dtsi | 2 +-
 arch/arm/boot/dts/am335x-wega.dtsi    | 2 +-
 arch/arm/boot/dts/dra7-l4.dtsi        | 2 --
 arch/arm/boot/dts/dra72x.dtsi         | 4 ++++
 4 files changed, 6 insertions(+), 4 deletions(-)

Comments

Olof Johansson June 16, 2019, 8:34 p.m. UTC | #1
On Wed, Jun 12, 2019 at 12:18 AM Tony Lindgren <tony@atomide.com> wrote:
>
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit 4ee23cd76c0ce8622976b3da0e2bc89e6d94f6d4:
>
>   Merge branch 'omap-for-v5.2/ti-sysc' into fixes (2019-05-20 08:33:03 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.2/fixes-rc4
>
> for you to fetch changes up to 8a0098c05a272c9a68f6885e09755755b612459c:
>
>   ARM: dts: am335x phytec boards: Fix cd-gpios active level (2019-06-10 00:06:57 -0700)


Merged, thanks!


-Olof