On 08/06/2022 15:45, Rob Herring wrote: > On Wed, 08 Jun 2022 13:27:01 +0200, Krzysztof Kozlowski wrote: >> Convert the Qualcomm QPNP PMIC Temperature Alarm to DT Schema. >> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> >> --- >> .../thermal/qcom,spmi-temp-alarm.yaml | 85 +++++++++++++++++++ >> .../bindings/thermal/qcom-spmi-temp-alarm.txt | 51 ----------- >> 2 files changed, 85 insertions(+), 51 deletions(-) >> create mode 100644 Documentation/devicetree/bindings/thermal/qcom,spmi-temp-alarm.yaml >> delete mode 100644 Documentation/devicetree/bindings/thermal/qcom-spmi-temp-alarm.txt >> > > Running 'make dtbs_check' with the schema in this patch gives the > following warnings. Consider if they are expected or the schema is > incorrect. These may not be new warnings. > > Note that it is not yet a requirement to have 0 warnings for dtbs_check. > This will change in the future. > > Full log is available here: https://patchwork.ozlabs.org/patch/ > > > temp-alarm@2400: '#thermal-sensor-cells' is a required property I should have ordered the patches differently. This is fixed in second patch. Best regards, Krzysztof