| Submitter | Akshay Saraswat |
|---|---|
| Date | Jan. 21, 2013, 11:11 a.m. |
| Message ID | <1358766705-2118-6-git-send-email-akshay.s@samsung.com> |
| Download | mbox | patch |
| Permalink | /patch/214119/ |
| State | Changes Requested |
| Delegated to: | Minkyu Kang |
| Headers | show |
Comments
On Mon, Jan 21, 2013 at 3:11 AM, Akshay Saraswat <akshay.s@samsung.com> wrote: > Enables TMU driver support for exynos5250 > > Signed-off-by: Akshay Saraswat <akshay.s@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> > --- > Changes since v4: > - Rebased this patch. > > include/configs/exynos5250-dt.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h > index cabd2f2..53ca41f 100644 > --- a/include/configs/exynos5250-dt.h > +++ b/include/configs/exynos5250-dt.h > @@ -117,6 +117,9 @@ > #define CONFIG_BOOTDELAY 3 > #define CONFIG_ZERO_BOOTDELAY_CHECK > > +/* Thermal Management Unit */ > +#define CONFIG_EXYNOS_TMU > + > /* USB */ > #define CONFIG_CMD_USB > #define CONFIG_USB_EHCI > -- > 1.7.9.5 >
Patch
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index cabd2f2..53ca41f 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -117,6 +117,9 @@ #define CONFIG_BOOTDELAY 3 #define CONFIG_ZERO_BOOTDELAY_CHECK +/* Thermal Management Unit */ +#define CONFIG_EXYNOS_TMU + /* USB */ #define CONFIG_CMD_USB #define CONFIG_USB_EHCI
Enables TMU driver support for exynos5250 Signed-off-by: Akshay Saraswat <akshay.s@samsung.com> --- Changes since v4: - Rebased this patch. include/configs/exynos5250-dt.h | 3 +++ 1 file changed, 3 insertions(+)