On Sun, 23 Jul 2023 16:28:42 +0200, Krzysztof Kozlowski wrote: > Add micro-USB connector under "muic" node to properly represent the > hardware. Deprecate also the old "max77693-muic" in favor of generic > "muic" (this is max77693, so there is no need to state it in its child > nodes). This "muic" node is used only to instantiate MUIC driver by > compatible, thus actual Linux driver changes are needed. Extend the > example with this new code. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > Changes in v2: > 1. Put connector node in the muic node (Henrik). > 2. Rename max77693-muic -> muic. > 3. Extend example. > > DTS change using this: > https://lore.kernel.org/linux-samsung-soc/20230723142417.97734-1-krzysztof.kozlowski@xxxxxxxxxx/T/#u > --- > .../bindings/mfd/maxim,max77693.yaml | 48 +++++++++++++++++++ > 1 file changed, 48 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>