Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae171be4 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Olof Johansson
Browse files

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: default avatarMarcel Ziswiler <marcel@ziswiler.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 067cc286
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";