diff options
author | Fabio Estevam <festevam@denx.de> | 2024-01-04 01:59:42 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-02-05 10:02:09 +0300 |
commit | 2cc2363cc77e536ced93be5df8c86435d51e46c9 (patch) | |
tree | 2ff12805439b0f407a2e8a312ba0a7a73806f1ec /arch/arm64/boot/dts/freescale | |
parent | 1a8f6ff6a291ec281847e998b2c220b4f3abe282 (diff) | |
download | linux-2cc2363cc77e536ced93be5df8c86435d51e46c9.tar.xz |
arm64: dts: ls1046a: Remove big-endian from thermal
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@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@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi index 1515cec23147..754a64be739c 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi @@ -485,7 +485,6 @@ <0x00030005 0x00000042>, <0x00030006 0x0000004c>, <0x00030007 0x00000056>; - big-endian; #thermal-sensor-cells = <1>; }; |