devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/3] dt-bindings: pwm: mxs: Document fsl,imx28-pwm
@ 2023-09-22 12:42 Fabio Estevam
  2023-09-22 12:42 ` [PATCH v2 2/3] dt-bindings: pwm: mxs: Document the clocks property Fabio Estevam
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Fabio Estevam @ 2023-09-22 12:42 UTC (permalink / raw)
  To: shawnguo
  Cc: thierry.reding, u.kleine-koenig, linux-pwm, devicetree, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

imx28 uses the same PWM block that is found on imx23.

Add an entry for fsl,imx28-pwm.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
Changes since v1:
- None. Only collected Uwe's ack.

 Documentation/devicetree/bindings/pwm/mxs-pwm.yaml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml b/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml
index 6ffbed204c25..655f008081d5 100644
--- a/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml
@@ -15,8 +15,12 @@ allOf:
 
 properties:
   compatible:
-    enum:
-      - fsl,imx23-pwm
+    oneOf:
+      - const: fsl,imx23-pwm
+      - items:
+          - enum:
+              - fsl,imx28-pwm
+          - const: fsl,imx23-pwm
 
   reg:
     maxItems: 1
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-10-06  8:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-22 12:42 [PATCH v2 1/3] dt-bindings: pwm: mxs: Document fsl,imx28-pwm Fabio Estevam
2023-09-22 12:42 ` [PATCH v2 2/3] dt-bindings: pwm: mxs: Document the clocks property Fabio Estevam
2023-09-22 12:42 ` [PATCH v2 3/3] ARM: dts: mxs: Switch to #pwm-cells = <3> Fabio Estevam
2023-09-23 21:05   ` Uwe Kleine-König
2023-09-25  3:52   ` Shawn Guo
2023-09-25 16:16 ` [PATCH v2 1/3] dt-bindings: pwm: mxs: Document fsl,imx28-pwm Rob Herring
2023-10-06  8:45 ` (subset) " Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).