mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-22 13:54:57 +08:00
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:
parent
067cc28670
commit
ae171be4e0
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user