From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/5] omap device tree changes for v4.10
Date: Tue, 15 Nov 2016 13:22:21 -0800 [thread overview]
Message-ID: <pull-1479236877-351747-3> (raw)
In-Reply-To: <pull-1479236877-351747>
The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.10/dt-signed
for you to fetch changes up to 7e2f8c0ae670327cbe0348ad2f3df7d9a55a8e5d:
ARM: dts: Add minimal support for motorola droid 4 xt894 (2016-11-15 10:28:49 -0800)
----------------------------------------------------------------
Device tree changes for omaps for v4.10 merge window:
- A series of patches to configure tps65217 PMIC interrupts for
power button, charger and usb and use them on am335x
- Configure EEPROM, LEDs and USR1 button for omap5 boards
- Add tscadc DMA properites for am33xx and am4372
- Configure baltos-ir5221 both musb channels to host mode
- Configure internal and external RTC clocks for am335x boards
- Don't reset gpio3 block on baltos
- Remove pinmux for dra72-evm for erratum i869, fix the regulators
and seprate out tps65917 support
- Add dra718-evm support
- Add minimal droid 4 xt894 support
----------------------------------------------------------------
H. Nikolaus Schaller (3):
ARM: dts: omap5 uevm: add EEPROM
ARM: dts: omap5 uevm: add LEDs
ARM: dts: omap5 uevm: add USR1 button
Keerthy (3):
ARM: dts: AM335X-bone-common: Add the internal and external clock nodes for rtc
ARM: dts: AM335X-evm: Add the internal and external clock nodes for rtc
ARM: dts: AM335X-evmsk: Add the internal and external clock nodes for rtc
Lokesh Vutla (3):
ARM: dts: dra72-evm: Remove pinmux configurations for erratum i869
ARM: dts: dra72-evm: Fix modelling of regulators
ARM: dts: dra72: Add separate dtsi for tps65917
Milo Kim (7):
ARM: dts: tps65217: Specify the interrupt controller
ARM: dts: tps65217: Add the charger device
ARM: dts: tps65217: Add the power button device
ARM: dts: am335x: Support the PMIC interrupt
dt-bindings: mfd: Provide human readable defines for TPS65217 interrupts
ARM: dts: am335x: Add the charger interrupt
ARM: dts: am335x: Add the power button interrupt
Mugunthan V N (2):
ARM: dts: am33xx: add DMA properties for tscadc
ARM: dts: am4372: add DMA properties for tscadc
Nishanth Menon (1):
ARM: dts: Add support for dra718-evm
Tony Lindgren (1):
ARM: dts: Add minimal support for motorola droid 4 xt894
Yegor Yefremov (2):
ARM: dts: am335x-baltos-ir5221: use both musb channels in host mode
ARM: dts: am335x-baltos: don't reset gpio3 block
arch/arm/boot/dts/Makefile | 4 +-
arch/arm/boot/dts/am335x-baltos-ir5221.dts | 2 +-
arch/arm/boot/dts/am335x-baltos.dtsi | 4 +
arch/arm/boot/dts/am335x-bone-common.dtsi | 22 ++
arch/arm/boot/dts/am335x-evm.dts | 5 +
arch/arm/boot/dts/am335x-evmsk.dts | 5 +
arch/arm/boot/dts/am33xx.dtsi | 4 +
arch/arm/boot/dts/am4372.dtsi | 2 +
arch/arm/boot/dts/dra71-evm.dts | 230 +++++++++++++++++++
arch/arm/boot/dts/dra72-evm-common.dtsi | 348 ++++-------------------------
arch/arm/boot/dts/dra72-evm-revc.dts | 21 +-
arch/arm/boot/dts/dra72-evm-tps65917.dtsi | 134 +++++++++++
arch/arm/boot/dts/dra72-evm.dts | 14 +-
arch/arm/boot/dts/omap4-droid4-xt894.dts | 188 ++++++++++++++++
arch/arm/boot/dts/omap5-uevm.dts | 92 ++++++++
arch/arm/boot/dts/tps65217.dtsi | 12 +
include/dt-bindings/mfd/tps65217.h | 26 +++
17 files changed, 787 insertions(+), 326 deletions(-)
create mode 100644 arch/arm/boot/dts/dra71-evm.dts
create mode 100644 arch/arm/boot/dts/dra72-evm-tps65917.dtsi
create mode 100644 arch/arm/boot/dts/omap4-droid4-xt894.dts
create mode 100644 include/dt-bindings/mfd/tps65217.h
next prev parent reply other threads:[~2016-11-15 21:22 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-15 21:22 [GIT PULL 1/5] non-urgent omap fixes for v4.10 Tony Lindgren
2016-11-15 21:22 ` [GIT PULL 2/5] omap soc changes " Tony Lindgren
2016-11-15 21:22 ` Tony Lindgren [this message]
2016-11-15 21:22 ` [GIT PULL 4/5] drop unused omap platform_data " Tony Lindgren
2016-11-15 21:22 ` [GIT PULL 5/5] omap defconfig changes " Tony Lindgren
[not found] ` <582b7c9a.d549620a.d6a1a.22c0SMTPIN_ADDED_BROKEN@mx.google.com>
2016-11-19 0:43 ` [GIT PULL 2/5] omap soc " Olof Johansson
[not found] ` <582b7c9b.0111620a.395b.cabdSMTPIN_ADDED_BROKEN@mx.google.com>
2016-11-19 0:48 ` [GIT PULL 3/5] omap device tree " Olof Johansson
2016-11-19 1:23 ` Tony Lindgren
[not found] ` <582b7c9c.5790620a.e95a2.d669SMTPIN_ADDED_BROKEN@mx.google.com>
2016-11-19 0:50 ` [GIT PULL 4/5] drop unused omap platform_data " Olof Johansson
[not found] ` <582b7c9d.473f630a.d4410.a225SMTPIN_ADDED_BROKEN@mx.google.com>
2016-11-19 0:50 ` [GIT PULL 5/5] omap defconfig changes " Olof Johansson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=pull-1479236877-351747-3 \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox