From: Sandipan Patra Date: Mon, 19 Sep 2022 14:14:53 +0000 (+0530) Subject: dt-bindings: pwm: tegra: Document Tegra234 PWM X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0f1dfbd1ea257d9ec3d9eb76fb10b8a18379c59d;p=linux.git dt-bindings: pwm: tegra: Document Tegra234 PWM Add compatible for nvidia,tegra234-pwm with nvidia,tegra194-pwm as a fallback. The PWM controller blocks are identical to the ones found on the Tegra194 SoC. No driver changes are required and compatible string "nvidia,tegra194-pwm" will be used as a fallback. Signed-off-by: Sandipan Patra Acked-by: Krzysztof Kozlowski Signed-off-by: Thierry Reding --- diff --git a/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt b/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt index 74c41e34c3b60..47f1abf20118b 100644 --- a/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt +++ b/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt @@ -10,6 +10,7 @@ Required properties: - "nvidia,tegra210-pwm", "nvidia,tegra20-pwm": for Tegra210 - "nvidia,tegra186-pwm": for Tegra186 - "nvidia,tegra194-pwm": for Tegra194 + - "nvidia,tegra234-pwm", "nvidia,tegra194-pwm": for Tegra234 - reg: physical base address and length of the controller's registers - #pwm-cells: should be 2. See pwm.yaml in this directory for a description of the cells format.