mbox series

[GIT,PULL,6/9] ARM: tegra: Device tree changes for v5.2-rc1

Message ID 20190418150721.8828-6-thierry.reding@gmail.com
State Deferred
Headers show
Series [GIT,PULL,1/9] bus/tegra: Changes for v5.2-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-arm-dt

Message

Thierry Reding April 18, 2019, 3:07 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-arm-dt

for you to fetch changes up to 1078946b4b2e44ffe924b0261afddbb38ff7d2c2:

  ARM: tegra: Add ACTMON support on Tegra30 (2019-04-18 11:37:46 +0200)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Device tree changes for v5.2-rc1

This contains a set of changes to move PLL power supplies to the XUSB
pad controller, which is necessary to ensure the proper sequencing
during boot. Other patches in this set clean up usage of SPDX license
identifiers in device tree files as well as add support for the ACTMON
hardware on Tegra30.

----------------------------------------------------------------
Dmitry Osipenko (1):
      ARM: tegra: Add ACTMON support on Tegra30

Igor Opaniuk (1):
      ARM: tegra: Convert to SPDX license tags for Tegra124 Apalis

Thierry Reding (5):
      ARM: tegra: Remove gratuitous parentheses in SPDX license identifier
      ARM: tegra: apalis: Move PLL power supplies to XUSB pad controller
      ARM: tegra: jetson-tk1: Move PLL power supplies to XUSB pad controller
      ARM: tegra: nyan: Move PLL power supplies to XUSB pad controller
      ARM: tegra: venice2: Move PLL power supplies to XUSB pad controller

 arch/arm/boot/dts/tegra124-apalis-emc.dtsi      | 39 ++-------------------
 arch/arm/boot/dts/tegra124-apalis-eval.dts      | 40 ++--------------------
 arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts |  2 +-
 arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi     |  9 ++++-
 arch/arm/boot/dts/tegra124-apalis.dtsi          | 45 ++++---------------------
 arch/arm/boot/dts/tegra124-jetson-tk1.dts       |  5 +++
 arch/arm/boot/dts/tegra124-nyan.dtsi            |  5 +++
 arch/arm/boot/dts/tegra124-venice2.dts          |  5 +++
 arch/arm/boot/dts/tegra30.dtsi                  | 11 ++++++
 9 files changed, 46 insertions(+), 115 deletions(-)

Comments

Olof Johansson April 28, 2019, 7:39 p.m. UTC | #1
On Thu, Apr 18, 2019 at 05:07:17PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-arm-dt
> 
> for you to fetch changes up to 1078946b4b2e44ffe924b0261afddbb38ff7d2c2:
> 
>   ARM: tegra: Add ACTMON support on Tegra30 (2019-04-18 11:37:46 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> ARM: tegra: Device tree changes for v5.2-rc1
> 
> This contains a set of changes to move PLL power supplies to the XUSB
> pad controller, which is necessary to ensure the proper sequencing
> during boot. Other patches in this set clean up usage of SPDX license
> identifiers in device tree files as well as add support for the ACTMON
> hardware on Tegra30.

Merged, thanks.


-Olof