diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-02-19 12:58:07 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2019-03-04 13:34:56 +0300 |
commit | 50e6914387ee22e9b06597512f8d49b5cce167fc (patch) | |
tree | de829c11f8ffdc4dd3bd0ad5910cf41894cf3ace /Documentation/devicetree/bindings/pwm | |
parent | 77c3edde4afff2a658f0642546d6b35672f2dc41 (diff) | |
download | linux-50e6914387ee22e9b06597512f8d49b5cce167fc.tar.xz |
dt-bindings: pwm: hibvt: Add hi3559v100 support
Add support for hi3559v100-shub-pwm and hisilicon,hi3559v100-pwm
platforms.
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/pwm')
-rw-r--r-- | Documentation/devicetree/bindings/pwm/pwm-hibvt.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pwm/pwm-hibvt.txt b/Documentation/devicetree/bindings/pwm/pwm-hibvt.txt index fa7849d67836..daedfef09bb6 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-hibvt.txt +++ b/Documentation/devicetree/bindings/pwm/pwm-hibvt.txt @@ -5,6 +5,8 @@ Required properties: The SoC specific strings supported including: "hisilicon,hi3516cv300-pwm" "hisilicon,hi3519v100-pwm" + "hisilicon,hi3559v100-shub-pwm" + "hisilicon,hi3559v100-pwm - reg: physical base address and length of the controller's registers. - clocks: phandle and clock specifier of the PWM reference clock. - resets: phandle and reset specifier for the PWM controller reset. |