Re: [U-Boot] [PATCH v3 2/5] fdt: Drop unused exynos compatible strings

2016-07-03 Thread Simon Glass
On 29 June 2016 at 06:22, Jaehoon Chung  wrote:
> Hi Simon,
>
> On 06/20/2016 08:33 AM, Simon Glass wrote:
>> A few drivers have moved to driver model, so we can drop these strings.
>>
>> Signed-off-by: Simon Glass 
>
> CC'd Minkyu.
>
> Acked-by: Jaehoon Chung 
>
> Best Regards,
> Jaehoon Chung

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


Re: [U-Boot] [PATCH v3 2/5] fdt: Drop unused exynos compatible strings

2016-06-29 Thread Jaehoon Chung
Hi Simon,

On 06/20/2016 08:33 AM, Simon Glass wrote:
> A few drivers have moved to driver model, so we can drop these strings.
> 
> Signed-off-by: Simon Glass 

CC'd Minkyu.

Acked-by: Jaehoon Chung 

Best Regards,
Jaehoon Chung

> ---
> 
> Changes in v3:
> - Add new patch to drop unused exynos compatible strings
> 
>  include/fdtdec.h | 3 ---
>  lib/fdtdec.c | 3 ---
>  2 files changed, 6 deletions(-)
> 
> diff --git a/include/fdtdec.h b/include/fdtdec.h
> index ae30b8a..8ce98a3 100644
> --- a/include/fdtdec.h
> +++ b/include/fdtdec.h
> @@ -141,12 +141,9 @@ enum fdt_compat_id {
>   COMPAT_SAMSUNG_EXYNOS_USB_PHY,  /* Exynos phy controller for usb2.0 */
>   COMPAT_SAMSUNG_EXYNOS5_USB3_PHY,/* Exynos phy controller for usb3.0 */
>   COMPAT_SAMSUNG_EXYNOS_TMU,  /* Exynos TMU */
> - COMPAT_SAMSUNG_EXYNOS_FIMD, /* Exynos Display controller */
>   COMPAT_SAMSUNG_EXYNOS_MIPI_DSI, /* Exynos mipi dsi */
> - COMPAT_SAMSUNG_EXYNOS5_DP,  /* Exynos Display port controller */
>   COMPAT_SAMSUNG_EXYNOS_DWMMC,/* Exynos DWMMC controller */
>   COMPAT_SAMSUNG_EXYNOS_MMC,  /* Exynos MMC controller */
> - COMPAT_SAMSUNG_EXYNOS_SERIAL,   /* Exynos UART */
>   COMPAT_MAXIM_MAX77686_PMIC, /* MAX77686 PMIC */
>   COMPAT_GENERIC_SPI_FLASH,   /* Generic SPI Flash chip */
>   COMPAT_MAXIM_98095_CODEC,   /* MAX98095 Codec */
> diff --git a/lib/fdtdec.c b/lib/fdtdec.c
> index 2f54d71..59b75f0 100644
> --- a/lib/fdtdec.c
> +++ b/lib/fdtdec.c
> @@ -46,12 +46,9 @@ static const char * const compat_names[COMPAT_COUNT] = {
>   COMPAT(SAMSUNG_EXYNOS_USB_PHY, "samsung,exynos-usb-phy"),
>   COMPAT(SAMSUNG_EXYNOS5_USB3_PHY, "samsung,exynos5250-usb3-phy"),
>   COMPAT(SAMSUNG_EXYNOS_TMU, "samsung,exynos-tmu"),
> - COMPAT(SAMSUNG_EXYNOS_FIMD, "samsung,exynos-fimd"),
>   COMPAT(SAMSUNG_EXYNOS_MIPI_DSI, "samsung,exynos-mipi-dsi"),
> - COMPAT(SAMSUNG_EXYNOS5_DP, "samsung,exynos5-dp"),
>   COMPAT(SAMSUNG_EXYNOS_DWMMC, "samsung,exynos-dwmmc"),
>   COMPAT(SAMSUNG_EXYNOS_MMC, "samsung,exynos-mmc"),
> - COMPAT(SAMSUNG_EXYNOS_SERIAL, "samsung,exynos4210-uart"),
>   COMPAT(MAXIM_MAX77686_PMIC, "maxim,max77686"),
>   COMPAT(GENERIC_SPI_FLASH, "spi-flash"),
>   COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),
> 

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