On Fri, 29 Sep 2023 11:36:47 +0100, Jon Hunter wrote: > From: Ninad Malwade <nmalwade@xxxxxxxxxx> > > Convert the TI INA3221 bindings from the free-form text format to > json-schema. > > Note that the INA3221 input channels default to enabled in the chip. > Unless channels are explicitly disabled in device-tree, input > channels will be enabled. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > Signed-off-by: Ninad Malwade <nmalwade@xxxxxxxxxx> > Signed-off-by: Jon Hunter <jonathanh@xxxxxxxxxx> > --- > .../devicetree/bindings/hwmon/ina3221.txt | 54 ---------- > .../devicetree/bindings/hwmon/ti,ina3221.yaml | 102 ++++++++++++++++++ > 2 files changed, 102 insertions(+), 54 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/hwmon/ina3221.txt > create mode 100644 Documentation/devicetree/bindings/hwmon/ti,ina3221.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>