| Submitter | Nicolas Ferre |
|---|---|
| Date | July 9, 2012, 6:57 p.m. |
| Message ID | <4FFB299D.7030902@atmel.com> |
| Download | mbox |
| Permalink | /patch/169922/ |
| State | New |
| Headers | show |
Pull-request
git://github.com/at91linux/linux-at91.git tags/at91-for-next-dtComments
On Monday 09 July 2012, Nicolas Ferre wrote: > Hi Arnd, hi Olof, > > The following changes since commit bd0a521e88aa7a06ae7aabaed7ae196ed4ad867a: > > Linux 3.5-rc6 (2012-07-07 17:23:56 -0700) > > are available in the git repository at: > > git://github.com/at91linux/linux-at91.git tags/at91-for-next-dt > > for you to fetch changes up to 3c68bb48214f87562b6956195178d991403d66d4: > > ARM: at91: Add support for board aks-cdu (2012-07-09 20:45:31 +0200) > > ---------------------------------------------------------------- > Two new boards described with device tree > > ---------------------------------------------------------------- > Fabio Porcedda (1): > ARM: at91: add support for Telit EVK-PRO3 with Telit GE863-PRO3 > > Jiri Prchal (1): > ARM: at91: Add support for board aks-cdu Very nice! Pulled into next/dt. Arnd
Hi Arnd, hi Olof, The following changes since commit bd0a521e88aa7a06ae7aabaed7ae196ed4ad867a: Linux 3.5-rc6 (2012-07-07 17:23:56 -0700) are available in the git repository at: git://github.com/at91linux/linux-at91.git tags/at91-for-next-dt for you to fetch changes up to 3c68bb48214f87562b6956195178d991403d66d4: ARM: at91: Add support for board aks-cdu (2012-07-09 20:45:31 +0200) ---------------------------------------------------------------- Two new boards described with device tree ---------------------------------------------------------------- Fabio Porcedda (1): ARM: at91: add support for Telit EVK-PRO3 with Telit GE863-PRO3 Jiri Prchal (1): ARM: at91: Add support for board aks-cdu arch/arm/boot/dts/aks-cdu.dts | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/evk-pro3.dts | 41 +++++++++++++++++++++++++++++++ arch/arm/boot/dts/ge863-pro3.dtsi | 52 +++++++++++++++++++++++++++++++++++++++ arch/arm/mach-at91/Makefile.boot | 2 ++ 4 files changed, 208 insertions(+) create mode 100644 arch/arm/boot/dts/aks-cdu.dts create mode 100644 arch/arm/boot/dts/evk-pro3.dts create mode 100644 arch/arm/boot/dts/ge863-pro3.dtsi Thanks, best regards,