On Tue, 26 Apr 2022 12:32:52 -0700, Drew Fustini wrote: > From: Dave Gerlach <d-gerlach@xxxxxx> > > Add documentation for ti,scale-data-fw property to enable I2C PMIC > voltage scaling during deep sleep. The property contains the name of a > binary file for the CM3 firmware to load. > > Based on previous work by Russ Dill. > > Signed-off-by: Dave Gerlach <d-gerlach@xxxxxx> > Signed-off-by: Keerthy <j-keerthy@xxxxxx> > [dfustini: split from driver patch and convert to json-schema] > Signed-off-by: Drew Fustini <dfustini@xxxxxxxxxxxx> > --- > Changes from v1: > - change 'ti,scale-data-fw' to 'firmware-name' > - add 'firmware-name' property to the examples > > .../devicetree/bindings/soc/ti/wkup-m3-ipc.yaml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > Applied, thanks!