aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHatim RV <hatim.rv@samsung.com>2012-12-11 00:52:46 +0000
committerMinkyu Kang <mk7.kang@samsung.com>2012-12-26 19:26:25 +0900
commitcc9fe33a3654ab6dffed92631dc26076c427f822 (patch)
treef509f6e2cc0f862ee4202b0dbe265c0e978c95b4 /include
parent1b652071d0accb06ef8464e594d2f4c7963518f2 (diff)
fdt: exynos5: Add DT node definition for SROM and SMSC9215
Add the compatibility string and constant for the ethernet driver so the device tree parsing code can recognize it. Signed-off-by: Hatim Ali <hatim.rv@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/fdtdec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h
index 70d0e979d..12587f9ee 100644
--- a/include/fdtdec.h
+++ b/include/fdtdec.h
@@ -70,6 +70,8 @@ enum fdt_compat_id {
COMPAT_NVIDIA_TEGRA20_NAND, /* Tegra2 NAND controller */
COMPAT_NVIDIA_TEGRA20_PWM, /* Tegra 2 PWM controller */
COMPAT_NVIDIA_TEGRA20_DC, /* Tegra 2 Display controller */
+ COMPAT_SMSC_LAN9215, /* SMSC 10/100 Ethernet LAN9215 */
+ COMPAT_SAMSUNG_EXYNOS5_SROMC, /* Exynos5 SROMC */
COMPAT_COUNT,
};