On Thu, 24 Sep 2020 21:24:50 +0200, Jonathan Neuschäfer wrote: > This EC is found in e-book readers of multiple brands (e.g. Kobo, > Tolino), and is typically implemented as a TI MSP430 microcontroller. > > It controls different functions of the system, such as power on/off, > RTC, PWM for the backlight. The exact functionality provided can vary > between boards. > > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@xxxxxxx> > --- > > v3: > - Remove binding in text form patch description again > - Add additionalProperties: false > - Remove interrupt-controller property from example > - Merge pwm/rtc nodes into main node > > v2: > - https://lore.kernel.org/lkml/20200905133230.1014581-3-j.neuschaefer@xxxxxxx/ > - Add the plaintext DT binding for comparison > --- > .../bindings/mfd/netronix,ntxec.yaml | 76 +++++++++++++++++++ > 1 file changed, 76 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/netronix,ntxec.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>