arm: dts: rockchip: rk3188-radxarock-u-boot: remove timer compatible replacement
authorJohan Jonker <jbx6244@gmail.com>
Tue, 7 Mar 2023 15:32:00 +0000 (16:32 +0100)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 19 Mar 2023 06:12:01 +0000 (14:12 +0800)
The Rockchip timer driver has been renamed after the fall back compatible.
There's no need to replace the timer compatible in rk3188-radxarock-u-boot.dtsi
anymore, so remove.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3188-radxarock-u-boot.dtsi

index 9c9016d..de29959 100644 (file)
@@ -52,7 +52,6 @@
 };
 
 &timer3 {
-       compatible = "rockchip,rk3368-timer", "rockchip,rk3288-timer";
        clock-frequency = <24000000>;
        u-boot,dm-spl;
 };