From 321ad8ae90ff5fe04949cfa909e40e05e4ea11db Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Wed, 6 Nov 2019 13:40:03 +0800 Subject: arm64: dts: freescale: Add i.MX8DXP LPDDR4 validation board support Add i.MX8DXP LPDDR4 validation board DT support. Signed-off-by: Anson Huang --- arch/arm64/boot/dts/freescale/imx8dxp.dtsi | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx8dxp.dtsi (limited to 'arch/arm64/boot/dts/freescale/imx8dxp.dtsi') diff --git a/arch/arm64/boot/dts/freescale/imx8dxp.dtsi b/arch/arm64/boot/dts/freescale/imx8dxp.dtsi new file mode 100644 index 000000000000..fba74a31184d --- /dev/null +++ b/arch/arm64/boot/dts/freescale/imx8dxp.dtsi @@ -0,0 +1,26 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2016 Freescale Semiconductor, Inc. + * Copyright 2017-2019 NXP + */ + +/dts-v1/; + +#include "imx8qxp.dtsi" + +&thermal_zones { + cpu-thermal0 { + cooling-maps { + map0 { + cooling-device = + <&A35_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, + <&A35_1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; + }; + }; + }; +}; + +&cpus { + /delete-node/ cpu@2; + /delete-node/ cpu@3; +}; -- cgit v1.2.3