On Sat, 2023-11-25 at 11:56 +0000, Conor Dooley wrote: > On Fri, Nov 24, 2023 at 03:18:16PM +0100, Nuno Sa via B4 Relay wrote: > > > + adi,gpio1-mode: > > + description: Defines the function of the Pin. > > + $ref: /schemas/types.yaml#/definitions/string > > + enum: [gpio, power_bad, power_good] > > + > > + adi,gpio2-mode: > > + description: Defines the function of the Pin. > > + 0 - GPIO Mode. > > + 1 - Acts as an input pin and it is feeded into the ADC. > > + 2 - Pulls Low when the MOSFET is dissipating power (stress). > > These three descriptions here probably need to be updated, one for being > too short and these two for still having the integer stuff in the > descriptions. Otherwise I think this is looking okay. > Yeah, the integer stuff are leftovers. I can also try to add more into the description. - Nuno Sá >