mediatek: Add support for Xiaomi Redmi Router AX6S
[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 --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
15 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
16 @@ -919,8 +919,4 @@
17 thermal-zone4 {
18 status = "okay";
19 };
20 -
21 - thermal-zone5 {
22 - status = "okay";
23 - };
24 };