Re: [PATCH 4/6] dt-bindings: power: supply: charger-manager: Convert to DT schema format

2021-04-13 Thread Rob Herring
On Tue, 13 Apr 2021 01:03:18 +0200, Sebastian Reichel wrote: > Convert the binding to DT schema format. > > I slightly modified the binding by allowing regulator-[0-9] and cable-[0-9] > instead of regulator@[0-9] and cable@[0-9], so that DT compiler does not > complain about missing 'reg' property

[PATCH 4/6] dt-bindings: power: supply: charger-manager: Convert to DT schema format

2021-04-12 Thread Sebastian Reichel
Convert the binding to DT schema format. I slightly modified the binding by allowing regulator-[0-9] and cable-[0-9] instead of regulator@[0-9] and cable@[0-9], so that DT compiler does not complain about missing 'reg' property. The driver actually ignores the nodename and can handle both styles.