diff options
author | 2022-02-07 19:26:57 +0800 | |
---|---|---|
committer | 2022-02-24 14:27:39 +0100 | |
commit | 113cc0b06570ea87568343f92839c092f21f7484 (patch) | |
tree | 2f8d43f8734ead3cbf647fd9657af9651b29b3d9 | |
parent | pwm: pca9685: Reset OFF/ON registers to POR value (diff) | |
download | wireguard-linux-113cc0b06570ea87568343f92839c092f21f7484.tar.xz wireguard-linux-113cc0b06570ea87568343f92839c092f21f7484.zip |
dt-bindings: pwm: mtk-disp: Add compatible string for MT8183 SoC
Add compatible string for MT8183 SoC in device tree binding.
Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt b/Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt index 902b271891ae..691e58b6c223 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt +++ b/Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt @@ -6,6 +6,7 @@ Required properties: - "mediatek,mt6595-disp-pwm": found on mt6595 SoC. - "mediatek,mt8167-disp-pwm", "mediatek,mt8173-disp-pwm": found on mt8167 SoC. - "mediatek,mt8173-disp-pwm": found on mt8173 SoC. + - "mediatek,mt8183-disp-pwm": found on mt8183 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 the cell format. |