On Thu, 14 Apr 2022 12:27:23 -0700, Drew Fustini wrote: > Add documentation for the ti,set-io-isolation DT property on the wkup_m3_ipc > node which tells the wkup_m3_ipc driver to use the wkup_m3 to enable > IO Isolation during low power mode transitions on am43xx platforms. > > Signed-off-by: Dave Gerlach <d-gerlach@xxxxxx> > [dfustini: convert to YAML, make DTS example that passes check] > Signed-off-by: Drew Fustini <dfustini@xxxxxxxxxxxx> > --- > Changes from v2: > - correct indentation of the 'allOf:' block > > Changes from v1: > - correct typo of 'ti,set-io-isolation' property in subject > - make 'ti,set-io-isolation' only valid for 'ti,am4372-wkup-m3-ipc' > > .../bindings/soc/ti/wkup-m3-ipc.yaml | 78 +++++++++++++++++-- > 1 file changed, 73 insertions(+), 5 deletions(-) > Applied, thanks!