On Fri, 01 Oct 2021 11:41:05 +0200, Krzysztof Kozlowski wrote: > Convert the MFD part of Samsung S5M8767 PMIC to DT schema format. > Previously the bindings were mostly in mfd/samsung,sec-core.txt. > > Since all of bindings for Samsung S2M and S5M family of PMICs were > converted from mfd/samsung,sec-core.txt to respective dtschema file, > remove the former one. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> > --- > .../bindings/mfd/samsung,s5m8767.yaml | 269 ++++++++++++++++++ > .../bindings/mfd/samsung,sec-core.txt | 86 ------ > MAINTAINERS | 2 +- > 3 files changed, 270 insertions(+), 87 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mfd/samsung,s5m8767.yaml > delete mode 100644 Documentation/devicetree/bindings/mfd/samsung,sec-core.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>