Re: [PATCH v2 02/10] dt-bindings: rohm,bd*: Ref common ROHM bindings
"Rob Herring (Arm)" <[email protected]>
| Newsgroups | dev.linux.lists.mfd,org.kernel.vger.linux-clk,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel,org.kernel.vger.linux-rtc |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 04 Aug 2026 13:20:50 +0300, Matti Vaittinen wrote: > From: Matti Vaittinen <[email protected]> > > The commonly used ROHM PMIC bindings were added into > rohm,pmic-pins.yaml. Keeping commonly used properties in one file can > ease both the maintaining the bindings and the reviewing process. > > Reference the common bindings from rohm,pmic-pins.yaml, instead of > declaring them from the scratch for every PMIC using them. Keep the PMIC > variant specific information (like supported pin functions) in PMIC the > specific files, so unsupported values won't be allowed. > > Signed-off-by: Matti Vaittinen <[email protected]> > > --- > Revision history: > v2: > - New patch > --- > .../bindings/mfd/rohm,bd71815-pmic.yaml | 9 +++--- > .../bindings/mfd/rohm,bd71828-pmic.yaml | 9 +++--- > .../bindings/mfd/rohm,bd72720-pmic.yaml | 29 +++---------------- > 3 files changed, 12 insertions(+), 35 deletions(-) > Reviewed-by: Rob Herring (Arm) <[email protected]>