From 817669231c89a97e3934baf07d457ca9671947ea Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Thu, 25 Jan 2018 16:11:03 +0900 Subject: lib: fdtdec: drop the old compatible about max77686 Drop the old compatible about max77686. Signed-off-by: Jaehoon Chung Acked-by: Lukasz Majewski --- lib/fdtdec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/fdtdec.c') 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"), -- cgit v1.2.3