Re: [PATCH v2] dt-bindings: thermal: ti,omap-bandgap: Convert to DT schema
"Rob Herring (Arm)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-pm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 11 Aug 2026 00:19:28 +0530, Bhargav Joshi wrote: > Convert Texas Instruments OMAP SCM bandgap from legacy text to DT schema > > Add "ti,dra752-bandgap" to compatible which was missing in text binding > but used and matched by same driver. > > Document the "#thermal-sensor-cells" property, which was missing from > the original text binding but is required in practice by all in-tree > users via the common thermal-sensor.yaml binding. > > Signed-off-by: Bhargav Joshi <[email protected]> > --- > Changes in v2: > - Dropped unnecessary interrupts in if/then block > - Dropped extra examples > - Link to v1: https://lore.kernel.org/r/[email protected] > --- > .../bindings/thermal/ti,omap-bandgap.yaml | 177 +++++++++++++++++++++ > .../devicetree/bindings/thermal/ti_soc_thermal.txt | 88 ---------- > 2 files changed, 177 insertions(+), 88 deletions(-) > Reviewed-by: Rob Herring (Arm) <[email protected]>