mbox series

[v2,0/7] Tegra234 AGX Orin DTS Updates

Message ID 20240826164725.775199-1-dstotland@nvidia.com
Headers show
Series Tegra234 AGX Orin DTS Updates | expand

Message

Dara Stotland Aug. 26, 2024, 4:47 p.m. UTC
This patchset restructures the AGX Orin device tree for improved
adaptability. It also fixes the placement of several nodes to be
in the proper files.

Changes in v2:
- Added "arm64: tegra: Add common nodes to AGX Orin module"
- Removed "arm64: tegra: Create SKU8 AGX Orin board file"

Dara Stotland (7):
  arm64: tegra: Add common nodes to AGX Orin module
  arm64: tegra: Combine AGX Orin board files
  arm64: tegra: Combine IGX Orin board files
  arm64: tegra: Move AGX Orin nodes to correct location
  arm64: tegra: Move padctl supply nodes to AGX Orin module
  arm64: tegra: Move BPMP nodes to AGX Orin module
  arm64: tegra: Add thermal nodes to AGX Orin SKU8

 .../boot/dts/nvidia/tegra234-p3701-0000.dtsi  | 135 ----------
 .../boot/dts/nvidia/tegra234-p3701-0008.dtsi  | 115 ++------
 .../arm64/boot/dts/nvidia/tegra234-p3701.dtsi | 125 +++++++++
 .../nvidia/tegra234-p3737-0000+p3701-0000.dts | 108 +++++++-
 .../boot/dts/nvidia/tegra234-p3737-0000.dtsi  |  90 -------
 .../nvidia/tegra234-p3740-0002+p3701-0008.dts | 230 +++++++++++++++-
 .../boot/dts/nvidia/tegra234-p3740-0002.dtsi  | 248 ------------------
 7 files changed, 476 insertions(+), 575 deletions(-)
 delete mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3737-0000.dtsi
 delete mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3740-0002.dtsi

Comments

Brad Griffis Aug. 29, 2024, 3:11 a.m. UTC | #1
On 8/26/24 09:47, Dara Stotland wrote:
> Changes in v2:
> - Added "arm64: tegra: Add common nodes to AGX Orin module"
> - Removed "arm64: tegra: Create SKU8 AGX Orin board file"
> 
> Dara Stotland (7):
>    arm64: tegra: Add common nodes to AGX Orin module
>    arm64: tegra: Combine AGX Orin board files
>    arm64: tegra: Combine IGX Orin board files
>    arm64: tegra: Move AGX Orin nodes to correct location
>    arm64: tegra: Move padctl supply nodes to AGX Orin module
>    arm64: tegra: Move BPMP nodes to AGX Orin module
>    arm64: tegra: Add thermal nodes to AGX Orin SKU8

Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
Thierry Reding Aug. 29, 2024, 3:41 p.m. UTC | #2
On Mon, Aug 26, 2024 at 04:47:18PM GMT, Dara Stotland wrote:
> This patchset restructures the AGX Orin device tree for improved
> adaptability. It also fixes the placement of several nodes to be
> in the proper files.
> 
> Changes in v2:
> - Added "arm64: tegra: Add common nodes to AGX Orin module"
> - Removed "arm64: tegra: Create SKU8 AGX Orin board file"
> 
> Dara Stotland (7):
>   arm64: tegra: Add common nodes to AGX Orin module
>   arm64: tegra: Combine AGX Orin board files
>   arm64: tegra: Combine IGX Orin board files
>   arm64: tegra: Move AGX Orin nodes to correct location
>   arm64: tegra: Move padctl supply nodes to AGX Orin module
>   arm64: tegra: Move BPMP nodes to AGX Orin module
>   arm64: tegra: Add thermal nodes to AGX Orin SKU8
> 
>  .../boot/dts/nvidia/tegra234-p3701-0000.dtsi  | 135 ----------
>  .../boot/dts/nvidia/tegra234-p3701-0008.dtsi  | 115 ++------
>  .../arm64/boot/dts/nvidia/tegra234-p3701.dtsi | 125 +++++++++
>  .../nvidia/tegra234-p3737-0000+p3701-0000.dts | 108 +++++++-
>  .../boot/dts/nvidia/tegra234-p3737-0000.dtsi  |  90 -------
>  .../nvidia/tegra234-p3740-0002+p3701-0008.dts | 230 +++++++++++++++-
>  .../boot/dts/nvidia/tegra234-p3740-0002.dtsi  | 248 ------------------
>  7 files changed, 476 insertions(+), 575 deletions(-)
>  delete mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3737-0000.dtsi
>  delete mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3740-0002.dtsi

Applied, thanks.

Thierry