devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: power: fsl,scu-pd: separate out fsl,scu-pd
@ 2023-07-25 10:29 Peng Fan (OSS)
  2023-07-25 18:36 ` Conor Dooley
  2023-07-26  7:44 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 6+ messages in thread
From: Peng Fan (OSS) @ 2023-07-25 10:29 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, ulf.hansson, shawnguo
  Cc: devicetree, linux-kernel, linux-pm, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

Add an entry dedicated for fsl,scu-pd which could serve i.MX8DXL

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 .../devicetree/bindings/power/fsl,scu-pd.yaml         | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml b/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml
index 407b7cfec783..3a92e4fef7ae 100644
--- a/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml
+++ b/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml
@@ -18,11 +18,14 @@ allOf:
 
 properties:
   compatible:
-    items:
+    oneOf:
       - enum:
-          - fsl,imx8qm-scu-pd
-          - fsl,imx8qxp-scu-pd
-      - const: fsl,scu-pd
+          - fsl,scu-pd
+      - items:
+          - enum:
+              - fsl,imx8qm-scu-pd
+              - fsl,imx8qxp-scu-pd
+          - const: fsl,scu-pd
 
   '#power-domain-cells':
     const: 1
-- 
2.37.1


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

end of thread, other threads:[~2023-07-26  7:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-25 10:29 [PATCH] dt-bindings: power: fsl,scu-pd: separate out fsl,scu-pd Peng Fan (OSS)
2023-07-25 18:36 ` Conor Dooley
2023-07-26  0:21   ` Peng Fan
2023-07-26  7:42     ` Conor Dooley
2023-07-26  7:45       ` Peng Fan
2023-07-26  7:44 ` Krzysztof Kozlowski

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).