mbox

[GIT,PULL,4/4] arm64: tegra: Device tree changes for v4.12-rc1

Message ID 20170406231020.32048-4-thierry.reding@gmail.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.12-arm64-dt

Message

Thierry Reding April 6, 2017, 11:10 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.12-arm64-dt

for you to fetch changes up to 18236a14883b718ce973e4c090db6ecb49b38287:

  arm64: tegra: Update the Tegra132 flowctrl compatible string (2017-04-04 17:15:05 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree changes for v4.12-rc1

This adds a bunch of features for Tegra186, such as PMC, ethernet, I2C,
SDHCI and GPIO. It also enables various features on the P2771 devkit.

A small fix is made to the compatible string list for the flow
controller on Tegra132 and the IOMMU is enabled for host1x on Tegra210.

----------------------------------------------------------------
Alexandre Courbot (1):
      arm64: tegra: Add GPU node for Tegra186

Jon Hunter (1):
      arm64: tegra: Update the Tegra132 flowctrl compatible string

Mikko Perttunen (2):
      arm64: tegra: Enable VIC on Tegra210
      arm64: tegra: Enable IOMMU for host1x on Tegra210

Thierry Reding (12):
      arm64: tegra: Add PMC controller on Tegra186
      arm64: tegra: Add ethernet support for Tegra186
      arm64: tegra: Invert the PMC interrupt on P3310
      arm64: tegra: Enable I2C controllers on P3310
      arm64: tegra: Enable ethernet on P3310
      arm64: tegra: Add initial power tree for P3310
      arm64: tegra: Enable SDHCI controllers on P3110
      arm64: tegra: Enable SD/MMC slot on P2771
      arm64: tegra: Enable current monitors on P3310
      arm64: tegra: Add GPIO keys on P2771
      arm64: tegra: Add power monitors on P2771
      arm64: tegra: Add GPIO expanders on P2771

 arch/arm64/boot/dts/nvidia/tegra132.dtsi           |   2 +-
 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts |  91 ++++++
 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi     | 319 ++++++++++++++++++++-
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |  59 ++++
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           |  19 +-
 5 files changed, 487 insertions(+), 3 deletions(-)

Comments

Olof Johansson April 19, 2017, 1:19 p.m. UTC | #1
On Fri, Apr 07, 2017 at 01:10:20AM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.12-arm64-dt
> 
> for you to fetch changes up to 18236a14883b718ce973e4c090db6ecb49b38287:
> 
>   arm64: tegra: Update the Tegra132 flowctrl compatible string (2017-04-04 17:15:05 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> arm64: tegra: Device tree changes for v4.12-rc1
> 
> This adds a bunch of features for Tegra186, such as PMC, ethernet, I2C,
> SDHCI and GPIO. It also enables various features on the P2771 devkit.
> 
> A small fix is made to the compatible string list for the flow
> controller on Tegra132 and the IOMMU is enabled for host1x on Tegra210.

Nice, merged. Any chance we'll see Jetson TX2 support for 4.13?


Thanks,

-Olof
Thierry Reding April 19, 2017, 3:24 p.m. UTC | #2
On Wed, Apr 19, 2017 at 06:19:05AM -0700, Olof Johansson wrote:
> On Fri, Apr 07, 2017 at 01:10:20AM +0200, Thierry Reding wrote:
> > Hi ARM SoC maintainers,
> > 
> > The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> > 
> >   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.12-arm64-dt
> > 
> > for you to fetch changes up to 18236a14883b718ce973e4c090db6ecb49b38287:
> > 
> >   arm64: tegra: Update the Tegra132 flowctrl compatible string (2017-04-04 17:15:05 +0200)
> > 
> > Thanks,
> > Thierry
> > 
> > ----------------------------------------------------------------
> > arm64: tegra: Device tree changes for v4.12-rc1
> > 
> > This adds a bunch of features for Tegra186, such as PMC, ethernet, I2C,
> > SDHCI and GPIO. It also enables various features on the P2771 devkit.
> > 
> > A small fix is made to the compatible string list for the flow
> > controller on Tegra132 and the IOMMU is enabled for host1x on Tegra210.
> 
> Nice, merged. Any chance we'll see Jetson TX2 support for 4.13?

P2771 *is* Jetson TX2. I suppose I could go and update the DTS file and
clarify that in the model string.

Thierry