2019-06-16 17:56:57

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [GIT PULL] ARM: dts: exynos: Pull for v5.3

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d2cac68e0d9b038da7207c0b63e1399c4f9f60c4:

ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU (2019-06-11 20:37:21 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v5.3

1. Fixes for minor warnings.
2. Enable ADC on Exynos5410 Odroid XU board.

----------------------------------------------------------------
Krzysztof Kozlowski (3):
ARM: dts: exynos: Move CPU OPP tables out of SoC node on Exynos5420
ARM: dts: exynos: Raise maximum buck regulator voltages on Arndale Octa
ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU

arch/arm/boot/dts/exynos5410-odroidxu.dts | 5 +
arch/arm/boot/dts/exynos5410.dtsi | 6 +
arch/arm/boot/dts/exynos5420-arndale-octa.dts | 14 +-
arch/arm/boot/dts/exynos5420.dtsi | 234 +++++++++++++-------------
arch/arm/boot/dts/exynos54xx.dtsi | 9 +
5 files changed, 142 insertions(+), 126 deletions(-)


2019-06-19 13:41:31

by Olof Johansson

[permalink] [raw]
Subject: Re: [GIT PULL] ARM: dts: exynos: Pull for v5.3

On Sun, Jun 16, 2019 at 07:55:13PM +0200, Krzysztof Kozlowski wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
>
> Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.3
>
> for you to fetch changes up to d2cac68e0d9b038da7207c0b63e1399c4f9f60c4:
>
> ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU (2019-06-11 20:37:21 +0200)
>
> ----------------------------------------------------------------
> Samsung DTS ARM changes for v5.3
>
> 1. Fixes for minor warnings.
> 2. Enable ADC on Exynos5410 Odroid XU board.
>
> ----------------------------------------------------------------
> Krzysztof Kozlowski (3):
> ARM: dts: exynos: Move CPU OPP tables out of SoC node on Exynos5420
> ARM: dts: exynos: Raise maximum buck regulator voltages on Arndale Octa
> ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU

Merged, thanks!


-Olof