* [PATCH] ARM: dts: imx31-bug: Fix manufacturer compatible string
@ 2013-01-03 16:47 Fabio Estevam
2013-01-04 5:21 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2013-01-03 16:47 UTC (permalink / raw)
To: linux-arm-kernel
In the compatible field we should point the manufacturer of the board, which
in this case is Buglabs.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
arch/arm/boot/dts/imx31-bug.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx31-bug.dts b/arch/arm/boot/dts/imx31-bug.dts
index e0bcdde..9ac6f6b 100644
--- a/arch/arm/boot/dts/imx31-bug.dts
+++ b/arch/arm/boot/dts/imx31-bug.dts
@@ -14,7 +14,7 @@
/ {
model = "Buglabs i.MX31 Bug 1.x";
- compatible = "fsl,imx31-bug", "fsl,imx31";
+ compatible = "buglabs,imx31-bug", "fsl,imx31";
memory {
reg = <0x80000000 0x8000000>; /* 128M */
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: imx31-bug: Fix manufacturer compatible string
2013-01-03 16:47 [PATCH] ARM: dts: imx31-bug: Fix manufacturer compatible string Fabio Estevam
@ 2013-01-04 5:21 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2013-01-04 5:21 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Jan 03, 2013 at 02:47:22PM -0200, Fabio Estevam wrote:
> In the compatible field we should point the manufacturer of the board, which
> in this case is Buglabs.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-04 5:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 16:47 [PATCH] ARM: dts: imx31-bug: Fix manufacturer compatible string Fabio Estevam
2013-01-04 5:21 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).