diff options
author | Hongtao Jia <hongtao.jia@freescale.com> | 2015-11-24 14:52:46 +0800 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-12-23 22:21:11 -0600 |
commit | be489a3936349c5f68c8001f31580d697c474b98 (patch) | |
tree | 34e48bc1ece446f001a3ac4a20f1da473db453a4 /arch/powerpc/boot/dts/fsl/t104xsi-pre.dtsi | |
parent | 2330770797afa822652b541d81a17f0e04bcf598 (diff) | |
download | blackbird-obmc-linux-be489a3936349c5f68c8001f31580d697c474b98.tar.gz blackbird-obmc-linux-be489a3936349c5f68c8001f31580d697c474b98.zip |
powerpc/mpc85xx: Add TMU device tree support for T1040/T1042
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/t104xsi-pre.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t104xsi-pre.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t104xsi-pre.dtsi b/arch/powerpc/boot/dts/fsl/t104xsi-pre.dtsi index fcfa38ae5e02..6db0ee8b1384 100644 --- a/arch/powerpc/boot/dts/fsl/t104xsi-pre.dtsi +++ b/arch/powerpc/boot/dts/fsl/t104xsi-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>; }; @@ -94,6 +96,7 @@ reg = <2>; clocks = <&mux2>; next-level-cache = <&L2_3>; + #cooling-cells = <2>; L2_3: l2-cache { next-level-cache = <&cpc>; }; @@ -103,6 +106,7 @@ reg = <3>; clocks = <&mux3>; next-level-cache = <&L2_4>; + #cooling-cells = <2>; L2_4: l2-cache { next-level-cache = <&cpc>; }; |