mbox

[GIT,PULL,1/2] omap devicetree changes for v4.12, part 2

Message ID pull-1491846028-72246
State New
Headers show

Pull-request

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

Message

Tony Lindgren April 10, 2017, 7:46 p.m. UTC
The following changes since commit da72e4936445e1081e1223fc58470644da8e8cdb:

  Merge branch 'omap-for-v4.12/dt-droid4-v2' into omap-for-v4.12/dt-v2 (2017-03-28 14:00:55 -0700)

are available in the git repository at:

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

for you to fetch changes up to b4e1566e4c5e9fcaf9e17ad741b6094b4f3ddce5:

  Merge branch 'omap-for-v4.12/dt-droid4-v2' into omap-for-v4.12/dt-v2 (2017-04-09 16:35:51 -0700)

----------------------------------------------------------------
Second set of devicetree changes for omaps for v4.12 merge window
to configure various devices:

- Enable DCAN on am57xx-idk

- Enable CPSW ethernet0 and 1 on am335x-icev2

- Non-critical fix for droid 4 PMIC interrupt triggering

- Stop disabling SRAM and GPMC on droid 4

- Configure CPCAP PMIC related devices on droid 4 for ADC, charger
  and USB PHY. The charger and USB PHY drivers are still being
  discussed, but the binding for them has been acked by Rob and
  Sebastian so they should be safe to merge together with the ADC
  driver in Linux next that they depend on

----------------------------------------------------------------
Roger Quadros (1):
      ARM: dts: am335x-icev2: Add CPSW ethernet0 and ethernet1

Schuyler Patton (1):
      ARM: dts: am57xx-idk: Add DCAN support

Tony Lindgren (6):
      ARM: dts: omap4-droid4: Fix interrupt triggering for cpcap
      ARM: dts: omap4-droid4: Stop disabling SRAM and GPMC
      ARM: dts: omap4-droid4: Add CPCAP PMIC ADC configuration
      ARM: dts: omap4-droid4: Add CPCAP PMIC battery charger configuration
      ARM: dts: omap4-droid4: Add CPCAP PMIC OTG PHY configuration
      Merge branch 'omap-for-v4.12/dt-droid4-v2' into omap-for-v4.12/dt-v2

 arch/arm/boot/dts/am335x-icev2.dts             | 121 +++++++++++++++++++++++++
 arch/arm/boot/dts/am57xx-idk-common.dtsi       |  24 +++++
 arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi |  51 ++++++++++-
 arch/arm/boot/dts/omap4-droid4-xt894.dts       |  13 +--
 4 files changed, 196 insertions(+), 13 deletions(-)

Comments

Olof Johansson April 19, 2017, 1:35 p.m. UTC | #1
On Mon, Apr 10, 2017 at 12:46:07PM -0700, Tony Lindgren wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.12/defconfig-signed
> 
> for you to fetch changes up to 25ea8207abb80652629670095d4a2e06915c4cd2:
> 
>   ARM: omap2plus_defconfig: Enable droid 4 devices (2017-04-10 09:29:40 -0700)

Merged, thanks!


-Olof