diff options
author | Jagan Teki <[email protected]> | 2022-11-24 00:01:18 +0530 |
---|---|---|
committer | Daniel Lezcano <[email protected]> | 2023-02-13 13:10:16 +0100 |
commit | b3cbfb7927922e4586f890a70a22f13130247b4e (patch) | |
tree | 5527bc1ed758931a342544960941af8f48663bca | |
parent | 5b268d8abaec6cbd4bd70d062e769098d96670aa (diff) |
dt-bindings: timer: rk-timer: Add rktimer for rv1126
Add rockchip timer compatible string for rockchip rv1126.
Signed-off-by: Jagan Teki <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Daniel Lezcano <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml index b61ed1a431bb..65e59836a660 100644 --- a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml +++ b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml @@ -17,6 +17,7 @@ properties: - items: - enum: - rockchip,rv1108-timer + - rockchip,rv1126-timer - rockchip,rk3036-timer - rockchip,rk3128-timer - rockchip,rk3188-timer |