[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250725060152.262094-1-alexander.stein@ew.tq-group.com>
Date: Fri, 25 Jul 2025 08:01:51 +0200
From: Alexander Stein <alexander.stein@...tq-group.com>
To: Ulf Hansson <ulf.hansson@...aro.org>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Frank Li <Frank.Li@....com>
Cc: Alexander Stein <alexander.stein@...tq-group.com>,
linux-mmc@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 1/1] dt-bindings: mmc: fsl,esdhc: Add explicit reference to mmc-controller-common
Even though it is referenced by mmc/mmc-controller.yaml it still raises
the warning:
esdhc@...0000 (fsl,ls1021a-esdhc): Unevaluated properties are not allowed ('bus-width' was unexpected)
Adding an explicit reference fixes this.
Signed-off-by: Alexander Stein <alexander.stein@...tq-group.com>
---
I don't know if this is a tooling problem or whatever. I would have
expected that mmc-controller-common.yaml is added via
mmc-controller.yaml. But apparently this is missing resulting in the
given warning. Hence adding the reference
Documentation/devicetree/bindings/mmc/fsl,esdhc.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/mmc/fsl,esdhc.yaml b/Documentation/devicetree/bindings/mmc/fsl,esdhc.yaml
index 62087cf920df8..f45e592901e24 100644
--- a/Documentation/devicetree/bindings/mmc/fsl,esdhc.yaml
+++ b/Documentation/devicetree/bindings/mmc/fsl,esdhc.yaml
@@ -90,6 +90,7 @@ required:
allOf:
- $ref: sdhci-common.yaml#
+ - $ref: mmc-controller-common.yaml#
unevaluatedProperties: false
--
2.43.0
Powered by blists - more mailing lists