mbox series

[GIT,PULL,1/2] ARM: dts: exynos: Second round for v5.2

Message ID 20190428144221.11187-1-krzk@kernel.org (mailing list archive)
State Mainlined, archived
Commit b4bcbdee137833aab04942671b48a9a3beb0801b
Headers show
Series [GIT,PULL,1/2] ARM: dts: exynos: Second round for v5.2 | expand

Pull-request

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

Message

Krzysztof Kozlowski April 28, 2019, 2:42 p.m. UTC
Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit 8cc76b1c75722196fb3d7ffe67cbfeb721a7b0e3:

  ARM: dts: exynos: Remove console argument from bootargs (2019-04-10 18:13:31 +0200)

are available in the Git repository at:

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

for you to fetch changes up to b4bcbdee137833aab04942671b48a9a3beb0801b:

  ARM: dts: s5pv210: Fix camera clock provider on Goni board (2019-04-24 19:55:14 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v5.2, second round

1. DTC warning fixes: move timer and pmu nodes outside of soc node,
2. Properly override MDMA0 on Universal C210,
3. Fix camera clock provider (to match bindings and driver) on Goni.

----------------------------------------------------------------
Krzysztof Kozlowski (5):
      ARM: dts: exynos: Move pmu and timer nodes out of soc
      ARM: dts: exynos: Remove unneeded address/size cells from fixed-clock on Exynos3250
      ARM: dts: exynos: Move fixed-clocks out of soc on Exynos3250
      ARM: dts: exynos: Properly override node to use MDMA0 on Universal C210
      ARM: dts: s5pv210: Fix camera clock provider on Goni board

 arch/arm/boot/dts/exynos3250.dtsi               | 72 ++++++++++++-------------
 arch/arm/boot/dts/exynos4.dtsi                  | 14 ++---
 arch/arm/boot/dts/exynos4210-universal_c210.dts | 17 +++++-
 arch/arm/boot/dts/exynos5250.dtsi               | 40 +++++++-------
 arch/arm/boot/dts/exynos54xx.dtsi               | 38 ++++++-------
 arch/arm/boot/dts/s5pv210-goni.dts              |  2 +-
 arch/arm/boot/dts/s5pv210.dtsi                  |  6 +--
 7 files changed, 100 insertions(+), 89 deletions(-)

Comments

Olof Johansson April 28, 2019, 8:03 p.m. UTC | #1
On Sun, Apr 28, 2019 at 04:42:20PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> On top of previous pull request.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 8cc76b1c75722196fb3d7ffe67cbfeb721a7b0e3:
> 
>   ARM: dts: exynos: Remove console argument from bootargs (2019-04-10 18:13:31 +0200)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.2-2
> 
> for you to fetch changes up to b4bcbdee137833aab04942671b48a9a3beb0801b:
> 
>   ARM: dts: s5pv210: Fix camera clock provider on Goni board (2019-04-24 19:55:14 +0200)

Merged, thanks!


-Olof