On Fri, Jul 08, 2022 at 11:04:31AM +0200, David Heidelberg wrote: > Convert Qualcomm SCM firmware binding to the yaml format. > > This commit also: > - adds qcom,scm-mdm9607 into list which has only core clock > - adds qcom,scm-sm6125, qcom,scm-ipq6018 > - #reset-cells, because the property is already used > > Signed-off-by: David Heidelberg <david@xxxxxxx> > -- Should be '---' in order to be removed automatically when applying. > v5: > - add qcom,scm-sdx65 from new commit to txt binding > - add freshly merged qcom,scm-sc8280xp > - add interconnects > - add accidentally removed # from #include directive > - move mdm9607 to 3 clocks (thx @Guru) > - fix compatible string in example > v4: > - added clocks minItems and maxItems > - removed quotes from $id and $schema > - adjusted description of TCSR HW block > v3: > - add preceding patches for ARM and arm64 adding missing compatible strings > - extended with missing compatible strings > - added two additional maintainers, see https://lkml.org/lkml/2022/6/23/1969 > v2: > - changed maintainer to Bjorn > - document #reset-cells > > .../devicetree/bindings/firmware/qcom,scm.txt | 61 -------- > .../bindings/firmware/qcom,scm.yaml | 147 ++++++++++++++++++ > 2 files changed, 147 insertions(+), 61 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/firmware/qcom,scm.txt > create mode 100644 Documentation/devicetree/bindings/firmware/qcom,scm.yaml Doesn't apply for me, so I'm assuming this will go via QCom tree. Reviewed-by: Rob Herring <robh@xxxxxxxxxx>