diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2017-08-14 11:37:48 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2017-08-18 18:45:44 +0300 |
commit | 226d1005dbad77f1587ea4cfd151b15cd0a17da1 (patch) | |
tree | 84181bf6df5be28681b43d4023b48e783cc0d402 /Documentation/devicetree | |
parent | 3f9a363133eae0d01e77200af4ce9b58a4a9fc24 (diff) | |
download | linux-226d1005dbad77f1587ea4cfd151b15cd0a17da1.tar.xz |
dt-bindings: pwm: Add description for rv1108 PWM
Add device tree bindings document for PWM on Rockchip rv1108 SoC.
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/pwm/pwm-rockchip.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pwm/pwm-rockchip.txt b/Documentation/devicetree/bindings/pwm/pwm-rockchip.txt index 2350ef918bef..2c5e52a5bede 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-rockchip.txt +++ b/Documentation/devicetree/bindings/pwm/pwm-rockchip.txt @@ -3,7 +3,8 @@ Rockchip PWM controller Required properties: - compatible: should be "rockchip,<name>-pwm" "rockchip,rk2928-pwm": found on RK29XX,RK3066 and RK3188 SoCs - "rockchip,rk3288-pwm": found on RK3288 SoC + "rockchip,rk3288-pwm": found on RK3288 SOC + "rockchip,rv1108-pwm", "rockchip,rk3288-pwm": found on RV1108 SoC "rockchip,vop-pwm": found integrated in VOP on RK3288 SoC - reg: physical base address and length of the controller's registers - clocks: See ../clock/clock-bindings.txt |