Message ID | 20230424082108.26512-1-alexander.stein@ew.tq-group.com |
---|---|
State | Accepted |
Commit | c799ad062a75858e10a7626e20233e6e94dbf554 |
Headers | show |
Series | [v2,1/2] dt-bindings: pwm: imx: add i.MX8QXP compatible | expand |
On Mon, Apr 24, 2023 at 10:21:07AM +0200, Alexander Stein wrote: > 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> Thanks Uwe
On Mon, 24 Apr 2023 10:21:07 +0200, Alexander Stein wrote: > i.MX8QXP compatible is missing in the list, add it. > > Applied, thanks! [1/2] dt-bindings: pwm: imx: add i.MX8QXP compatible commit: c799ad062a75858e10a7626e20233e6e94dbf554 Best regards,
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
i.MX8QXP compatible is missing in the list, add it. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> --- Changes in v2: * Add power-domains property Documentation/devicetree/bindings/pwm/imx-pwm.yaml | 4 ++++ 1 file changed, 4 insertions(+)