[PATCH 2/2] ARM: dts: N900: add missing compatible property
Aaro Koskinen
aaro.koskinen at iki.fi
Sun Feb 9 07:12:36 EST 2014
Add missing compatible property to avoid problems in the future.
Signed-off-by: Aaro Koskinen <aaro.koskinen at iki.fi>
---
arch/arm/boot/dts/omap3-n900.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts
index 6fc85f963530..0bf40c90faba 100644
--- a/arch/arm/boot/dts/omap3-n900.dts
+++ b/arch/arm/boot/dts/omap3-n900.dts
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2013 Pavel Machek <pavel at ucw.cz>
- * Copyright 2013 Aaro Koskinen <aaro.koskinen at iki.fi>
+ * Copyright (C) 2013-2014 Aaro Koskinen <aaro.koskinen at iki.fi>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 (or later) as
@@ -13,7 +13,7 @@
/ {
model = "Nokia N900";
- compatible = "nokia,omap3-n900", "ti,omap3";
+ compatible = "nokia,omap3-n900", "ti,omap3430", "ti,omap3";
cpus {
cpu at 0 {
--
1.8.5.3
More information about the linux-arm-kernel
mailing list