[3/3] arm64: dts: imx8qm-mek: delete A72 thermal zone

Message ID 20230712211755.1538847-3-Frank.Li@nxp.com
State New
Headers
Series [1/3] arm64: dts: imx8qm: add cpu frequency table |

Commit Message

Frank Li July 12, 2023, 9:17 p.m. UTC
  The A72 nodes have been deleted in this DTB. Removes the corresponding
thermal zone to ensure a successful build.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8qm-mek.dts | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Peng Fan (OSS) July 13, 2023, 7:23 a.m. UTC | #1
On 7/13/2023 5:17 AM, Frank Li wrote:
> The A72 nodes have been deleted in this DTB. Removes the corresponding
> thermal zone to ensure a successful build.
> 
> Signed-off-by: Frank Li<Frank.Li@nxp.com>

Reviewed-by: Peng Fan <peng.fan@nxp.com>
  

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
index 607cd6b4e972..b0116b219c7b 100644
--- a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
+++ b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
@@ -22,6 +22,10 @@  cpus {
 		/delete-node/ cpu@101;
 	};
 
+	thermal-zones {
+		/delete-node/ cpu-thermal1;
+	};
+
 	memory@80000000 {
 		device_type = "memory";
 		reg = <0x00000000 0x80000000 0 0x40000000>;