Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: pwm: Add MediaTek display PWM bindings

Add MT2701 compatible string.

Signed-off-by: Weiqing Kong <weiqing.kong@mediatek.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>

authored by

Weiqing Kong and committed by
Thierry Reding
e093d06a bbf0722c

+2 -1
+2 -1
Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt
··· 2 2 3 3 Required properties: 4 4 - compatible: should be "mediatek,<name>-disp-pwm": 5 - - "mediatek,mt8173-disp-pwm": found on mt8173 SoC. 5 + - "mediatek,mt2701-disp-pwm": found on mt2701 SoC. 6 6 - "mediatek,mt6595-disp-pwm": found on mt6595 SoC. 7 + - "mediatek,mt8173-disp-pwm": found on mt8173 SoC. 7 8 - reg: physical base address and length of the controller's registers. 8 9 - #pwm-cells: must be 2. See pwm.txt in this directory for a description of 9 10 the cell format.