diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2018-01-25 16:11:03 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2018-05-08 13:12:33 +0900 |
commit | 817669231c89a97e3934baf07d457ca9671947ea (patch) | |
tree | 92084a8f2d9dd7fa56966d77ac9308352464d62d /include/fdtdec.h | |
parent | 9c67c4491ee4cce434d5d451b10850c9f55d5c4a (diff) | |
download | u-boot-817669231c89a97e3934baf07d457ca9671947ea.tar.gz |
lib: fdtdec: drop the old compatible about max77686
Drop the old compatible about max77686.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include/fdtdec.h')
-rw-r--r-- | include/fdtdec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h index eca6e98b33..5456a17d1a 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 */ |