On Fri, 09 Sep 2022 11:10:56 +0200, Krzysztof Kozlowski wrote: > Commit 7677ed11e9fa ("dt-bindings: mfd: qcom,tcsr: Convert to dtschema") > converted bindings to DT schema literally - including the > qcom,tcsr-ipq6018 expecting syscon and simple-mfd. Such configuration > is not used in DTS and there is no actual need of it. The TCSR block is > purely configuration block and should not have children. Any child > device should be simply moved outside of TCSR syscon block. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > Changes since v2 > ================ > 1. Rebase on current MFD changes. > 2. Split from the series. Nothing depends on it, AFAIK. > v2: https://lore.kernel.org/all/20220817145901.865977-2-krzysztof.kozlowski@xxxxxxxxxx/ > --- > .../devicetree/bindings/mfd/qcom,tcsr.yaml | 46 +++++++++---------- > 1 file changed, 21 insertions(+), 25 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>