Hi, I have one suggestion, On Fri, Apr 19, 2013 at 10:08 PM, Lukasz Majewski <l.majewski@xxxxxxxxxxx> wrote: > Enable TMU support for Exynos4412 based target with device tree. > > Signed-off-by: Lukasz Majewski <l.majewski@xxxxxxxxxxx> > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > --- > drivers/thermal/exynos_thermal.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/thermal/exynos_thermal.c b/drivers/thermal/exynos_thermal.c > index e922fa4..f54066d 100644 > --- a/drivers/thermal/exynos_thermal.c > +++ b/drivers/thermal/exynos_thermal.c > @@ -819,6 +819,10 @@ static const struct of_device_id exynos_tmu_match[] = { > .data = (void *)EXYNOS4210_TMU_DRV_DATA, > }, > { > + .compatible = "samsung,exynos4412-tmu", > + .data = (void *)EXYNOS_TMU_DRV_DATA, > + }, Instead of adding a new compatible string, "exynos5250-tmu" name can be re-used in the 4412 DT node file as 4412 and 5250 TMU controller are same. Thanks, Amit Daniel > + { > .compatible = "samsung,exynos5250-tmu", > .data = (void *)EXYNOS_TMU_DRV_DATA, > }, > -- > 1.7.10.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html