arm: dts: tl1: update the compatible string for timer node [1/1]
authorXingyu Chen <xingyu.chen@amlogic.com>
Wed, 2 Jan 2019 05:09:59 +0000 (13:09 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Thu, 3 Jan 2019 07:48:25 +0000 (23:48 -0800)
PD#SWPL-3791

Problem:
the compatible string with "arm,armv8-timer" is used for AARCH64, we
should use the compatible string with "arm,armv7-timer" for AARCH32

Solution:
update the compatible string for timer node

Verify:
test pass on x301

Change-Id: I17d0f84f61109e885c5584c2703e4256262b72ef
Signed-off-by: Xingyu Chen <xingyu.chen@amlogic.com>
arch/arm/boot/dts/amlogic/mesontl1.dtsi

index 31bbca2..2e47699 100644 (file)
        };
 
        timer {
-               compatible = "arm,armv8-timer";
+               compatible = "arm,armv7-timer";
                interrupts = <GIC_PPI 13 0xff01>,
                             <GIC_PPI 14 0xff01>,
                             <GIC_PPI 11 0xff01>,