diff options
author | Keerthy <j-keerthy@ti.com> | 2016-02-19 10:08:54 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-02-19 10:55:13 -0800 |
commit | 69101b203590adb9a39ecad7b6789cca5eed2638 (patch) | |
tree | 0887d4a6f49064b751b2b2824fd7d86dc5377a99 /Documentation/devicetree/bindings/arm/omap | |
parent | 667f259951c2877a1fe45c0bf569f13b83f118e6 (diff) | |
download | talos-op-linux-69101b203590adb9a39ecad7b6789cca5eed2638.tar.gz talos-op-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')
-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" |