Re: [PATCH v3] regulator: dt-bindings: ti,pbias-omap: Convert to DT schema
From: Rob Herring (Arm)
Date: Mon Aug 03 2026 - 18:07:38 EST
On Wed, 29 Jul 2026 12:37:55 +0530, Bhargav Joshi wrote:
> Convert Texas Instruments PBIAS internal regulator from text to DT
> schema. Since all in tree DT uses SoC specific compatible along with
> "ti,pbias-omap" Convert compatible property to require the two-string
> form.
> Add child regulator nodes as property as they are fixed and node
> name is matched by driver.
>
> Signed-off-by: Bhargav Joshi <j.bhargav.u@xxxxxxxxx>
> ---
> Changes in v3:
> - Fixed typo in subject
> - Removed unnecessary full stop
> - Added explaination for compatible changes
> - Removed exact matching of regulator-name as only node name is matched
> - Added additionalProperties instead of unevaluated as binding doesnt
> $ref anything
> - Dropped unused lables
> - Link to v2: https://lore.kernel.org/r/20260722-ti-pbias-omap-v2-1-e26fbd476e6e@xxxxxxxxx
>
> Changes in v2:
> - remove top level $ref: regulator.yaml#
> - update schema to support OMAP3 SoCs to have both MMC and
> SIM PBIAS regulators
> - Link to v1: https://lore.kernel.org/r/20260717-ti-pbias-omap-v1-1-527848131801@xxxxxxxxx
> ---
> .../bindings/regulator/pbias-regulator.txt | 32 -----
> .../bindings/regulator/ti,pbias-omap.yaml | 137 +++++++++++++++++++++
> 2 files changed, 137 insertions(+), 32 deletions(-)
>
Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>