38 lines
1.1 KiB
Diff
38 lines
1.1 KiB
Diff
|
From 6b9fa5fb3eaa4a0b3ff0babcdeb5f92b8cccb949 Mon Sep 17 00:00:00 2001
|
||
|
From: tonymac32 <tonymckahan@gmail.com>
|
||
|
Date: Wed, 4 Aug 2021 00:14:33 -0400
|
||
|
Subject: [PATCH] hjghj
|
||
|
|
||
|
Signed-off-by: tonymac32 <tonymckahan@gmail.com>
|
||
|
---
|
||
|
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 14 +++++++---
|
||
|
2 files changed, 24 insertions(+), 17 deletions(-)
|
||
|
|
||
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
|
||
|
index a576953ec..e6459baa8 100644
|
||
|
--- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi
|
||
|
+++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
|
||
|
@@ -591,6 +591,11 @@ map0 {
|
||
|
<&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
||
|
contribution = <4096>;
|
||
|
};
|
||
|
+ map1 {
|
||
|
+ trip = <&target>;
|
||
|
+ cooling-device = <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
||
|
+ contribution = <4096>;
|
||
|
+ };
|
||
|
};
|
||
|
};
|
||
|
|
||
|
@@ -675,6 +680,7 @@ gpu: gpu@ff300000 {
|
||
|
power-domains = <&power RK3328_PD_GPU>;
|
||
|
resets = <&cru SRST_GPU_A>;
|
||
|
operating-points-v2 = <&gpu_opp_table>;
|
||
|
+ #cooling-cells = <2>;
|
||
|
};
|
||
|
|
||
|
h265e_mmu: iommu@ff330200 {
|
||
|
--
|
||
|
Created with Armbian build tools https://github.com/armbian/build
|
||
|
|