Re: [PATCH v2 09/10] dt-bindings: mfd: samsung,s5m8767: convert to dtschema
From: Rob Herring <robh@kernel.org>
Date: 2021-10-04 14:49:41
Also in:
linux-clk, linux-samsung-soc, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-10-04 14:49:41
Also in:
linux-clk, linux-samsung-soc, lkml
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 <redacted> --- .../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@kernel.org>