Re: [U-Boot] [PATCH] imx: thermal: Kconfig: add MX7

2017-01-02 Thread Stefano Babic
On 02/12/2016 06:43, Peng Fan wrote:
> The thermal drivers support i.MX6 and i.MX7, add MX7 in Kconfig file.
> 
> Signed-off-by: Peng Fan 
> Cc: Stefano Babic 
> ---
>  drivers/thermal/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
> index f0ffbb3..886f5fa 100644
> --- a/drivers/thermal/Kconfig
> +++ b/drivers/thermal/Kconfig
> @@ -10,7 +10,7 @@ if DM_THERMAL
>  
>  config IMX_THERMAL
>   bool "Temperature sensor driver for Freescale i.MX SoCs"
> - depends on MX6
> + depends on MX6 || MX7
>   help
> Support for Temperature Monitor (TEMPMON) found on Freescale i.MX 
> SoCs.
>It supports one critical trip point and one passive trip point.  
> The
> 

Applied to u-boot-imx, -master, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] imx: thermal: Kconfig: add MX7

2016-12-01 Thread Peng Fan
The thermal drivers support i.MX6 and i.MX7, add MX7 in Kconfig file.

Signed-off-by: Peng Fan 
Cc: Stefano Babic 
---
 drivers/thermal/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index f0ffbb3..886f5fa 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -10,7 +10,7 @@ if DM_THERMAL
 
 config IMX_THERMAL
bool "Temperature sensor driver for Freescale i.MX SoCs"
-   depends on MX6
+   depends on MX6 || MX7
help
  Support for Temperature Monitor (TEMPMON) found on Freescale i.MX 
SoCs.
   It supports one critical trip point and one passive trip point.  The
-- 
2.6.2

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot