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@xxxxxxxxx> --- 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