diff options
author | Keerthy <j-keerthy@ti.com> | 2016-02-19 05:38:54 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-02-19 19:55:13 +0100 |
commit | 69101b203590adb9a39ecad7b6789cca5eed2638 (patch) | |
tree | 0887d4a6f49064b751b2b2824fd7d86dc5377a99 /Documentation/devicetree/bindings/arm/omap/omap.txt | |
parent | ARM: dts: DRA7: Add missing IVA and DSPEVE thermal domain data (diff) | |
download | linux-69101b203590adb9a39ecad7b6789cca5eed2638.tar.xz linux-69101b203590adb9a39ecad7b6789cca5eed2638.zip |
ARM: dts: am43x-epos-evm: Add the am438 compatible string
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/omap/omap.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/omap/omap.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt index a2bd593881ca..739bc48aa255 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" |