From 2505d7a3f364bcb24b57627a5a80552ee03bd590 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Wed, 12 Oct 2022 19:40:21 -0700 Subject: [PATCH] dt-bindings: mmc: sdhci-am654: add ti,itap-del-sel-ddr50 to schema 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 Reviewed-by: Rob Herring Link: https://lore.kernel.org/r/20221013024021.121104-1-mranostay@ti.com Signed-off-by: Ulf Hansson --- 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 ea9121f..382d5fa 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.7.4