diff options
author | Jaehoon Chung | 2018-01-25 16:11:03 +0900 |
---|---|---|
committer | Jaehoon Chung | 2018-05-08 13:12:33 +0900 |
commit | 817669231c89a97e3934baf07d457ca9671947ea (patch) | |
tree | 92084a8f2d9dd7fa56966d77ac9308352464d62d /lib | |
parent | 9c67c4491ee4cce434d5d451b10850c9f55d5c4a (diff) |
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 'lib')
-rw-r--r-- | lib/fdtdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 7ef6530870a..69bf12623e0 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"), |