mbox series

[v3,0/4] Tegra DTS improvements

Message ID 20230329090403.5274-1-clamor95@gmail.com
Headers show
Series Tegra DTS improvements | expand

Message

Svyatoslav Ryhel March 29, 2023, 9:03 a.m. UTC
Path for mmc devices are replaced with labels for
better tree comprehension. CPU paths are replaced with
labels references as well. Fixed accelerometer mount
matrix for TF101. Added 266.5MHz peripheral opp node
for devices which need it.

---
Chandes from v2:
- dropped commits with labels additions
- added mmc path to laber reference switch
- added cpu path to label reference switch

Chandes from v1:
- added missing sign-off
---

Maxim Schwalm (1):
  ARM: tegra30: Use cpu* labels

Svyatoslav Ryhel (3):
  ARM: tegra: transformer: use labels for mmc in aliases
  ARM: tegra: asus-tf101: fix accelerometer mount matrix
  ARM: tegra30: peripherals: add 266.5MHz nodes

 arch/arm/boot/dts/tegra114-asus-tf701t.dts    | 12 +++++------
 arch/arm/boot/dts/tegra20-asus-tf101.dts      |  6 +++---
 .../dts/tegra30-asus-transformer-common.dtsi  | 12 +++++------
 .../arm/boot/dts/tegra30-peripherals-opp.dtsi | 20 +++++++++++++++++++
 arch/arm/boot/dts/tegra30.dtsi                |  5 +----
 5 files changed, 36 insertions(+), 19 deletions(-)

Comments

Thierry Reding April 4, 2023, 1:33 p.m. UTC | #1
From: Thierry Reding <treding@nvidia.com>

On Wed, 29 Mar 2023 12:03:59 +0300, Svyatoslav Ryhel wrote:
> Path for mmc devices are replaced with labels for
> better tree comprehension. CPU paths are replaced with
> labels references as well. Fixed accelerometer mount
> matrix for TF101. Added 266.5MHz peripheral opp node
> for devices which need it.
> 

Applied, thanks!

[1/4] ARM: tegra: transformer: use labels for mmc in aliases
      (no commit info)
[2/4] ARM: tegra30: Use cpu* labels
      (no commit info)
[3/4] ARM: tegra: asus-tf101: fix accelerometer mount matrix
      (no commit info)
[4/4] ARM: tegra30: peripherals: add 266.5MHz nodes
      (no commit info)

Best regards,