]> git.sur5r.net Git - u-boot/blobdiff - drivers/timer/rockchip_timer.c
ARM: rmobile: Drop old R8A7794 PFC tables
[u-boot] / drivers / timer / rockchip_timer.c
index 07d14482d68c0fa6daaa996bb2e11d5a0a0ace9e..17bf6a44c38f83dfcbf93acd948b214be63d2348 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2017 Theobroma Systems Design und Consulting GmbH
- *
- * SPDX-License-Identifier: GPL-2.0+
  */
 
 #include <common.h>
@@ -152,6 +151,8 @@ static const struct timer_ops rockchip_timer_ops = {
 };
 
 static const struct udevice_id rockchip_timer_ids[] = {
+       { .compatible = "rockchip,rk3188-timer" },
+       { .compatible = "rockchip,rk3288-timer" },
        { .compatible = "rockchip,rk3368-timer" },
        {}
 };