Add missing ti,itap-del-sel-ddr50 property to schema to clear up the following warnings. mmc@4fb0000: Unevaluated properties are not allowed ('ti,itap-del-sel-ddr50' was unexpected) Signed-off-by: Matt Ranostay <mranostay@xxxxxx> --- Documentation/devicetree/bindings/mmc/sdhci-am654.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml index ea9121fb188d..382d5face49a 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml +++ b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml @@ -159,6 +159,12 @@ properties: minimum: 0 maximum: 0x1f + ti,itap-del-sel-ddr50: + description: Input tap delay for MMC DDR50 timing + $ref: "/schemas/types.yaml#/definitions/uint32" + minimum: 0 + maximum: 0x1f + ti,itap-del-sel-ddr52: description: Input tap delay for MMC DDR52 timing $ref: "/schemas/types.yaml#/definitions/uint32" -- 2.38.0.rc0.52.gdda7228a83