soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: arm@kernel.org, soc@kernel.org
Cc: Thierry Reding <thierry.reding@gmail.com>,
	Jon Hunter <jonathanh@nvidia.com>,
	linux-tegra@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/6] ARM: tegra: Device tree changes for v5.11-rc1
Date: Fri, 27 Nov 2020 15:43:27 +0100	[thread overview]
Message-ID: <20201127144329.124891-4-thierry.reding@gmail.com> (raw)
In-Reply-To: <20201127144329.124891-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d63250d7fd49503bac48099fcef24ba7985009a3:

  ARM: tegra: Add EMC OPP and ICC properties to Tegra124 EMC and ACTMON device-tree nodes (2020-11-26 19:08:39 +0100)

Note that this pull in a subset of the tegra-for-5.11-dt-bindings PR to
satisfy a build dependency on the memory client IDs used in some of the
patches from Dmitry in this set.

Thanks,
Thierry

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

This adds support for the Tegra30-based Ouya game console and enhances a
number of existing device trees. It also fixes a couple of minor issues
that were found during DT validation.

----------------------------------------------------------------
Dmitry Osipenko (19):
      dt-bindings: memory: tegra20: Add memory client IDs
      dt-bindings: memory: tegra30: Add memory client IDs
      dt-bindings: memory: tegra124: Add memory client IDs
      ARM: tegra: acer-a500: Correct thermal zone names
      ARM: tegra: acer-a500: Add power-supply to lvds-encoder node
      ARM: tegra: nexus7: Correct thermal zone names
      ARM: tegra: nexus7: Improve CPU passive-cooling threshold
      ARM: tegra: nexus7: Add power-supply to lvds-encoder node
      ARM: tegra: nexus7: Rename gpio-hog nodes
      ARM: tegra: nexus7: Use panel-lvds as the only panel compatible
      ARM: tegra: Correct EMC registers size in Tegra20 device-tree
      ARM: tegra: acer-a500: Add Embedded Controller
      ARM: tegra: Add interconnect properties to Tegra20 device-tree
      ARM: tegra: Add interconnect properties to Tegra30 device-tree
      ARM: tegra: Add interconnect properties to Tegra124 device-tree
      ARM: tegra: Add nvidia,memory-controller phandle to Tegra20 EMC device-tree
      ARM: tegra: Add EMC OPP properties to Tegra20 device-trees
      ARM: tegra: Add EMC OPP and ICC properties to Tegra30 EMC and ACTMON device-tree nodes
      ARM: tegra: Add EMC OPP and ICC properties to Tegra124 EMC and ACTMON device-tree nodes

Jon Hunter (1):
      ARM: tegra: Populate OPP table for Tegra20 Ventana

Nicolas Chauvet (2):
      ARM: tegra: Add missing gpu-throt-level to Tegra124 soctherm
      ARM: tegra: Add missing hot temperatures to Tegra124 thermal-zones

Peter Geis (1):
      ARM: tegra: Add device-tree for Ouya

Sowjanya Komatineni (1):
      ARM: tegra: Change order of SATA resets for Tegra124

Thierry Reding (3):
      Merge branch 'for-5.11/dt-bindings' into for-5.11/arm/dt
      ARM: tegra: Hook up edp interrupt on Tegra124 SOCTHERM
      ARM: tegra: Properly align clocks for SOCTHERM

 arch/arm/boot/dts/Makefile                         |    3 +-
 arch/arm/boot/dts/tegra124-apalis-emc.dtsi         |    8 +
 arch/arm/boot/dts/tegra124-jetson-tk1-emc.dtsi     |    8 +
 arch/arm/boot/dts/tegra124-nyan-big-emc.dtsi       |   10 +
 arch/arm/boot/dts/tegra124-nyan-blaze-emc.dtsi     |   10 +
 arch/arm/boot/dts/tegra124-peripherals-opp.dtsi    |  419 ++
 arch/arm/boot/dts/tegra124.dtsi                    |   54 +-
 arch/arm/boot/dts/tegra20-acer-a500-picasso.dts    |   27 +-
 arch/arm/boot/dts/tegra20-colibri.dtsi             |    4 +
 arch/arm/boot/dts/tegra20-paz00.dts                |    4 +
 arch/arm/boot/dts/tegra20-peripherals-opp.dtsi     |  109 +
 arch/arm/boot/dts/tegra20-ventana.dts              |   11 +
 arch/arm/boot/dts/tegra20.dtsi                     |   33 +-
 .../dts/tegra30-asus-nexus7-grouper-common.dtsi    |   27 +-
 .../tegra30-asus-nexus7-grouper-maxim-pmic.dtsi    |    2 +-
 ...tegra30-asus-nexus7-grouper-memory-timings.dtsi |   12 +
 arch/arm/boot/dts/tegra30-asus-nexus7-tilapia.dtsi |    2 +-
 arch/arm/boot/dts/tegra30-ouya.dts                 | 4519 ++++++++++++++++++++
 arch/arm/boot/dts/tegra30-peripherals-opp.dtsi     |  383 ++
 arch/arm/boot/dts/tegra30.dtsi                     |   33 +-
 include/dt-bindings/memory/tegra124-mc.h           |   68 +
 include/dt-bindings/memory/tegra20-mc.h            |   53 +
 include/dt-bindings/memory/tegra30-mc.h            |   67 +
 23 files changed, 5844 insertions(+), 22 deletions(-)
 create mode 100644 arch/arm/boot/dts/tegra124-peripherals-opp.dtsi
 create mode 100644 arch/arm/boot/dts/tegra20-peripherals-opp.dtsi
 create mode 100644 arch/arm/boot/dts/tegra30-ouya.dts
 create mode 100644 arch/arm/boot/dts/tegra30-peripherals-opp.dtsi

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: arm@kernel.org, soc@kernel.org
Cc: linux-tegra@vger.kernel.org,
	Thierry Reding <thierry.reding@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	Jon Hunter <jonathanh@nvidia.com>
Subject: [GIT PULL 4/6] ARM: tegra: Device tree changes for v5.11-rc1
Date: Fri, 27 Nov 2020 15:43:27 +0100	[thread overview]
Message-ID: <20201127144329.124891-4-thierry.reding@gmail.com> (raw)
Message-ID: <20201127144327.mrKuVJobdyRFyDtvn_mZmgSsOq4_yFcmwq77-XXCYBQ@z> (raw)
In-Reply-To: <20201127144329.124891-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d63250d7fd49503bac48099fcef24ba7985009a3:

  ARM: tegra: Add EMC OPP and ICC properties to Tegra124 EMC and ACTMON device-tree nodes (2020-11-26 19:08:39 +0100)

Note that this pull in a subset of the tegra-for-5.11-dt-bindings PR to
satisfy a build dependency on the memory client IDs used in some of the
patches from Dmitry in this set.

Thanks,
Thierry

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

This adds support for the Tegra30-based Ouya game console and enhances a
number of existing device trees. It also fixes a couple of minor issues
that were found during DT validation.

----------------------------------------------------------------
Dmitry Osipenko (19):
      dt-bindings: memory: tegra20: Add memory client IDs
      dt-bindings: memory: tegra30: Add memory client IDs
      dt-bindings: memory: tegra124: Add memory client IDs
      ARM: tegra: acer-a500: Correct thermal zone names
      ARM: tegra: acer-a500: Add power-supply to lvds-encoder node
      ARM: tegra: nexus7: Correct thermal zone names
      ARM: tegra: nexus7: Improve CPU passive-cooling threshold
      ARM: tegra: nexus7: Add power-supply to lvds-encoder node
      ARM: tegra: nexus7: Rename gpio-hog nodes
      ARM: tegra: nexus7: Use panel-lvds as the only panel compatible
      ARM: tegra: Correct EMC registers size in Tegra20 device-tree
      ARM: tegra: acer-a500: Add Embedded Controller
      ARM: tegra: Add interconnect properties to Tegra20 device-tree
      ARM: tegra: Add interconnect properties to Tegra30 device-tree
      ARM: tegra: Add interconnect properties to Tegra124 device-tree
      ARM: tegra: Add nvidia,memory-controller phandle to Tegra20 EMC device-tree
      ARM: tegra: Add EMC OPP properties to Tegra20 device-trees
      ARM: tegra: Add EMC OPP and ICC properties to Tegra30 EMC and ACTMON device-tree nodes
      ARM: tegra: Add EMC OPP and ICC properties to Tegra124 EMC and ACTMON device-tree nodes

Jon Hunter (1):
      ARM: tegra: Populate OPP table for Tegra20 Ventana

Nicolas Chauvet (2):
      ARM: tegra: Add missing gpu-throt-level to Tegra124 soctherm
      ARM: tegra: Add missing hot temperatures to Tegra124 thermal-zones

Peter Geis (1):
      ARM: tegra: Add device-tree for Ouya

Sowjanya Komatineni (1):
      ARM: tegra: Change order of SATA resets for Tegra124

Thierry Reding (3):
      Merge branch 'for-5.11/dt-bindings' into for-5.11/arm/dt
      ARM: tegra: Hook up edp interrupt on Tegra124 SOCTHERM
      ARM: tegra: Properly align clocks for SOCTHERM

 arch/arm/boot/dts/Makefile                         |    3 +-
 arch/arm/boot/dts/tegra124-apalis-emc.dtsi         |    8 +
 arch/arm/boot/dts/tegra124-jetson-tk1-emc.dtsi     |    8 +
 arch/arm/boot/dts/tegra124-nyan-big-emc.dtsi       |   10 +
 arch/arm/boot/dts/tegra124-nyan-blaze-emc.dtsi     |   10 +
 arch/arm/boot/dts/tegra124-peripherals-opp.dtsi    |  419 ++
 arch/arm/boot/dts/tegra124.dtsi                    |   54 +-
 arch/arm/boot/dts/tegra20-acer-a500-picasso.dts    |   27 +-
 arch/arm/boot/dts/tegra20-colibri.dtsi             |    4 +
 arch/arm/boot/dts/tegra20-paz00.dts                |    4 +
 arch/arm/boot/dts/tegra20-peripherals-opp.dtsi     |  109 +
 arch/arm/boot/dts/tegra20-ventana.dts              |   11 +
 arch/arm/boot/dts/tegra20.dtsi                     |   33 +-
 .../dts/tegra30-asus-nexus7-grouper-common.dtsi    |   27 +-
 .../tegra30-asus-nexus7-grouper-maxim-pmic.dtsi    |    2 +-
 ...tegra30-asus-nexus7-grouper-memory-timings.dtsi |   12 +
 arch/arm/boot/dts/tegra30-asus-nexus7-tilapia.dtsi |    2 +-
 arch/arm/boot/dts/tegra30-ouya.dts                 | 4519 ++++++++++++++++++++
 arch/arm/boot/dts/tegra30-peripherals-opp.dtsi     |  383 ++
 arch/arm/boot/dts/tegra30.dtsi                     |   33 +-
 include/dt-bindings/memory/tegra124-mc.h           |   68 +
 include/dt-bindings/memory/tegra20-mc.h            |   53 +
 include/dt-bindings/memory/tegra30-mc.h            |   67 +
 23 files changed, 5844 insertions(+), 22 deletions(-)
 create mode 100644 arch/arm/boot/dts/tegra124-peripherals-opp.dtsi
 create mode 100644 arch/arm/boot/dts/tegra20-peripherals-opp.dtsi
 create mode 100644 arch/arm/boot/dts/tegra30-ouya.dts
 create mode 100644 arch/arm/boot/dts/tegra30-peripherals-opp.dtsi

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-11-27 14:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-27 14:43 [GIT PULL 1/6] dt-bindings: Changes for v5.11-rc1 Thierry Reding
2020-11-27 14:43 ` Thierry Reding
2020-11-27 14:43 ` [GIT PULL 2/6] soc/tegra: " Thierry Reding
2020-11-27 14:43   ` Thierry Reding
2020-11-27 14:43 ` [GIT PULL 3/6] firmware: tegra: " Thierry Reding
2020-11-27 14:43   ` Thierry Reding
2020-11-27 14:43 ` Thierry Reding [this message]
2020-11-27 14:43   ` [GIT PULL 4/6] ARM: tegra: Device tree changes " Thierry Reding
2020-11-27 14:43 ` [GIT PULL 5/6] arm64: " Thierry Reding
2020-11-27 14:43   ` Thierry Reding
2020-11-27 19:44   ` Arnd Bergmann
2020-11-27 19:44     ` Arnd Bergmann
2020-11-27 14:43 ` [GIT PULL 6/6] arm64: tegra: Default configuration " Thierry Reding
2020-11-27 14:43   ` Thierry Reding
2020-11-27 17:10 ` [GIT PULL 1/6] dt-bindings: Changes " patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201127144329.124891-4-thierry.reding@gmail.com \
    --to=thierry.reding@gmail.com \
    --cc=arm@kernel.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).