[PATCH 2/3] dt-bindings: timer: rockchip: Add rk3588 compatible

Cristian Ciocaltea posted 3 patches 2 years, 8 months ago
There is a newer version of this series
[PATCH 2/3] dt-bindings: timer: rockchip: Add rk3588 compatible
Posted by Cristian Ciocaltea 2 years, 8 months ago
Add compatible string for Rockchip RK3588 timer.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
---
 Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml
index 2bdb6e6bdb21..19e56b7577a0 100644
--- a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml
+++ b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml
@@ -24,6 +24,7 @@ properties:
               - rockchip,rk3228-timer
               - rockchip,rk3229-timer
               - rockchip,rk3368-timer
+              - rockchip,rk3588-timer
               - rockchip,px30-timer
           - const: rockchip,rk3288-timer
   reg:
-- 
2.40.0
Re: [PATCH 2/3] dt-bindings: timer: rockchip: Add rk3588 compatible
Posted by Heiko Stübner 2 years, 8 months ago
Am Dienstag, 18. April 2023, 11:53:43 CEST schrieb Cristian Ciocaltea:
> Add compatible string for Rockchip RK3588 timer.
> 
> Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>

Reviewed-by: Heiko Stuebner <heiko@sntech.de>