arm: dts: rockchip: rk3188-radxarock-u-boot: remove timer compatible replacement

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>
This commit is contained in:
Johan Jonker
2023-03-07 16:32:00 +01:00
committed by Kever Yang
parent 791c7ac792
commit d35a1392c5

View File

@@ -52,7 +52,6 @@
}; };
&timer3 { &timer3 {
compatible = "rockchip,rk3368-timer", "rockchip,rk3288-timer";
clock-frequency = <24000000>; clock-frequency = <24000000>;
u-boot,dm-spl; u-boot,dm-spl;
}; };