* [PATCH] ARM: tegra: apalis t30: fix device tree compatible node
@ 2014-07-23 2:23 Marcel Ziswiler
2014-07-25 18:41 ` Stephen Warren
0 siblings, 1 reply; 2+ messages in thread
From: Marcel Ziswiler @ 2014-07-23 2:23 UTC (permalink / raw)
To: swarren, thierry.reding
Cc: linux, devicetree, linux-arm-kernel, linux-kernel, linux-tegra,
stefan, marcel
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>
---
arch/arm/boot/dts/tegra30-apalis-eval.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/tegra30-apalis-eval.dts b/arch/arm/boot/dts/tegra30-apalis-eval.dts
index 9921433..45d40f0 100644
--- a/arch/arm/boot/dts/tegra30-apalis-eval.dts
+++ b/arch/arm/boot/dts/tegra30-apalis-eval.dts
@@ -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";
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: tegra: apalis t30: fix device tree compatible node
2014-07-23 2:23 [PATCH] ARM: tegra: apalis t30: fix device tree compatible node Marcel Ziswiler
@ 2014-07-25 18:41 ` Stephen Warren
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2014-07-25 18:41 UTC (permalink / raw)
To: Marcel Ziswiler, thierry.reding
Cc: linux, devicetree, linux-arm-kernel, linux-kernel, linux-tegra,
stefan
On 07/22/2014 08:23 PM, Marcel Ziswiler wrote:
> Working on sound support I noticed the Apalis T30 Evaluation board
> device tree missing the more generic Apalis T30 compatible string.
I've forwarded this patch to the arm-soc maintainers to apply directly.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-25 18:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-23 2:23 [PATCH] ARM: tegra: apalis t30: fix device tree compatible node Marcel Ziswiler
2014-07-25 18:41 ` Stephen Warren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox