]> git.sur5r.net Git - u-boot/commitdiff
lib: fdtdec: drop the old compatible about max77686
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 25 Jan 2018 07:11:03 +0000 (16:11 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 8 May 2018 04:12:33 +0000 (13:12 +0900)
Drop the old compatible about max77686.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Lukasz Majewski <lukma@denx.de>
include/fdtdec.h
lib/fdtdec.c

index eca6e98b33c297574f785c93e4f9a65f2b1a5a61..5456a17d1a73ccf6f8c27389f6d3b8f5cf3dd657 100644 (file)
@@ -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 */
index 7ef6530870ad56264836711bc0ec57b3bb92fdf1..69bf12623e0a4cb19b5bf4f1f266145610e0291d 100644 (file)
@@ -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"),