diff options
| author | Simon Glass <[email protected]> | 2019-01-11 18:37:15 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2019-02-09 12:50:22 -0700 |
| commit | 91b3a1866b82329dd0d5333aa59141fccb1f2c17 (patch) | |
| tree | f01a80080c85741e64e567509aa6bd88329f512c /include | |
| parent | 38b043d452eb801515673d526b15a6ca8029df69 (diff) | |
fdt: tegra: Drop COMPAT_AMS_AS3722
This is no-longer used. Drop it.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Lukasz Majewski <[email protected]>
Diffstat (limited to 'include')
| -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 de7dd63b5a4..2a8ad960260 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -141,7 +141,6 @@ enum fdt_compat_id { COMPAT_GENERIC_SPI_FLASH, /* Generic SPI Flash chip */ COMPAT_SAMSUNG_EXYNOS_SYSMMU, /* Exynos sysmmu */ COMPAT_INTEL_MICROCODE, /* Intel microcode update */ - COMPAT_AMS_AS3722, /* AMS AS3722 PMIC */ COMPAT_INTEL_QRK_MRC, /* Intel Quark MRC */ COMPAT_ALTERA_SOCFPGA_DWMAC, /* SoCFPGA Ethernet controller */ COMPAT_ALTERA_SOCFPGA_DWMMC, /* SoCFPGA DWMMC controller */ |
