From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/3] omap device tree changes for v4.1, part1
Date: Thu, 19 Mar 2015 16:13:59 -0700 [thread overview]
Message-ID: <pull-1426799683-420388> (raw)
The following changes since commit 13a7a6ac0a11197edcd0f756a035f472b42cdf8b:
Linux 4.0-rc2 (2015-03-03 09:04:59 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/v4.1-dt
for you to fetch changes up to 10709c0858d89716b10b7bbf6d825044f2f59602:
ARM: dts: Update Nanobone dts file (2015-03-19 10:59:28 -0700)
----------------------------------------------------------------
Device tree related changes for omaps:
- Add support for ChiliSOM
- Add support for OpenPandora
- Add support for BeagleBoard NAND
- Enable crypto devices for omap3 devices
- Add bindings for omap3 camera support
- Updates for am437x and dra7x and dm816x SoCs
----------------------------------------------------------------
Felipe Balbi (1):
ARM: dts: am437x-idk: enable i2c2
H. Nikolaus Schaller (3):
ARM: dts: omap3-pandora: add common device tree
ARM: dts: omap3-pandora: add OMAP3530 600 MHz version
ARM: dts: omap3-pandora: add DM3730 1 GHz version
Marek Belisko (2):
ARM: dts: omap3: Remove all references to ti,codec property
Documentation: omap-twl4030: Move ti,codec property to optional
Mark Jackson (1):
ARM: dts: Update Nanobone dts file
Matt Porter (1):
Documentation: DT: omap_serial: document missing properties and add an example
Pali Roh?r (4):
ARM: dts: n9/n950: Enable omap crypto support
ARM: dts: n900: Enable omap sham and include directly omap34xx.dtsi
ARM: dts: omap3-tao3530: Include directly omap34xx.dtsi
ARM: dts: Remove files omap34xx-hs.dtsi and omap36xx-hs.dtsi
Peter Ujfalusi (2):
ARM: dts: dra7xx-clocks: Add gate clock for CLKOUT2
ARM: dts: am57xx-beagle-x15: Do not include the atl header
Roger Quadros (2):
ARM: dts: omap3-beagle: Add NAND device
ARM: dts: dra7x-evm: beagle-x15: Fix USB Peripheral
Rostislav Lisovy (3):
ARM: dts: Add vendor prefix for Grinn
ARM: dts: am335x: Add DTS for ChiliSOM module
ARM: dts: am335x: Add Chiliboard DTS
Sakari Ailus (3):
Documentation: DT: Add bindings for omap3isp
ARM: dts: omap3: Add DT entries for OMAP 3 ISP
ARM: dts: n950, n9: Add primary camera support
Suman Anna (1):
ARM: dts: DRA7: Remove ti,timer-dsp and ti,timer-pwm properties
Tony Lindgren (3):
ARM: dts: Fix typo for dm816x usb0_pins
ARM: dts: Add cppi41 support for dm816x MUSB
ARM: dts: Remove PIN_INPUT for dm816x McSPI
Vignesh R (1):
ARM: dts: AM4372: update hdq compatible property
.../devicetree/bindings/media/ti,omap3isp.txt | 71 +++
.../devicetree/bindings/serial/omap_serial.txt | 20 +
.../devicetree/bindings/sound/omap-twl4030.txt | 3 +-
.../devicetree/bindings/vendor-prefixes.txt | 1 +
MAINTAINERS | 1 +
arch/arm/boot/dts/Makefile | 5 +-
arch/arm/boot/dts/am335x-chiliboard.dts | 112 ++++
arch/arm/boot/dts/am335x-chilisom.dtsi | 239 ++++++++
arch/arm/boot/dts/am335x-nano.dts | 18 +-
arch/arm/boot/dts/am4372.dtsi | 2 +-
arch/arm/boot/dts/am437x-idk-evm.dts | 22 +
arch/arm/boot/dts/am57xx-beagle-x15.dts | 9 +-
arch/arm/boot/dts/dm8168-evm.dts | 14 +-
arch/arm/boot/dts/dm816x.dtsi | 60 ++
arch/arm/boot/dts/dra7-evm.dts | 8 +
arch/arm/boot/dts/dra7.dtsi | 7 -
arch/arm/boot/dts/dra72-evm.dts | 8 +
arch/arm/boot/dts/dra7xx-clocks.dtsi | 8 +
arch/arm/boot/dts/omap3-beagle-xm.dts | 1 -
arch/arm/boot/dts/omap3-beagle.dts | 53 +-
arch/arm/boot/dts/omap3-cm-t3x30.dtsi | 1 -
arch/arm/boot/dts/omap3-devkit8000.dts | 1 -
arch/arm/boot/dts/omap3-gta04.dtsi | 1 -
arch/arm/boot/dts/omap3-igep.dtsi | 1 -
arch/arm/boot/dts/omap3-lilly-a83x.dtsi | 1 -
arch/arm/boot/dts/omap3-n9.dts | 37 ++
arch/arm/boot/dts/omap3-n900.dts | 16 +-
arch/arm/boot/dts/omap3-n950-n9.dtsi | 2 +-
arch/arm/boot/dts/omap3-n950.dts | 37 ++
arch/arm/boot/dts/omap3-overo-base.dtsi | 1 -
arch/arm/boot/dts/omap3-pandora-1ghz.dts | 70 +++
arch/arm/boot/dts/omap3-pandora-600mhz.dts | 65 +++
arch/arm/boot/dts/omap3-pandora-common.dtsi | 640 +++++++++++++++++++++
arch/arm/boot/dts/omap3-tao3530.dtsi | 12 +-
arch/arm/boot/dts/omap34xx-hs.dtsi | 16 -
arch/arm/boot/dts/omap34xx.dtsi | 17 +
arch/arm/boot/dts/omap36xx-hs.dtsi | 16 -
arch/arm/boot/dts/omap36xx.dtsi | 17 +
include/dt-bindings/media/omap3-isp.h | 22 +
39 files changed, 1565 insertions(+), 70 deletions(-)
create mode 100644 Documentation/devicetree/bindings/media/ti,omap3isp.txt
create mode 100644 arch/arm/boot/dts/am335x-chiliboard.dts
create mode 100644 arch/arm/boot/dts/am335x-chilisom.dtsi
create mode 100644 arch/arm/boot/dts/omap3-pandora-1ghz.dts
create mode 100644 arch/arm/boot/dts/omap3-pandora-600mhz.dts
create mode 100644 arch/arm/boot/dts/omap3-pandora-common.dtsi
delete mode 100644 arch/arm/boot/dts/omap34xx-hs.dtsi
delete mode 100644 arch/arm/boot/dts/omap36xx-hs.dtsi
create mode 100644 include/dt-bindings/media/omap3-isp.h
next reply other threads:[~2015-03-19 23:13 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-19 23:13 Tony Lindgren [this message]
2015-03-19 23:14 ` [GIT PULL 2/3] omap defconfig changes for v4.1 Tony Lindgren
2015-03-19 23:14 ` Tony Lindgren
2015-03-19 23:14 ` Tony Lindgren
2015-03-19 23:14 ` [GIT PULL 3/3] omap legacy boot clean-up " Tony Lindgren
2015-03-19 23:14 ` Tony Lindgren
2015-03-19 23:14 ` Tony Lindgren
[not found] ` <550b5961.65f8420a.142c.ffff9cfeSMTPIN_ADDED_BROKEN@mx.google.com>
2015-04-03 17:50 ` [GIT PULL 2/3] omap defconfig changes " Olof Johansson
2015-04-03 17:50 ` Olof Johansson
[not found] ` <550b5960.65f8420a.142c.ffff9cddSMTPIN_ADDED_BROKEN@mx.google.com>
2015-04-03 17:51 ` [GIT PULL 3/3] omap legacy boot clean-up " Olof Johansson
2015-04-03 17:51 ` Olof Johansson
[not found] <550b595a.65f8420a.142c.ffff9c7eSMTPIN_ADDED_BROKEN@mx.google.com>
2015-04-03 17:49 ` [GIT PULL 1/3] omap device tree changes for v4.1, part1 Olof Johansson
2015-04-03 17:49 ` Olof Johansson
-- strict thread matches above, loose matches on Subject: below --
2015-03-19 23:13 Tony Lindgren
2015-03-19 23:13 Tony Lindgren
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-1426799683-420388 \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.