diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-11-26 15:35:06 -0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-12-11 20:38:07 +0100 |
commit | 7841b88a8fdddc0e7f3377fc42efe4cb3be1ed8b (patch) | |
tree | 3141b436abba1ade4bf620a9a31715d57b3db926 /Documentation/devicetree/bindings/timer | |
parent | 36ead91499160b459d66cd70949511cde829204f (diff) | |
download | talos-obmc-linux-7841b88a8fdddc0e7f3377fc42efe4cb3be1ed8b.tar.gz talos-obmc-linux-7841b88a8fdddc0e7f3377fc42efe4cb3be1ed8b.zip |
ARM: dts: rockchip: Add internal timer support for rv1108
Add support for the internal timer peripheral on RV1108.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'Documentation/devicetree/bindings/timer')
-rw-r--r-- | Documentation/devicetree/bindings/timer/rockchip,rk-timer.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.txt b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.txt index 16a5f4577a61..d65fdce7c7f0 100644 --- a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.txt +++ b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.txt @@ -2,6 +2,7 @@ Rockchip rk timer Required properties: - compatible: should be: + "rockchip,rv1108-timer", "rockchip,rk3288-timer": for Rockchip RV1108 "rockchip,rk3036-timer", "rockchip,rk3288-timer": for Rockchip RK3036 "rockchip,rk3066-timer", "rockchip,rk3288-timer": for Rockchip RK3066 "rockchip,rk3188-timer", "rockchip,rk3288-timer": for Rockchip RK3188 |