mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 10:46:12 +07:00
ARM: dts: imx6: add thermal sensor and cooling cells
This allows a board to specify a custom thermal zone configuration involving the SoC internal sensor, CPU and GPU nodes without having to change those nodes. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
749a5068f2
commit
4951c2da1a
@ -202,6 +202,7 @@ gpu_vg: gpu@2204000 {
|
||||
<&clks IMX6QDL_CLK_GPU2D_CORE>;
|
||||
clock-names = "bus", "core";
|
||||
power-domains = <&pd_pu>;
|
||||
#cooling-cells = <2>;
|
||||
};
|
||||
|
||||
ipu2: ipu@2800000 {
|
||||
|
@ -77,6 +77,7 @@ tempmon: tempmon {
|
||||
fsl,tempmon = <&anatop>;
|
||||
fsl,tempmon-data = <&ocotp>;
|
||||
clocks = <&clks IMX6QDL_CLK_PLL3_USB_OTG>;
|
||||
#thermal-sensor-cells = <0>;
|
||||
};
|
||||
|
||||
ldb: ldb {
|
||||
@ -216,6 +217,7 @@ gpu_3d: gpu@130000 {
|
||||
<&clks IMX6QDL_CLK_GPU3D_SHADER>;
|
||||
clock-names = "bus", "core", "shader";
|
||||
power-domains = <&pd_pu>;
|
||||
#cooling-cells = <2>;
|
||||
};
|
||||
|
||||
gpu_2d: gpu@134000 {
|
||||
@ -226,6 +228,7 @@ gpu_2d: gpu@134000 {
|
||||
<&clks IMX6QDL_CLK_GPU2D_CORE>;
|
||||
clock-names = "bus", "core";
|
||||
power-domains = <&pd_pu>;
|
||||
#cooling-cells = <2>;
|
||||
};
|
||||
|
||||
timer@a00600 {
|
||||
|
Loading…
Reference in New Issue
Block a user