Re: [PATCH v3] regulator: dt-bindings: ti,pbias-omap: Convert to DT schema
"Rob Herring (Arm)" <[email protected]> Mon, 3 Aug 2026 17:06:08 -0500
| Newsgroups | org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > --- > 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/[email protected] > > 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/[email protected] > --- > .../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) <[email protected]>