aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Jonker <jbx6244@gmail.com>2023-03-07 16:32:00 +0100
committerKever Yang <kever.yang@rock-chips.com>2023-03-19 14:12:01 +0800
commitd35a1392c5d17e067d16b7b096565b16af495f34 (patch)
treef8e216759f6005bc9f2715232897cf1cd319fff4
parent791c7ac79274e2c3aa316da90fb3cc2411d5c5e8 (diff)
downloadu-boot-d35a1392c5d17e067d16b7b096565b16af495f34.zip
u-boot-d35a1392c5d17e067d16b7b096565b16af495f34.tar.gz
u-boot-d35a1392c5d17e067d16b7b096565b16af495f34.tar.bz2
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>
-rw-r--r--arch/arm/dts/rk3188-radxarock-u-boot.dtsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/rk3188-radxarock-u-boot.dtsi b/arch/arm/dts/rk3188-radxarock-u-boot.dtsi
index 9c9016d..de29959 100644
--- a/arch/arm/dts/rk3188-radxarock-u-boot.dtsi
+++ b/arch/arm/dts/rk3188-radxarock-u-boot.dtsi
@@ -52,7 +52,6 @@
};
&timer3 {
- compatible = "rockchip,rk3368-timer", "rockchip,rk3288-timer";
clock-frequency = <24000000>;
u-boot,dm-spl;
};