On Thu, 29 Aug 2024 11:06:41 -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 v4 to v5 > - rename to lltc,ltc2978.yaml > Change from v3 to v4 > - keep under hwmon directory. > 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. > --- > .../bindings/hwmon/lltc,ltc2978.yaml | 94 +++++++++++++++++++ > .../devicetree/bindings/hwmon/ltc2978.txt | 62 ------------ > 2 files changed, 94 insertions(+), 62 deletions(-) > create mode 100644 Documentation/devicetree/bindings/hwmon/lltc,ltc2978.yaml > delete mode 100644 Documentation/devicetree/bindings/hwmon/ltc2978.txt > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>