diff options
author | Hongtao Jia <hongtao.jia@freescale.com> | 2015-11-24 07:52:46 +0100 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-12-24 05:21:11 +0100 |
commit | be489a3936349c5f68c8001f31580d697c474b98 (patch) | |
tree | 34e48bc1ece446f001a3ac4a20f1da473db453a4 /arch/powerpc/boot/dts/fsl/t1040d4rdb.dts | |
parent | dt-bindings: Add QorIQ TMU thermal bindings (diff) | |
download | linux-be489a3936349c5f68c8001f31580d697c474b98.tar.xz 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/t1040d4rdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t1040d4rdb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t1040d4rdb.dts b/arch/powerpc/boot/dts/fsl/t1040d4rdb.dts index 681746efd31d..fb6bc02ebb60 100644 --- a/arch/powerpc/boot/dts/fsl/t1040d4rdb.dts +++ b/arch/powerpc/boot/dts/fsl/t1040d4rdb.dts @@ -43,4 +43,4 @@ interrupt-parent = <&mpic>; }; -/include/ "t1040si-post.dtsi" +#include "t1040si-post.dtsi" |