projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6ae450
)
ARM: dts: imx6sl: Pass tempmon #thermal-sensor-cells
author
Fabio Estevam
<festevam@denx.de>
Fri, 25 Oct 2024 01:08:55 +0000
(22:08 -0300)
committer
Shawn Guo
<shawnguo@kernel.org>
Sat, 2 Nov 2024 03:26:05 +0000
(11:26 +0800)
According to fsl,imx-anatop.yaml, #thermal-sensor-cells is a required
property.
Add it to fix the following dt-schema warning:
tempmon: '#thermal-sensor-cells' is a required property
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6sl.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/nxp/imx/imx6sl.dtsi
b/arch/arm/boot/dts/nxp/imx/imx6sl.dtsi
index
1676d68
..
941a2f1
100644
(file)
--- a/
arch/arm/boot/dts/nxp/imx/imx6sl.dtsi
+++ b/
arch/arm/boot/dts/nxp/imx/imx6sl.dtsi
@@
-631,6
+631,7
@@
nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>;
nvmem-cell-names = "calib", "temp_grade";
clocks = <&clks IMX6SL_CLK_PLL3_USB_OTG>;
+ #thermal-sensor-cells = <0>;
};
};