ARM: tegra: apalis t30: fix device tree compatible node

Working on sound support I noticed the Apalis T30 Evaluation board
device tree missing the more generic Apalis T30 compatible string.

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
Marcel Ziswiler 2014-07-25 12:40:03 -06:00 коммит произвёл Olof Johansson
Родитель 067cc28670
Коммит ae171be4e0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,7 @@
/ {
model = "Toradex Apalis T30 on Apalis Evaluation Board";
compatible = "toradex,apalis_t30-eval", "nvidia,tegra30";
compatible = "toradex,apalis_t30-eval", "toradex,apalis_t30", "nvidia,tegra30";
aliases {
rtc0 = "/i2c@7000c000/rtc@68";