[PATCH] arm64: dts: ls1012a: Remove big-endian from thermal

Fabio Estevam festevam at gmail.com
Fri Sep 29 11:55:10 PDT 2023


From: Fabio Estevam <festevam at denx.de>

Per qoriq-thermal.yaml, 'big-endian' is not a valid property.

When the 'little-endian' property is absent, the default is big endian.

Remove it to fix the following schema warning:

tmu at 1f00000: 'big-endian' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/thermal/qoriq-thermal.yaml#

Signed-off-by: Fabio Estevam <festevam at denx.de>
---
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
index a863022529ac..d0733451d3ce 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
@@ -346,7 +346,6 @@ tmu: tmu at 1f00000 {
 					       0x00030004 0x00000047
 					       0x00030005 0x00000053
 					       0x00030006 0x00000060>;
-			big-endian;
 			#thermal-sensor-cells = <1>;
 		};
 
-- 
2.34.1




More information about the linux-arm-kernel mailing list