linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] add VTM nodes to TI's K3 SoCs
@ 2023-01-20  0:30 Bryan Brattlof
  2023-01-20  0:30 ` [PATCH v2 1/6] arm64: dts: ti: k3-am64-main: add VTM node Bryan Brattlof
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Bryan Brattlof @ 2023-01-20  0:30 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, Rob Herring,
	Krzysztof Kozlowski
  Cc: ARM Linux Mailing List, Device Tree Mailing List,
	Linux Kernel Mailing List, Keerthy, Bryan Brattlof

Hello again everyone!

This patch series adds in basic VTM nodes for all of TI's K3 SoCs. As of
right now these do not do much other than add thermal entries into the
sysfs directory and power down the device once it's exceeded a critical
temperature.

Changes from v1:
- Fixed indexing of thermal nodes[0]

[0] https://lore.kernel.org/all/20230119221322.12563-1-bb@ti.com/

Thanks for reviewing!
~Bryan

Bryan Brattlof (6):
  arm64: dts: ti: k3-am64-main: add VTM node
  arm64: dts: ti: k3-am62-wakeup: add VTM node
  arm64: dts: ti: k3-j721e-mcu-wakeup: add VTM node
  arm64: dts: ti: k3-j721s2-mcu-wakeup: add VTM node
  arm64: dts: ti: k3-j7200-mcu-wakeup: add VTM node
  arm64: dts: ti: k3-am62a-wakeup: add VTM node

 arch/arm64/boot/dts/ti/k3-am62-thermal.dtsi   |  33 ++++++
 arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi    |   8 ++
 arch/arm64/boot/dts/ti/k3-am62.dtsi           |   6 +-
 arch/arm64/boot/dts/ti/k3-am62a-thermal.dtsi  |  47 ++++++++
 arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi   |   8 ++
 arch/arm64/boot/dts/ti/k3-am62a.dtsi          |   2 +
 arch/arm64/boot/dts/ti/k3-am64-main.dtsi      |   8 ++
 arch/arm64/boot/dts/ti/k3-am64-thermal.dtsi   |  33 ++++++
 arch/arm64/boot/dts/ti/k3-am64.dtsi           |   3 +
 .../boot/dts/ti/k3-j7200-mcu-wakeup.dtsi      |   8 ++
 arch/arm64/boot/dts/ti/k3-j7200-thermal.dtsi  |  47 ++++++++
 arch/arm64/boot/dts/ti/k3-j7200.dtsi          |   2 +
 .../boot/dts/ti/k3-j721e-mcu-wakeup.dtsi      |   9 ++
 arch/arm64/boot/dts/ti/k3-j721e-thermal.dtsi  |  75 +++++++++++++
 arch/arm64/boot/dts/ti/k3-j721e.dtsi          |   2 +
 .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi     |   8 ++
 arch/arm64/boot/dts/ti/k3-j721s2-thermal.dtsi | 103 ++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-j721s2.dtsi         |   2 +
 18 files changed, 403 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62-thermal.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62a-thermal.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am64-thermal.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-j7200-thermal.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-j721e-thermal.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-j721s2-thermal.dtsi


base-commit: 1b929c02afd37871d5afb9d498426f83432e71c2
-- 
2.39.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-06-15 10:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-20  0:30 [PATCH v2 0/6] add VTM nodes to TI's K3 SoCs Bryan Brattlof
2023-01-20  0:30 ` [PATCH v2 1/6] arm64: dts: ti: k3-am64-main: add VTM node Bryan Brattlof
2023-04-03 13:02   ` Christian Gmeiner
2023-01-20  0:30 ` [PATCH v2 2/6] arm64: dts: ti: k3-am62-wakeup: " Bryan Brattlof
2023-01-28  5:23   ` Raghavendra, Vignesh
2023-01-31  1:57     ` Bryan Brattlof
2023-04-03 13:04       ` Christian Gmeiner
2023-04-03 14:09         ` Bryan Brattlof
2023-01-20  0:30 ` [PATCH v2 3/6] arm64: dts: ti: k3-j721e-mcu-wakeup: " Bryan Brattlof
2023-01-20  0:30 ` [PATCH v2 4/6] arm64: dts: ti: k3-j721s2-mcu-wakeup: " Bryan Brattlof
2023-01-20  0:30 ` [PATCH v2 5/6] arm64: dts: ti: k3-j7200-mcu-wakeup: " Bryan Brattlof
2023-01-20  0:30 ` [PATCH v2 6/6] arm64: dts: ti: k3-am62a-wakeup: " Bryan Brattlof
2023-06-15 10:22 ` [PATCH v2 0/6] add VTM nodes to TI's K3 SoCs Vignesh Raghavendra

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).