diff options
author | Hongtao Jia <hongtao.jia@freescale.com> | 2015-11-24 09:52:47 +0300 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-12-24 07:21:11 +0300 |
commit | 3045e409e403b35ea4e30393a97cb913c745b38d (patch) | |
tree | 8b696ffc0d0b540f3a285462c87fcaf0cbdbbe8d /arch/powerpc/boot/dts/fsl/t1023rdb.dts | |
parent | be489a3936349c5f68c8001f31580d697c474b98 (diff) | |
download | linux-3045e409e403b35ea4e30393a97cb913c745b38d.tar.xz |
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/t1023rdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t1023rdb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t1023rdb.dts b/arch/powerpc/boot/dts/fsl/t1023rdb.dts index 2b2fff4a12a2..6bd842beb1dc 100644 --- a/arch/powerpc/boot/dts/fsl/t1023rdb.dts +++ b/arch/powerpc/boot/dts/fsl/t1023rdb.dts @@ -159,4 +159,4 @@ }; }; -/include/ "t1023si-post.dtsi" +#include "t1023si-post.dtsi" |