Re: [PATCH v5 3/3] dt-bindings: mmc: ti,omap2430-sdhci: convert to DT schema

From: Rob Herring (Arm)
Date: Mon Oct 27 2025 - 12:30:23 EST



On Fri, 24 Oct 2025 07:57:10 +0000, Charan Pedumuru wrote:
> Convert TI OMAP SDHCI Controller binding to YAML format.
> Changes during Conversion:
> - Define new properties like "clocks", "clock-names",
> "pbias-supply" and "power-domains" to resolve dtb_check errors.
> - Remove "pinctrl-names" and "pinctrl-<n>"
> from required as they are not necessary for all DTS files.
> - Remove "ti,hwmods" property entirely from the YAML as the
> DTS doesn't contain this property for the given compatibles and the
> text binding is misleading.
> - Add "clocks", "clock-names" and "max-frequency" to the required
> properties based on the compatible and the text binding doesn't mention
> these properties as required.
> - Add missing strings like "default-rev11", "sdr12-rev11", "sdr25-rev11",
> "hs-rev11", "sdr25-rev11" and "sleep" to pinctrl-names string array
> to resolve errors detected by dtb_check.
>
> Signed-off-by: Charan Pedumuru <charan.pedumuru@xxxxxxxxx>
> ---
> .../devicetree/bindings/mmc/sdhci-omap.txt | 43 ------
> .../devicetree/bindings/mmc/ti,omap2430-sdhci.yaml | 169 +++++++++++++++++++++
> 2 files changed, 169 insertions(+), 43 deletions(-)
>

Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>