All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lukasz Majewski <lukma@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/3] lib: fdtdec: drop the old compatible about max77686
Date: Thu, 25 Jan 2018 10:19:51 +0100	[thread overview]
Message-ID: <20180125101951.3f56ec4c@jawa> (raw)
In-Reply-To: <20180125071103.2062-3-jh80.chung@samsung.com>

On Thu, 25 Jan 2018 16:11:03 +0900
Jaehoon Chung <jh80.chung@samsung.com> wrote:

> Drop the old compatible about max77686.
> 
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
>  include/fdtdec.h | 1 -
>  lib/fdtdec.c     | 1 -
>  2 files changed, 2 deletions(-)
> 
> diff --git a/include/fdtdec.h b/include/fdtdec.h
> index 4afb9ac501..59f589bc01 100644
> --- a/include/fdtdec.h
> +++ b/include/fdtdec.h
> @@ -136,7 +136,6 @@ enum fdt_compat_id {
>  	COMPAT_SAMSUNG_EXYNOS_MIPI_DSI,	/* Exynos mipi dsi */
>  	COMPAT_SAMSUNG_EXYNOS_DWMMC,	/* Exynos DWMMC
> controller */ COMPAT_SAMSUNG_EXYNOS_MMC,	/* Exynos MMC
> controller */
> -	COMPAT_MAXIM_MAX77686_PMIC,	/* MAX77686 PMIC */
>  	COMPAT_GENERIC_SPI_FLASH,	/* Generic SPI Flash chip */
>  	COMPAT_MAXIM_98095_CODEC,	/* MAX98095 Codec */
>  	COMPAT_SAMSUNG_EXYNOS5_I2C,	/* Exynos5 High Speed I2C
> Controller */ diff --git a/lib/fdtdec.c b/lib/fdtdec.c
> index df9d9ae433..58830aa370 100644
> --- a/lib/fdtdec.c
> +++ b/lib/fdtdec.c
> @@ -48,7 +48,6 @@ static const char * const
> compat_names[COMPAT_COUNT] = { COMPAT(SAMSUNG_EXYNOS_MIPI_DSI,
> "samsung,exynos-mipi-dsi"), COMPAT(SAMSUNG_EXYNOS_DWMMC,
> "samsung,exynos-dwmmc"), COMPAT(SAMSUNG_EXYNOS_MMC,
> "samsung,exynos-mmc"),
> -	COMPAT(MAXIM_MAX77686_PMIC, "maxim,max77686"),
>  	COMPAT(GENERIC_SPI_FLASH, "spi-flash"),
>  	COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),
>  	COMPAT(SAMSUNG_EXYNOS5_I2C, "samsung,exynos5-hsi2c"),

Acked-by: Lukasz Majewski <lukma@denx.de>

Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180125/ed2b7442/attachment.sig>

      reply	other threads:[~2018-01-25  9:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20180125071104epcas2p3ae5d16f9df523eca59d8df5f56be966e@epcas2p3.samsung.com>
2018-01-25  7:11 ` [U-Boot] [PATCH v2 1/3] configs: trats2: enable the max77686 regulator config Jaehoon Chung
2018-01-25  7:11   ` [U-Boot] [PATCH v2 2/3] power: pmic_max77686: remove the old pmic_max77686 file Jaehoon Chung
2018-01-25  7:11   ` [U-Boot] [PATCH v2 3/3] lib: fdtdec: drop the old compatible about max77686 Jaehoon Chung
2018-01-25  9:19     ` Lukasz Majewski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180125101951.3f56ec4c@jawa \
    --to=lukma@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.