layerscape: several kernel fix-ups from NXP linux factory
[openwrt/staging/dedeckeh.git] / target / linux / layerscape / patches-5.4 / 302-dts-0122-arm64-dts-ls1043a-remove-thermal-zone-5-from-dts.patch
1 From aa5e9dc53636e5ae40fc1460c7d3897c2d8588fe Mon Sep 17 00:00:00 2001
2 From: Yuantian Tang <andy.tang@nxp.com>
3 Date: Mon, 9 Mar 2020 10:44:54 +0800
4 Subject: [PATCH] arm64: dts: ls1043a: remove thermal zone 5 from dts
5
6 Thermal monitor zone 5 does not exist. So remove it
7 from dts.
8
9 Signed-off-by: Yuantian <andy.tang@nxp.com>
10 ---
11 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 4 ----
12 1 file changed, 4 deletions(-)
13
14 diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
15 index e19e05ddae08..fd898d51f53a 100644
16 --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
17 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
18 @@ -915,8 +915,4 @@
19 thermal-zone4 {
20 status = "okay";
21 };
22 -
23 - thermal-zone5 {
24 - status = "okay";
25 - };
26 };
27 --
28 2.17.1
29