On Wed, Feb 05, 2025 at 03:34:29PM +0200, Matti Vaittinen wrote:
Add binding document for the ROHM BD79124 ADC / GPO.
ROHM BD79124 is a 8-channel, 12-bit ADC. The input pins can also be used
as general purpose outputs.
Signed-off-by: Matti Vaittinen <mazziesaccount@xxxxxxxxx>
---
Revision history:
RFC v1 => v2:
- drop MFD and represent directly as ADC
- drop pinmux and treat all non ADC channel pins as GPOs
---
+patternProperties:
+ "^channel@[0-9a-f]+$":
You can only have 8 channels, there's no need for this to be so
permissive, right?
Otherwise, this looks good enough to me.