diff options
author | Hongtao Jia <hongtao.jia@freescale.com> | 2015-11-24 07:52:47 +0100 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-12-24 05:21:11 +0100 |
commit | 3045e409e403b35ea4e30393a97cb913c745b38d (patch) | |
tree | 8b696ffc0d0b540f3a285462c87fcaf0cbdbbe8d /arch/powerpc/boot/dts/fsl/t102xsi-pre.dtsi | |
parent | powerpc/mpc85xx: Add TMU device tree support for T1040/T1042 (diff) | |
download | linux-3045e409e403b35ea4e30393a97cb913c745b38d.tar.xz linux-3045e409e403b35ea4e30393a97cb913c745b38d.zip |
powerpc/mpc85xx: Add TMU device tree support for T1023/T1024
Also add nodes and properties for thermal management support. Meanwhile
preprocessor support is needed using thermal of framework.
Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com>
Reviewed-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/t102xsi-pre.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t102xsi-pre.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t102xsi-pre.dtsi b/arch/powerpc/boot/dts/fsl/t102xsi-pre.dtsi index 3e1528abf3f4..9d08a363bab3 100644 --- a/arch/powerpc/boot/dts/fsl/t102xsi-pre.dtsi +++ b/arch/powerpc/boot/dts/fsl/t102xsi-pre.dtsi @@ -76,6 +76,7 @@ reg = <0>; clocks = <&mux0>; next-level-cache = <&L2_1>; + #cooling-cells = <2>; L2_1: l2-cache { next-level-cache = <&cpc>; }; @@ -85,6 +86,7 @@ reg = <1>; clocks = <&mux1>; next-level-cache = <&L2_2>; + #cooling-cells = <2>; L2_2: l2-cache { next-level-cache = <&cpc>; }; |