gpio: tegra2: rename tegra2_gpio.* to tegra_gpio.*
[oweals/u-boot.git] / include / fdtdec.h
index b6db0278bdc2ba33acf841660b1d5151c26de5c0..fab577ed32f5e7321e6a49e2808a6f21368c471f 100644 (file)
@@ -62,6 +62,7 @@ enum fdt_compat_id {
        COMPAT_NVIDIA_TEGRA20_DVC,      /* Tegra2 dvc (really just i2c) */
        COMPAT_NVIDIA_TEGRA20_EMC,      /* Tegra2 memory controller */
        COMPAT_NVIDIA_TEGRA20_EMC_TABLE, /* Tegra2 memory timing table */
+       COMPAT_NVIDIA_TEGRA20_KBC,      /* Tegra2 Keyboard */
 
        COMPAT_COUNT,
 };