mbox

[GIT,PULL,3/5] arm64: dts: exynos: Updates for v4.14

Message ID 20170724190856.19055-3-krzk@kernel.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-4.14

Message

Krzysztof Kozlowski July 24, 2017, 7:08 p.m. UTC
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-4.14

for you to fetch changes up to 10acba1293db5c28d1b81d673e75c2415cb96f62:

  arm64: dts: exynos: Remove num-slots from exynos platforms (2017-07-18 07:16:14 +0200)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v4.14

1. Remove deprecated and unneeded properties from Exynos boards.
2. Implement proper (working) support for USB On-The-Go on Exynos5433
   TM2/TM2E boards.

----------------------------------------------------------------
Dongwoo Lee (2):
      arm64: dts: exynos: Fix wrong label for USB 3.0 controller node
      arm64: dts: exynos: Add extcon property for TM2 and TM2E

Hoegeun Kwon (1):
      arm64: dts: exynos: Remove the OF graph from DSI node

Shawn Lin (1):
      arm64: dts: exynos: Remove num-slots from exynos platforms

 arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 19 ++-----------------
 arch/arm64/boot/dts/exynos/exynos5433.dtsi            |  4 ++--
 arch/arm64/boot/dts/exynos/exynos7-espresso.dts       |  2 --
 3 files changed, 4 insertions(+), 21 deletions(-)

Comments

Arnd Bergmann Aug. 16, 2017, 9:37 p.m. UTC | #1
On Mon, Jul 24, 2017 at 9:08 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>
>   Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-4.14
>
> for you to fetch changes up to 10acba1293db5c28d1b81d673e75c2415cb96f62:
>
>   arm64: dts: exynos: Remove num-slots from exynos platforms (2017-07-18 07:16:14 +0200)
>
> ----------------------------------------------------------------
> Samsung DTS ARM64 changes for v4.14
>
> 1. Remove deprecated and unneeded properties from Exynos boards.
> 2. Implement proper (working) support for USB On-The-Go on Exynos5433
>    TM2/TM2E boards.

Pulled into next/dt64, thanks!

       Arnd