On Tue, Aug 27, 2024 at 11:00:10AM -0500, Rob Herring wrote: > On Mon, Aug 26, 2024 at 12:36:25PM -0400, Frank Li wrote: > > Convert binding doc ltc2978.txt to yaml format. > > Additional change: > > - add i2c node. > > - basic it is regulator according to example, move it under regulator. > > > > Fix below warning: > > arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-cx.dtb: /soc/i2c@2000000/i2c-mux@77/i2c@2/regulator@5c: > > failed to match any schema with compatible: ['lltc,ltc3882'] > > > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > > --- > > Change from v2 to v3 > > - put my name into maintainers. > > change from v1 to v2 > > - maintainer change to Mark Brown <broonie@xxxxxxxxxx> (regulator maintainer) > > - update title to (from ltc2978 data sheet). > > octal, digital power-supply monitor, supervisor, sequencer, and margin controller. > > --- > > .../devicetree/bindings/hwmon/ltc2978.txt | 62 ------------ > > .../bindings/regulator/lltc,ltc2972.yaml | 94 +++++++++++++++++++ > > 2 files changed, 94 insertions(+), 62 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/hwmon/ltc2978.txt > > create mode 100644 Documentation/devicetree/bindings/regulator/lltc,ltc2972.yaml > > Based on the discussion, I think it is easier if we just leave this > under hwmon. Okay, I will new patch for it. > > Rob