diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2018-11-05 18:34:02 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-11-16 04:03:36 +0100 |
commit | 4951c2da1a3a8b56d4ef0659d80938942307a8a3 (patch) | |
tree | 8a8122be10b451e6903a0a491161ef8df62d6709 /arch/arm/boot/dts/imx6q.dtsi | |
parent | ARM: dts: imx6: RDU2: fix eGalax touchscreen node (diff) | |
download | linux-4951c2da1a3a8b56d4ef0659d80938942307a8a3.tar.xz linux-4951c2da1a3a8b56d4ef0659d80938942307a8a3.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6q.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6q.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index 8381d24eff7d..d038f4117024 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi @@ -202,6 +202,7 @@ <&clks IMX6QDL_CLK_GPU2D_CORE>; clock-names = "bus", "core"; power-domains = <&pd_pu>; + #cooling-cells = <2>; }; ipu2: ipu@2800000 { |