diff options
author | Simon Glass <sjg@chromium.org> | 2016-06-19 17:33:12 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-11 14:06:44 -0600 |
commit | da9e0a9bab7ddcf9888a6211b76860155895169d (patch) | |
tree | 1f73ac2d227f93b850c8bbcf780b5c6aaf3cf88e /include/fdtdec.h | |
parent | 6cd2602d61fc4bc172fd99dcbe9b930428992331 (diff) | |
download | u-boot-imx-da9e0a9bab7ddcf9888a6211b76860155895169d.zip u-boot-imx-da9e0a9bab7ddcf9888a6211b76860155895169d.tar.gz u-boot-imx-da9e0a9bab7ddcf9888a6211b76860155895169d.tar.bz2 |
fdt: Drop unused exynos compatible strings
A few drivers have moved to driver model, so we can drop these strings.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include/fdtdec.h')
-rw-r--r-- | include/fdtdec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h index 422a155..e53d225 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -138,9 +138,7 @@ enum fdt_compat_id { COMPAT_SAMSUNG_EXYNOS_USB_PHY, /* Exynos phy controller for usb2.0 */ COMPAT_SAMSUNG_EXYNOS5_USB3_PHY,/* Exynos phy controller for usb3.0 */ COMPAT_SAMSUNG_EXYNOS_TMU, /* Exynos TMU */ - COMPAT_SAMSUNG_EXYNOS_FIMD, /* Exynos Display controller */ COMPAT_SAMSUNG_EXYNOS_MIPI_DSI, /* Exynos mipi dsi */ - COMPAT_SAMSUNG_EXYNOS5_DP, /* Exynos Display port controller */ COMPAT_SAMSUNG_EXYNOS_DWMMC, /* Exynos DWMMC controller */ COMPAT_SAMSUNG_EXYNOS_MMC, /* Exynos MMC controller */ COMPAT_MAXIM_MAX77686_PMIC, /* MAX77686 PMIC */ |