Message ID | 20221013024021.121104-1-mranostay@ti.com |
---|---|
State | New |
Headers | show |
Series | dt-bindings: mmc: sdhci-am654: add ti,itap-del-sel-ddr50 to schema | expand |
On Thu, 13 Oct 2022 at 04:40, Matt Ranostay <mranostay@ti.com> wrote: > > 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@ti.com> Applied for next, thanks! Kind regards Uffe > --- > 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 >
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"
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@ti.com> --- Documentation/devicetree/bindings/mmc/sdhci-am654.yaml | 6 ++++++ 1 file changed, 6 insertions(+)