mbox series

[GIT,PULL] ARM: dts: exynos: Second pull for v5.5

Message ID 20191119142026.7190-1-krzk@kernel.org
State New
Headers show
Series [GIT,PULL] ARM: dts: exynos: Second pull for v5.5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.5-2

Message

Krzysztof Kozlowski Nov. 19, 2019, 2:20 p.m. UTC
Hi,

On top of previous pull request - minor updates for next cycle.


Best regards,
Krzysztof


The following changes since commit d60d0cff4ab01255b25375425745c3cff69558ad:

  ARM: dts: s3c64xx: Fix init order of clock providers (2019-10-08 22:45:20 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.5-2

for you to fetch changes up to 1a5a85c5640241ba1407c77792a96cb6d0253483:

  ARM: dts: exynos: Add Mali/GPU node on Exynos5420 and enable it on Odroid XU3/4 (2019-11-18 13:45:22 +0100)

----------------------------------------------------------------
Samsung DTS ARM changes for v5.5, part 2

1. Cleanup by adjusting DTS to bindings,
2. Add touch-sensitive buttons to Midas (Galaxy S III family phones),
3. Add GPU/Mali to Exynos542x and Odroid XU3/XU4 family.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      ARM: dts: exynos: Rename children of SysRAM node to "sram"

Marian Mihailescu (1):
      ARM: dts: exynos: Add Mali/GPU node on Exynos5420 and enable it on Odroid XU3/4

Simon Shields (1):
      ARM: dts: exynos: Add support for the touch-sensitive buttons on Midas family

 arch/arm/boot/dts/exynos3250.dtsi               |  4 +-
 arch/arm/boot/dts/exynos4210-universal_c210.dts |  6 +--
 arch/arm/boot/dts/exynos4210.dtsi               |  4 +-
 arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi     |  5 +++
 arch/arm/boot/dts/exynos4412-midas.dtsi         | 29 ++++++++++++++
 arch/arm/boot/dts/exynos4412-n710x.dts          |  5 +++
 arch/arm/boot/dts/exynos4412.dtsi               |  4 +-
 arch/arm/boot/dts/exynos5250.dtsi               |  4 +-
 arch/arm/boot/dts/exynos5420.dtsi               | 50 +++++++++++++++++++++++++
 arch/arm/boot/dts/exynos5422-odroid-core.dtsi   |  6 ++-
 arch/arm/boot/dts/exynos54xx.dtsi               |  4 +-
 11 files changed, 107 insertions(+), 14 deletions(-)

Comments

Olof Johansson Dec. 9, 2019, 5:22 p.m. UTC | #1
On Tue, Nov 19, 2019 at 03:20:26PM +0100, Krzysztof Kozlowski wrote:
> Hi,
> 
> On top of previous pull request - minor updates for next cycle.

Hi,

Given that this was new features, and it came in late, I didn't merge it in
before the window opened. I have however staged it into arm/dt for 5.6 now.


Thanks,

-Olof