Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1337049 > unrolled thread
| Started by | Keerthy <j-keerthy@ti.com> |
|---|---|
| First post | 2016-02-18 06:40 +0100 |
| Last post | 2016-02-22 04:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 1/2] ARM: dts: am43x-epos-evm: Add the am438 compatible string Keerthy <j-keerthy@ti.com> - 2016-02-18 06:40 +0100
Re: [PATCH 1/2] ARM: dts: am43x-epos-evm: Add the am438 compatible string Rob Herring <robh@kernel.org> - 2016-02-22 04:00 +0100
| From | Keerthy <j-keerthy@ti.com> |
|---|---|
| Date | 2016-02-18 06:40 +0100 |
| Subject | [PATCH 1/2] ARM: dts: am43x-epos-evm: Add the am438 compatible string |
| Message-ID | <r3ptL-Rw-5@gated-at.bofh.it> |
The SoCs on am43x-epos-evm are named am438x.
Hence add the compatibility string and remove the am4372 string.
Signed-off-by: Keerthy <j-keerthy@ti.com>
---
Documentation/devicetree/bindings/arm/omap/omap.txt | 2 +-
arch/arm/boot/dts/am43x-epos-evm.dts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt
index a2bd593..739bc48 100644
--- a/Documentation/devicetree/bindings/arm/omap/omap.txt
+++ b/Documentation/devicetree/bindings/arm/omap/omap.txt
@@ -154,7 +154,7 @@ Boards:
compatible = "compulab,am437x-sbc-t43", "compulab,am437x-cm-t43", "ti,am4372", "ti,am43"
- AM43x EPOS EVM
- compatible = "ti,am43x-epos-evm", "ti,am4372", "ti,am43"
+ compatible = "ti,am43x-epos-evm", "ti,am43", "ti,am438x"
- AM437x GP EVM
compatible = "ti,am437x-gp-evm", "ti,am4372", "ti,am43"
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts
index d580e2b..d2408c4 100644
--- a/arch/arm/boot/dts/am43x-epos-evm.dts
+++ b/arch/arm/boot/dts/am43x-epos-evm.dts
@@ -18,7 +18,7 @@
/ {
model = "TI AM43x EPOS EVM";
- compatible = "ti,am43x-epos-evm","ti,am4372","ti,am43";
+ compatible = "ti,am43x-epos-evm","ti,am438x","ti,am43";
aliases {
display0 = &lcd0;
--
1.9.1
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2016-02-22 04:00 +0100 |
| Subject | Re: [PATCH 1/2] ARM: dts: am43x-epos-evm: Add the am438 compatible string |
| Message-ID | <r4OT7-7hh-1@gated-at.bofh.it> |
| In reply to | #1337049 |
On Thu, Feb 18, 2016 at 10:59:40AM +0530, Keerthy wrote: > The SoCs on am43x-epos-evm are named am438x. > Hence add the compatibility string and remove the am4372 string. Presumably nothing is using these strings ATM for matching. > Signed-off-by: Keerthy <j-keerthy@ti.com> > --- > Documentation/devicetree/bindings/arm/omap/omap.txt | 2 +- > arch/arm/boot/dts/am43x-epos-evm.dts | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Acked-by: Rob Herring <robh@kernel.org>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web