Commit 5ae3a5e887d06340469f6b4b2d3a1d57655b04d0

Authored by Simon Glass
1 parent 68964dbc83

dts: Drop unused compatible ID for the NXP video bridge

This has moved to driver model so we can drop the fdtdec support.

Signed-off-by: Simon Glass <sjg@chromium.org>

Showing 2 changed files with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -170,7 +170,6 @@
170 170 COMPAT_INFINEON_SLB9645_TPM, /* Infineon SLB9645 TPM */
171 171 COMPAT_SAMSUNG_EXYNOS5_I2C, /* Exynos5 High Speed I2C Controller */
172 172 COMPAT_SANDBOX_LCD_SDL, /* Sandbox LCD emulation with SDL */
173   - COMPAT_NXP_PTN3460, /* NXP PTN3460 DP/LVDS bridge */
174 173 COMPAT_SAMSUNG_EXYNOS_SYSMMU, /* Exynos sysmmu */
175 174 COMPAT_INTEL_MICROCODE, /* Intel microcode update */
176 175 COMPAT_MEMORY_SPD, /* Memory SPD information */
... ... @@ -62,7 +62,6 @@
62 62 COMPAT(INFINEON_SLB9645_TPM, "infineon,slb9645tt"),
63 63 COMPAT(SAMSUNG_EXYNOS5_I2C, "samsung,exynos5-hsi2c"),
64 64 COMPAT(SANDBOX_LCD_SDL, "sandbox,lcd-sdl"),
65   - COMPAT(COMPAT_NXP_PTN3460, "nxp,ptn3460"),
66 65 COMPAT(SAMSUNG_EXYNOS_SYSMMU, "samsung,sysmmu-v3.3"),
67 66 COMPAT(INTEL_MICROCODE, "intel,microcode"),
68 67 COMPAT(MEMORY_SPD, "memory-spd"),