From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/5] omap device tree changes for v4.11 merge window
Date: Tue, 24 Jan 2017 10:05:17 -0800 [thread overview]
Message-ID: <pull-1485274191-192300-4> (raw)
In-Reply-To: <pull-1485274191-192300>
The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.11/dt-signed-v2
for you to fetch changes up to d8e166b4ad0e3626af0378cadb2d7ba41efa005a:
ARM: dts: dra72/1-evm: add pcf8575 used for lcd (2017-01-23 11:01:13 -0800)
----------------------------------------------------------------
Device tree changes for omaps for v4.11 merge window. These
changes add earlycon stdout-path propety for the SoCs so far
tested with it. The other changes are addition of BeagleBone
green and making WLAN work on BeagleBone black wireless and
green wireless. The rest of the changes are the usual enabling
features on various devices:
- Enable devices on am335x-sl50
- Changes to dra7-evm boards to enable enable irqs for dp83867
eth phys, add pinmux configuration for mmc, remov erratum
i869 pinmux configurations, disable NAND support because of
pin conflict, add pcf8575 used for lcd
- Remove NAND partition table for omap3-igep
- Configure USB Ethernet MAC from device tree for beagleboard
xm, pandaboard, omap5-uevm and igepv5
- Configure am335x-chilisom to wake from RTC-only state
- Update Nanobone for external FRAM chip
- Clean up n900 dts
- Update am335x-phycore and am335x-wega for various devices
- Changes for am57xx-beagle-x15 to implement rgmii2 errata
----------------------------------------------------------------
Enric Balletbo i Serra (6):
ARM: dts: am335x-sl50: Remove I2C1 node.
ARM: dts: am335x-sl50: Enable UART1.
ARM: dts: am335x-sl50: Enable SPI0 interface and Flash Memory.
ARM: dts: am335x-sl50: Enable BQ32000 Real Time Clock.
ARM: dts: am335x-sl50: Enable the MCP23017 GPIO Expander.
ARM: dts: am335x-sl50: Enable the Ambient Light Sensor.
Grygorii Strashko (2):
ARM: dts: dra72-evm-revc: enable irqs for dp83867 eth phys
ARM: dts: am57xx-beagle-x15: implement errata "Ethernet RGMII2 Limited to 10/100 Mbps"
Kishon Vijay Abraham I (1):
ARM: dts: dra7-evm: add pinmux configuration for mmc1/2
Ladislav Michl (1):
ARM: dts: omap3-igep: Remove NAND partition table
Laurent Pinchart (1):
ARM: omap3: beagleboard-xm: dt: Add ethernet to the device tree
Lokesh Vutla (4):
ARM: dts: am33xx: Add stdout-path property
ARM: dts: am43xx: Add stdout-path property
ARM: dts: am57xx: Add stdout-path property
ARM: dts: dra7xx: Add stdout-path property
Marcin Niestroj (1):
ARM: dts: am335x-chilisom: Wakeup from RTC-only state by power on event
Mark Jackson (1):
ARM: dts: Update Nanobone dts file to add external FRAM chip
Pavel Machek (1):
ARM: dts: n900: cleanup
Robert Nelson (4):
ARM: dts: Move most of am335x-boneblack.dts to am335x-boneblack-common.dtsi
ARM: dts: Add am335x-boneblack-wireless
ARM: dts: Move most of am335x-bonegreen.dts to am335x-bonegreen-common.dtsi
ARM: dts: Add am335x-bonegreen-wireless
Sekhar Nori (2):
ARM: dts: dra7-evm: Remove pinmux configurations for erratum i869
ARM: dts: dra72-evm: drop NAND support
Teresa Remmet (6):
ARM: dts: am335x-phycore-som: Update compatible string for spi nor
ARM: dts: am335x-phycore-som: Add i2c temp sensor
ARM: dts: am335x-wega: Set USB0 mode to otg
ARM: dts: am335x-phycore-som: Update ethernet phy node
ARM: dts: am335x-wega: Update ethernet phy node
ARM: dts: am335x-phycore-som: Remove partition tables
Tomi Valkeinen (1):
ARM: dts: dra72/1-evm: add pcf8575 used for lcd
Tony Lindgren (4):
ARM: dts: pandaboard: Allow bootloader to configure USB Ethernet MAC
ARM: dts: omap5-uevm: Allow bootloader to configure USB Ethernet MAC
ARM: dts: omap5-igep0050: Allow bootloader to configure USB Ethernet MAC
ARM: dts: Configure BeagleBone peripheral USB VBUS irq
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/am335x-bone-common.dtsi | 2 +
arch/arm/boot/dts/am335x-boneblack-common.dtsi | 163 ++++++++++++++
arch/arm/boot/dts/am335x-boneblack-wireless.dts | 109 +++++++++
arch/arm/boot/dts/am335x-boneblack.dts | 155 +------------
arch/arm/boot/dts/am335x-bonegreen-common.dtsi | 44 ++++
arch/arm/boot/dts/am335x-bonegreen-wireless.dts | 126 +++++++++++
arch/arm/boot/dts/am335x-bonegreen.dts | 38 +---
arch/arm/boot/dts/am335x-chilisom.dtsi | 8 +
arch/arm/boot/dts/am335x-evm.dts | 4 +
arch/arm/boot/dts/am335x-evmsk.dts | 4 +
arch/arm/boot/dts/am335x-icev2.dts | 4 +
arch/arm/boot/dts/am335x-nano.dts | 31 ++-
arch/arm/boot/dts/am335x-phycore-som.dtsi | 72 +-----
arch/arm/boot/dts/am335x-sl50.dts | 70 +++++-
arch/arm/boot/dts/am335x-wega.dtsi | 9 +-
arch/arm/boot/dts/am437x-gp-evm.dts | 4 +
arch/arm/boot/dts/am437x-idk-evm.dts | 4 +
arch/arm/boot/dts/am437x-sk-evm.dts | 4 +
arch/arm/boot/dts/am43x-epos-evm.dts | 4 +
arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 18 +-
arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts | 5 +
arch/arm/boot/dts/am57xx-beagle-x15.dts | 5 +
arch/arm/boot/dts/am57xx-idk-common.dtsi | 4 +
arch/arm/boot/dts/dra7-evm.dts | 286 +++---------------------
arch/arm/boot/dts/dra71-evm.dts | 5 +
arch/arm/boot/dts/dra72-evm-common.dtsi | 20 +-
arch/arm/boot/dts/dra72-evm-revc.dts | 6 +-
arch/arm/boot/dts/omap3-beagle-xm.dts | 16 ++
arch/arm/boot/dts/omap3-igep.dtsi | 21 --
arch/arm/boot/dts/omap3-n900.dts | 3 +-
arch/arm/boot/dts/omap4-panda-common.dtsi | 16 ++
arch/arm/boot/dts/omap5-igep0050.dts | 21 ++
arch/arm/boot/dts/omap5-uevm.dts | 21 ++
34 files changed, 759 insertions(+), 545 deletions(-)
create mode 100644 arch/arm/boot/dts/am335x-boneblack-common.dtsi
create mode 100644 arch/arm/boot/dts/am335x-boneblack-wireless.dts
create mode 100644 arch/arm/boot/dts/am335x-bonegreen-common.dtsi
create mode 100644 arch/arm/boot/dts/am335x-bonegreen-wireless.dts
next prev parent reply other threads:[~2017-01-24 18:05 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-24 18:05 [GIT PULL 1/5] non-urgent omap fixes for v4.11 merge window Tony Lindgren
2017-01-24 18:05 ` [GIT PULL 2/5] omap soc changes " Tony Lindgren
2017-01-24 18:05 ` [GIT PULL 3/5] omap wkup_m3_ipc driver " Tony Lindgren
2017-01-24 18:05 ` Tony Lindgren [this message]
2017-01-24 18:05 ` [GIT PULL 5/5] omap defconfig " Tony Lindgren
[not found] ` <58879774.9c41620a.96bae.6ba2SMTPIN_ADDED_BROKEN@mx.google.com>
2017-01-30 1:15 ` [GIT PULL 2/5] omap soc " Olof Johansson
[not found] ` <58879775.06c9620a.ef45c.5d29SMTPIN_ADDED_BROKEN@mx.google.com>
2017-01-30 1:16 ` [GIT PULL 3/5] omap wkup_m3_ipc driver " Olof Johansson
[not found] ` <58879776.d8cc620a.90442.3f64SMTPIN_ADDED_BROKEN@mx.google.com>
2017-01-30 1:17 ` [GIT PULL 4/5] omap device tree " Olof Johansson
[not found] ` <58879776.0ada620a.ff7f0.43b9SMTPIN_ADDED_BROKEN@mx.google.com>
2017-01-30 1:18 ` [GIT PULL 5/5] omap defconfig " 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-1485274191-192300-4 \
--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