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 /arch/arm/boot/dts/am43x-epos-evm.dts | |
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 'arch/arm/boot/dts/am43x-epos-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am43x-epos-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index 746fd2b17958..a67cfc108819 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; |