imx.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: ata: imx: Add a reference to ahci-common.yaml
@ 2025-08-22 17:58 Fabio Estevam
  2025-08-23 13:55 ` Conor Dooley
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2025-08-22 17:58 UTC (permalink / raw)
  To: cassel
  Cc: dlemoal, robh, krzk+dt, conor+dt, linux-ide, devicetree, imx,
	Fabio Estevam

The 'target-supply' property is documented in ahci-common.yaml.

Add a reference to ahci-common.yaml to fix the following dt-schema
warning: 

'target-supply' does not match any of the regexes: '^pinctrl-[0-9]+$'

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 Documentation/devicetree/bindings/ata/imx-sata.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/ata/imx-sata.yaml b/Documentation/devicetree/bindings/ata/imx-sata.yaml
index f4eb3550a096..c60866544a53 100644
--- a/Documentation/devicetree/bindings/ata/imx-sata.yaml
+++ b/Documentation/devicetree/bindings/ata/imx-sata.yaml
@@ -88,6 +88,8 @@ required:
   - clock-names
 
 allOf:
+  - $ref: ahci-common.yaml#
+
   - if:
       properties:
         compatible:
@@ -112,7 +114,7 @@ allOf:
         clock-names:
           minItems: 2
 
-additionalProperties: false
+unevaluatedProperties: false
 
 examples:
   - |
-- 
2.34.1


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

end of thread, other threads:[~2025-08-23 19:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-22 17:58 [PATCH] dt-bindings: ata: imx: Add a reference to ahci-common.yaml Fabio Estevam
2025-08-23 13:55 ` Conor Dooley
2025-08-23 19:51   ` Fabio Estevam

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