summaryrefslogtreecommitdiffstats
path: root/dts/src/arm64/freescale/imx8dxp.dtsi
blob: a8f7352332c055cf4ca1c15b09f0facfd651e514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (C) 2016 Freescale Semiconductor, Inc.
 * Copyright 2017-2019 NXP
 */

/dts-v1/;

#include "imx8qxp.dtsi"

/delete-node/ &A35_2;
/delete-node/ &A35_3;

&thermal_zones {
	cpu0-thermal {
		cooling-maps {
			map0 {
				cooling-device =
				<&A35_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
				<&A35_1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
			};
		};
	};
};