diff options
author | Fabien Parent <fparent@baylibre.com> | 2019-08-05 15:58:47 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2019-09-21 02:00:08 +0300 |
commit | 4b046497341c034c29405295e7b37f2547f44f71 (patch) | |
tree | b407b5be7c20f4fb42d8ccd97b39501816b7a5c5 /Documentation/devicetree/bindings | |
parent | fb5a35dbee8d6bd2ff638b7ebaf540b86860ee0a (diff) | |
download | linux-4b046497341c034c29405295e7b37f2547f44f71.tar.xz |
dt-bindings: pwm: mediatek: Add documentation for MT8516
Add the device-tree documentation for the PWM IP on the MediaTek
MT8516 SoCs.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/pwm/pwm-mediatek.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt b/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt index 991728cb46cb..9152bf5afe56 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt +++ b/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt @@ -6,6 +6,7 @@ Required properties: - "mediatek,mt7622-pwm": found on mt7622 SoC. - "mediatek,mt7623-pwm": found on mt7623 SoC. - "mediatek,mt7628-pwm": found on mt7628 SoC. + - "mediatek,mt8516-pwm": found on mt8516 SoC. - reg: physical base address and length of the controller's registers. - #pwm-cells: must be 2. See pwm.txt in this directory for a description of the cell format. |