From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL v2] ARM: imx: device tree changes for 3.19
Date: Sun, 23 Nov 2014 16:41:51 +0800 [thread overview]
Message-ID: <20141123084150.GG11253@dragon> (raw)
Changes since v1:
- Rebase on v3.18-rc3
- Add a note into tag description to tell the dependency on mx-soc-3.19
- Add one patch from Soeren enabling snvs-poweroff for imx6q-tbs2910
The following changes since commit 2ce34b105c79ee0404b3a8f68c9ab2ce197dd06f:
Merge tag 'imx-soc-3.19' into imx/dt (2014-11-23 15:07:02 +0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-3.19
for you to fetch changes up to 96acf9dfe1ba59e99eafcf26478118edd195d924:
ARM: dts: imx6q-tbs2910: Enable snvs-poweroff (2014-11-23 16:13:28 +0800)
----------------------------------------------------------------
The i.MX device tree changes for 3.19:
- Device additions for board vf610-colibri, pwm, backlight, I2C, RTC,
ADC etc.
- Update i.MX6 phyFLEX board to include PCIe, CAN and audio support
- Improve SSI clocks description for i.MX5 platforms
- Add ENET2 support for imx6sx-sdb board
- Add device tree source for LS1021A SoC, board QDS and TWR
- Enable cpufreq support for i.MX53
- Enable VPU device support for i.MX6QDL
- Enable poweroff support for i.MX6 SoCs
- Add support for TBS2910 Matrix ARM mini PC which is built on i.MX6Q
- Create generic base device trees for Vybrid and add support for
Colibri VF50
Note: the change set is built on top of imx-soc-3.19 to resolve the
dependency that "ARM: dts: imx53: add cpufreq-dt support" uses the
clock define IMX5_CLK_ARM that is added by "ARM: imx53: clk: add ARM
clock".
----------------------------------------------------------------
Bhuvanchandra DV (5):
ARM: dts: vf610: Add PWM second instance
ARM: dts: vf610-colibri: Add PWM support
ARM: dts: vf610-colibri: Add backlight support
ARM: dts: vf-colibri: Add I2C support
ARM: dts: vf-colibri-eval-v3.dts: Enable ST-M41T0M6 RTC
Christian Hemp (5):
ARM: dts: imx6: phyFLEX: set nodes in alphabetical order
ARM: dts: imx6: phyFLEX: Enable gpmi in module file
ARM: dts: imx6: phyFLEX: Set correct interrupt for pmic
ARM: dts: imx6: phyFLEX: Add PCIe
ARM: dts: imx6: phyFLEX: Add CAN support
Dmitry Lavnikevich (2):
ARM: dts: pbab01: move i2c pins and frequency configuration into pfla02
ARM: dts: pbab01: enable I2S audio on phyFLEX-i.MX6 boards
Fabio Estevam (3):
ARM: dts: imx53: Improve SSI clocks description
ARM: dts: imx51: Improve SSI clocks description
ARM: dts: imx6q-tbs2910: Remove unneeded 'fsl,mode' property
Fugang Duan (1):
ARM: dts: imx6x: Add enet2 support for imx6sx-sdb board
Jingchang Lu (4):
ARM: dts: Add SoC level device tree support for LS1021A
ARM: dts: Add initial LS1021A QDS board dts support
ARM: dts: Add initial LS1021A TWR board dts support
dt-bindings: arm: add Freescale LS1021A SoC device tree binding
Lucas Stach (1):
ARM: dts: imx53: add cpufreq-dt support
Philipp Zabel (1):
ARM: dts: imx6qdl: Enable CODA960 VPU
Robin Gong (1):
ARM: dts: imx6: add pm_power_off support for i.mx6 chips
Sanchayan Maity (1):
ARM: dts: vf610-colibri: Add ADC support
Soeren Moch (3):
devicetree: bindings: Add vendor prefix for TBS Technologies
ARM: dts: add initial support for TBS2910 Matrix ARM mini PC
ARM: dts: imx6q-tbs2910: Enable snvs-poweroff
Stefan Agner (7):
ARM: dts: vf610: Add ARM Global Timer
ARM: dts: vf610: assign oscillator to clock module
ARM: dts: vf610: create generic base device trees
ARM: dts: vf500-colibri: add Colibri VF50 support
ARM: dts: vf610: use new GPIO support
ARM: dts: vf610: enable USB misc/phy nodes where necessary
ARM: dts: vf-colibri: add USB regulators
Vladimir Zapolskiy (1):
ARM: dts: imx6dl: add alias for I2C4 bus
Documentation/devicetree/bindings/arm/fsl.txt | 38 ++
.../devicetree/bindings/clock/vf610-clock.txt | 15 +
.../devicetree/bindings/vendor-prefixes.txt | 1 +
arch/arm/boot/dts/Makefile | 4 +
arch/arm/boot/dts/imx51.dtsi | 12 +-
arch/arm/boot/dts/imx53.dtsi | 25 +-
arch/arm/boot/dts/imx6dl.dtsi | 8 +
arch/arm/boot/dts/imx6q-tbs2910.dts | 432 ++++++++++++++++++
arch/arm/boot/dts/imx6q.dtsi | 4 +
arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi | 131 ++++--
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 97 +++-
arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 4 +
arch/arm/boot/dts/imx6qdl.dtsi | 14 +
arch/arm/boot/dts/imx6sl-evk.dts | 4 +
arch/arm/boot/dts/imx6sl.dtsi | 6 +
arch/arm/boot/dts/imx6sx-sdb.dts | 66 +++
arch/arm/boot/dts/imx6sx.dtsi | 8 +-
arch/arm/boot/dts/ls1021a-qds.dts | 240 ++++++++++
arch/arm/boot/dts/ls1021a-twr.dts | 127 ++++++
arch/arm/boot/dts/ls1021a.dtsi | 408 +++++++++++++++++
arch/arm/boot/dts/vf-colibri-eval-v3.dtsi | 96 ++++
arch/arm/boot/dts/vf-colibri.dtsi | 186 ++++++++
arch/arm/boot/dts/vf500-colibri-eval-v3.dts | 17 +
arch/arm/boot/dts/vf500-colibri.dtsi | 20 +
arch/arm/boot/dts/vf500.dtsi | 171 ++++++++
arch/arm/boot/dts/vf610-colibri-eval-v3.dts | 33 +-
arch/arm/boot/dts/vf610-colibri.dtsi | 100 +----
arch/arm/boot/dts/vf610-cosmic.dts | 14 +-
arch/arm/boot/dts/vf610-twr.dts | 46 +-
arch/arm/boot/dts/vf610.dtsi | 486 +--------------------
arch/arm/boot/dts/vfxxx.dtsi | 437 ++++++++++++++++++
31 files changed, 2579 insertions(+), 671 deletions(-)
create mode 100644 arch/arm/boot/dts/imx6q-tbs2910.dts
create mode 100644 arch/arm/boot/dts/ls1021a-qds.dts
create mode 100644 arch/arm/boot/dts/ls1021a-twr.dts
create mode 100644 arch/arm/boot/dts/ls1021a.dtsi
create mode 100644 arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
create mode 100644 arch/arm/boot/dts/vf-colibri.dtsi
create mode 100644 arch/arm/boot/dts/vf500-colibri-eval-v3.dts
create mode 100644 arch/arm/boot/dts/vf500-colibri.dtsi
create mode 100644 arch/arm/boot/dts/vf500.dtsi
create mode 100644 arch/arm/boot/dts/vfxxx.dtsi
next reply other threads:[~2014-11-23 8:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-23 8:41 Shawn Guo [this message]
2014-11-28 14:03 ` [GIT PULL v2] ARM: imx: device tree changes for 3.19 Arnd Bergmann
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=20141123084150.GG11253@dragon \
--to=shawn.guo@linaro.org \
--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.