mbox

[GIT,PULL] Samsung 3rd DT updates for v3.14

Message ID 52C7B8F1.6040703@samsung.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

Message

Kukjin Kim Jan. 4, 2014, 7:32 a.m. UTC
Hi Arnd, Olof and Kevin,

Here is 3rd Exynos DT updates for v3.14, actually it's including new dt 
files for exynos4412-tiny4412 and exynos5420-arndale-octa boards. They 
have been included in previous pull-request but it has not been pulled 
because of multiplatform. However Olof agreed just adding DT like this 
is OK so I'm re-sending this pull-request after re-sort them out.

Just note this branch is based on tags/samsung-dt-2 already pulled into 
arm-soc per Olof's suggestion.

If any problems, please kindly let me know.

Thanks,
Kukjin

-------------------------------

The following changes since commit a22d060e3299ce672258d00070fa0ed398c035c5:

   ARM: dts: Rename Exynos5250 ChromeOS common file to have exynos 
prefix (2013-12-21 10:09:25 +0900)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/samsung-dt-3

for you to fetch changes up to b67a55125f1413902f7db6d167a8d9e4154386bf:

   ARM: dts: add support for EXYNOS4412 based TINY4412 board (2014-01-04 
16:12:04 +0900)

----------------------------------------------------------------
Samsung DT 3rd updates for v3.14
- add exynos4412-tiny4412 board dt for FriendlyARM's TINY4412
   board including initial support UART, SD card and LEDs
- add exynos5420-arndale-octa board dt for Arndale Octa board

----------------------------------------------------------------
Alex Ling (1):
       ARM: dts: add support for EXYNOS4412 based TINY4412 board

Sachin Kamat (1):
       ARM: dts: Add initial support for Arndale Octa board

  arch/arm/boot/dts/Makefile                    |  2 +
  arch/arm/boot/dts/exynos4412-tiny4412.dts     | 93 
+++++++++++++++++++++++++++
  arch/arm/boot/dts/exynos5420-arndale-octa.dts | 66 +++++++++++++++++++
  3 files changed, 161 insertions(+)
  create mode 100644 arch/arm/boot/dts/exynos4412-tiny4412.dts
  create mode 100644 arch/arm/boot/dts/exynos5420-arndale-octa.dts

Comments

Olof Johansson Jan. 4, 2014, 7:47 p.m. UTC | #1
On Fri, Jan 3, 2014 at 11:32 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Hi Arnd, Olof and Kevin,
>
> Here is 3rd Exynos DT updates for v3.14, actually it's including new dt
> files for exynos4412-tiny4412 and exynos5420-arndale-octa boards. They have
> been included in previous pull-request but it has not been pulled because of
> multiplatform. However Olof agreed just adding DT like this is OK so I'm
> re-sending this pull-request after re-sort them out.
>
> Just note this branch is based on tags/samsung-dt-2 already pulled into
> arm-soc per Olof's suggestion.
>
> If any problems, please kindly let me know.
>
> Thanks,
> Kukjin
>
> -------------------------------
>
> The following changes since commit a22d060e3299ce672258d00070fa0ed398c035c5:
>
>   ARM: dts: Rename Exynos5250 ChromeOS common file to have exynos prefix
> (2013-12-21 10:09:25 +0900)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-dt-3
>
> for you to fetch changes up to b67a55125f1413902f7db6d167a8d9e4154386bf:
>
>   ARM: dts: add support for EXYNOS4412 based TINY4412 board (2014-01-04
> 16:12:04 +0900)

Merged, thanks!


-Olof