diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-01-03 14:47:22 -0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-01-04 13:16:23 +0800 |
commit | 4aaa01959959ea38a77ab91da8736e9cb8108157 (patch) | |
tree | 55614de8cb4122efaa0d78f87aefb7fc7a7aaa09 /arch | |
parent | 74250572941ed7cb877efdead5cbf92747242a54 (diff) |
ARM: dts: imx31-bug: Fix manufacturer compatible string
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx31-bug.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx31-bug.dts b/arch/arm/boot/dts/imx31-bug.dts index 24731cb78e8e..7f67402328d3 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 */ |