mbox series

[GIT,PULL,5/5] arm64: tegra: Device tree changes for v6.15-rc1

Message ID 20250307162332.3451523-5-thierry.reding@gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL,1/5] soc/tegra: Changes for v6.15-rc1 | expand

Pull-request

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

Message

Thierry Reding March 7, 2025, 4:23 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c33a71fd0e3644520af7b5926926c06597d6d355:

  arm64: tegra: p2180: Add TMP451 temperature sensor node (2025-03-06 20:35:53 +0100)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree changes for v6.15-rc1

This contains some cleanup patches that remove unused properties and an
unusable key that was erroneously exposed. A fix to support GPUs with a
large amount of video memory on IGX Orin is also included.

Finally, some additional devices, such as a temperature sensor, are
enabled on Jetson TX1, and the output voltage of some pins is adjusted.
A fix for the VDD_LCD_1V8_DIS power supply is also included.

----------------------------------------------------------------
Diogo Ivo (4):
      arm64: tegra: p2597: Fix gpio for vdd-1v8-dis regulator
      arm64: tegra: Define pinmuxing for gpio pads on Tegra210
      arm64: tegra: p2597: Enable TCA9539 as IRQ controllers
      arm64: tegra: p2180: Add TMP451 temperature sensor node

Jon Hunter (1):
      arm64: tegra: Resize aperture for the IGX PCIe C5 slot

Ninad Malwade (1):
      arm64: tegra: Remove the Orin NX/Nano suspend key

Rob Herring (Arm) (1):
      arm64: tegra: Remove unused and undocumented "regulator-ramp-delay-scale" property

 arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi       | 13 +++++++++++++
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi       | 20 +++++++++++++++++++-
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts   | 10 ----------
 arch/arm64/boot/dts/nvidia/tegra210.dtsi             | 10 ++++++++++
 .../dts/nvidia/tegra234-p3740-0002+p3701-0008.dts    | 10 ++++++++++
 .../boot/dts/nvidia/tegra234-p3768-0000+p3767.dtsi   |  7 -------
 6 files changed, 52 insertions(+), 18 deletions(-)

Comments

Thierry Reding March 7, 2025, 5:49 p.m. UTC | #1
On Fri, Mar 07, 2025 at 05:23:31PM +0100, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
> 
>   Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.15-arm64-dt
> 
> for you to fetch changes up to c33a71fd0e3644520af7b5926926c06597d6d355:
> 
>   arm64: tegra: p2180: Add TMP451 temperature sensor node (2025-03-06 20:35:53 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> arm64: tegra: Device tree changes for v6.15-rc1
> 
> This contains some cleanup patches that remove unused properties and an
> unusable key that was erroneously exposed. A fix to support GPUs with a
> large amount of video memory on IGX Orin is also included.
> 
> Finally, some additional devices, such as a temperature sensor, are
> enabled on Jetson TX1, and the output voltage of some pins is adjusted.
> A fix for the VDD_LCD_1V8_DIS power supply is also included.
> 
> ----------------------------------------------------------------
> Diogo Ivo (4):
>       arm64: tegra: p2597: Fix gpio for vdd-1v8-dis regulator
>       arm64: tegra: Define pinmuxing for gpio pads on Tegra210
>       arm64: tegra: p2597: Enable TCA9539 as IRQ controllers
>       arm64: tegra: p2180: Add TMP451 temperature sensor node
> 
> Jon Hunter (1):
>       arm64: tegra: Resize aperture for the IGX PCIe C5 slot
> 
> Ninad Malwade (1):
>       arm64: tegra: Remove the Orin NX/Nano suspend key
> 
> Rob Herring (Arm) (1):
>       arm64: tegra: Remove unused and undocumented "regulator-ramp-delay-scale" property

Sorry, I missed that you already pulled this into the ARM SoC tree. I've
dropped it from the Tegra tree and I've sent out an updated pull
request.

Thierry