thermal: exynos: Provide thermal_exynos.h file to be included in device tree files
authorLukasz Majewski <l.majewski@samsung.com>
Fri, 23 Jan 2015 12:09:55 +0000 (13:09 +0100)
committerEduardo Valentin <edubezval@gmail.com>
Sat, 24 Jan 2015 21:30:22 +0000 (17:30 -0400)
This patch is a preparatory patch to be able to read Exynos thermal
configuration from the device tree.

It turned out that DTC is not able to interpret enums properly and hence
it is necessary to #define those values explicitly.

For this reason the ./include/dt-bindings/thermal/thermal_exynos.h file
has been introduced.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>

No differences found