Skip to content

Commit

Permalink
ARM: dts: imx31-bug: Fix manufacturer compatible string
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Fabio Estevam authored and Shawn Guo committed Jan 4, 2013
1 parent 7425057 commit 4aaa019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx31-bug.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4aaa019

Please sign in to comment.