diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2023-04-24 11:21:07 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2023-06-23 16:36:32 +0300 |
commit | c799ad062a75858e10a7626e20233e6e94dbf554 (patch) | |
tree | cf71b592cac515b62b20f87c7f076bc30a428095 /Documentation/devicetree/bindings/pwm/imx-pwm.yaml | |
parent | 967da67a745fb73fd0fc7aa61fd197b76fceb273 (diff) | |
download | linux-c799ad062a75858e10a7626e20233e6e94dbf554.tar.xz |
dt-bindings: pwm: imx: add i.MX8QXP compatible
i.MX8QXP compatible is missing in the list, add it.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/pwm/imx-pwm.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/pwm/imx-pwm.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pwm/imx-pwm.yaml b/Documentation/devicetree/bindings/pwm/imx-pwm.yaml index b3da4e629341..c01dff3b7f84 100644 --- a/Documentation/devicetree/bindings/pwm/imx-pwm.yaml +++ b/Documentation/devicetree/bindings/pwm/imx-pwm.yaml @@ -43,6 +43,7 @@ properties: - fsl,imx8mn-pwm - fsl,imx8mp-pwm - fsl,imx8mq-pwm + - fsl,imx8qxp-pwm - const: fsl,imx27-pwm reg: @@ -61,6 +62,9 @@ properties: interrupts: maxItems: 1 + power-domains: + maxItems: 1 + required: - compatible - reg |