summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMahesh Kallelil <kallelil@google.com>2023-05-26 14:11:29 -0700
committerMahesh Kallelil <kallelil@google.com>2023-08-08 17:35:19 +0000
commitc23ba0c8e85018c8a3f4849f8a77eae7884347fc (patch)
tree0158781c0d57f0102aeacb3b79f896397ba8959d
parent80afb82def13918d76a18fedfe6e12dba1cab8ec (diff)
downloadshusky-c23ba0c8e85018c8a3f4849f8a77eae7884347fc.tar.gz
arm64/dts: Add CP thermal nodes for ripcurrent and shusky
Adding the CP thermal nodes to the device specific dtsi for ripcurrent and shusky. Earlier, this was part of the zuma-board.dtsi since it was common for all Zuma platforms. However, we now have platforms with fewer thermal nodes and need to make this device specific. Bug: 281923366 Change-Id: Iaace238a28d85945b1cbcc3d29c83c232ad55598 Signed-off-by: Mahesh Kallelil <kallelil@google.com> (cherry picked from commit c4e3690c1221897abc38ba6ef9e7b6f020f63f80)
-rw-r--r--dts/google/zuma-ripcurrent.dts1
-rw-r--r--dts/google/zuma-shusky-board.dtsi2
2 files changed, 2 insertions, 1 deletions
diff --git a/dts/google/zuma-ripcurrent.dts b/dts/google/zuma-ripcurrent.dts
index 3dcfd7a..c52ec97 100644
--- a/dts/google/zuma-ripcurrent.dts
+++ b/dts/google/zuma-ripcurrent.dts
@@ -42,6 +42,7 @@
#include "zuma-ripcurrent-bluetooth.dtsi"
#include "zuma-ripcurrent-bluetooth-offmode.dtsi"
#include "zuma-ripcurrent-typec.dtsi"
+#include "../google-dts-base/gs101-cp-s5200-thermal-zone.dtsi"
/ {
board_id = <0x40101>;
diff --git a/dts/google/zuma-shusky-board.dtsi b/dts/google/zuma-shusky-board.dtsi
index aca3e6d..4207c81 100644
--- a/dts/google/zuma-shusky-board.dtsi
+++ b/dts/google/zuma-shusky-board.dtsi
@@ -17,4 +17,4 @@
#include "zuma-shusky-sbbm.dtsi"
#include "zuma-shusky-pcie.dtsi"
#include "zuma-shusky-dma-heap.dtsi"
-
+#include "../google-dts-base/gs101-cp-s5200-thermal-zone.dtsi" \ No newline at end of file