diff options
author | Fabien Parent <fparent@baylibre.com> | 2022-05-30 22:50:37 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2022-06-22 15:59:20 +0200 |
commit | fe00faee8060402a3d85aed95775e16838a6dad2 (patch) | |
tree | f72d38662544aebfd7b68c99d9530f440b929c46 /Documentation/devicetree/bindings/pwm | |
parent | pwm: Drop unused forward declaration from pwm.h (diff) | |
download | linux-fe00faee8060402a3d85aed95775e16838a6dad2.tar.xz linux-fe00faee8060402a3d85aed95775e16838a6dad2.zip |
dt-bindings: pwm: Add MT8365 SoC binding
Add binding documentation for the MT8365 SoC.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/pwm')
-rw-r--r-- | Documentation/devicetree/bindings/pwm/pwm-mediatek.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt b/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt index 033d1fc0f405..4969ac1d9766 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt +++ b/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt @@ -9,6 +9,7 @@ Required properties: - "mediatek,mt7628-pwm": found on mt7628 SoC. - "mediatek,mt7629-pwm": found on mt7629 SoC. - "mediatek,mt8183-pwm": found on mt8183 SoC. + - "mediatek,mt8365-pwm": found on mt8365 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.yaml in this directory for a description of @@ -18,6 +19,7 @@ Required properties: has no clocks - "top": the top clock generator - "main": clock used by the PWM core + - "pwm1-3": the three per PWM clocks for mt8365 - "pwm1-8": the eight per PWM clocks for mt2712 - "pwm1-6": the six per PWM clocks for mt7622 - "pwm1-5": the five per PWM clocks for mt7623 |