mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-31 23:27:20 +00:00

i.MX 8DualXPlus is a dual (2x) Cortex-A35 processor with powerful graphic and multimedia features. This patch adds the SoC dtsi, based on imx8qxp removing the additional CPU cores. Peripherals are identical. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
24 lines
400 B
Text
24 lines
400 B
Text
// 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>;
|
|
};
|
|
};
|
|
};
|
|
};
|