diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2014-09-04 17:02:53 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-09 04:17:50 +0400 |
commit | 91890c0e89bed0d24e4fe50b97dd8fc9c9f81283 (patch) | |
tree | 9760f315b58c6346f8021ae405b681ff08a7521b | |
parent | 84ace6741bd9b957d3b6dc39fe63fee0f1bd5039 (diff) | |
download | linux-91890c0e89bed0d24e4fe50b97dd8fc9c9f81283.tar.xz |
ARM: dts: sbc-t54: fix model property
CM-T54 CoM can be used with various custom baseboards, other
than SB-T54 (supplied with SBC-T54 single board computer).
Update model property of SBC-T54 DT to clarify this.
Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap5-sbc-t54.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap5-sbc-t54.dts b/arch/arm/boot/dts/omap5-sbc-t54.dts index aa98fea3f2b3..8e89793e0f6b 100644 --- a/arch/arm/boot/dts/omap5-sbc-t54.dts +++ b/arch/arm/boot/dts/omap5-sbc-t54.dts @@ -1,11 +1,11 @@ /* - * Suppport for CompuLab SBC-T54 with CM-T54 + * Suppport for CompuLab CM-T54 on SB-T54 baseboard */ #include "omap5-cm-t54.dts" / { - model = "CompuLab SBC-T54 with CM-T54"; + model = "CompuLab CM-T54 on SB-T54"; compatible = "compulab,omap5-sbc-t54", "compulab,omap5-cm-t54", "ti,omap5"; }; |