Message ID | cover.1582632110.git.amit.kucheria@linaro.org |
---|---|
Headers | show |
Series | Cleanup dtbs_check warnings for tsens | expand |
On 25-02-20, 17:38, Amit Kucheria wrote: > The qcom-tsens binding requires a SoC-specific and a TSENS > family-specific binding to be specified in the compatible string. > > Since qcom,sc7180-tsens is not listed in the YAML binding, we see the > following warnings in 'make dtbs_check'. Fix them. > > builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: > thermal-sensor@c263000: compatible: ['qcom,sc7180-tsens', > 'qcom,tsens-v2'] is not valid under any of the given schemas (Possible > causes of the failure): > builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: > thermal-sensor@c263000: compatible:0: 'qcom,sc7180-tsens' is not one of > ['qcom,msm8916-tsens', 'qcom,msm8974-tsens'] > builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: > thermal-sensor@c263000: compatible:0: 'qcom,sc7180-tsens' is not one of > ['qcom,msm8976-tsens', 'qcom,qcs404-tsens'] > builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: > thermal-sensor@c263000: compatible:0: 'qcom,sc7180-tsens' is not one of > ['qcom,msm8996-tsens', 'qcom,msm8998-tsens', 'qcom,sdm845-tsens'] > builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: > thermal-sensor@c263000: compatible:1: 'qcom,tsens-v0_1' was expected > builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: > thermal-sensor@c263000: compatible:1: 'qcom,tsens-v1' was expected > > builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: > thermal-sensor@c265000: compatible: ['qcom,sc7180-tsens', > 'qcom,tsens-v2'] is not valid under any of the given schemas (Possible > causes of the failure): > builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: > thermal-sensor@c265000: compatible:0: 'qcom,sc7180-tsens' is not one of > ['qcom,msm8916-tsens', 'qcom,msm8974-tsens'] > builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: > thermal-sensor@c265000: compatible:0: 'qcom,sc7180-tsens' is not one of > ['qcom,msm8976-tsens', 'qcom,qcs404-tsens'] > builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: > thermal-sensor@c265000: compatible:0: 'qcom,sc7180-tsens' is not one of > ['qcom,msm8996-tsens', 'qcom,msm8998-tsens', 'qcom,sdm845-tsens'] > builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: > thermal-sensor@c265000: compatible:1: 'qcom,tsens-v0_1' was expected > builds/arch/arm64/boot/dts/qcom/sc7180-idp.dt.yaml: > thermal-sensor@c265000: compatible:1: 'qcom,tsens-v1' was expected Reviewed-by: Vinod Koul <vkoul@kernel.org> > > Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org> > --- > Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > index eef13b9446a8..13e294328932 100644 > --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > @@ -39,6 +39,7 @@ properties: > - qcom,msm8996-tsens > - qcom,msm8998-tsens > - qcom,sdm845-tsens > + - qcom,sc7180-tsens > - const: qcom,tsens-v2 > > reg: > -- > 2.20.1
On 25-02-20, 17:38, Amit Kucheria wrote: > The qcom-tsens binding requires a SoC-specific and a TSENS > family-specific binding to be specified in the compatible string. > > Since them family-specific binding is not listed in the .dtsi file, we > see the following warnings in 'make dtbs_check'. Fix them. This one too.. > /home/amit/work/builds/build-aarch64/arch/arm64/boot/dts/qcom/msm8996-mtp.dt.yaml: > thermal-sensor@4a9000: compatible: ['qcom,msm8996-tsens'] is not valid > under any of the given schemas (Possible causes of the failure): > /home/amit/work/builds/build-aarch64/arch/arm64/boot/dts/qcom/msm8996-mtp.dt.yaml: > thermal-sensor@4a9000: compatible: ['qcom,msm8996-tsens'] is too short > /home/amit/work/builds/build-aarch64/arch/arm64/boot/dts/qcom/msm8996-mtp.dt.yaml: > thermal-sensor@4a9000: compatible:0: 'qcom,msm8996-tsens' is not one of > ['qcom,msm8916-tsens', 'qcom,msm8974-tsens'] > /home/amit/work/builds/build-aarch64/arch/arm64/boot/dts/qcom/msm8996-mtp.dt.yaml: > thermal-sensor@4a9000: compatible:0: 'qcom,msm8996-tsens' is not one of > ['qcom,msm8976-tsens', 'qcom,qcs404-tsens'] > > /home/amit/work/builds/build-aarch64/arch/arm64/boot/dts/qcom/msm8996-mtp.dt.yaml: > thermal-sensor@4ad000: compatible: ['qcom,msm8996-tsens'] is not valid > under any of the given schemas (Possible causes of the failure): > /home/amit/work/builds/build-aarch64/arch/arm64/boot/dts/qcom/msm8996-mtp.dt.yaml: > thermal-sensor@4ad000: compatible: ['qcom,msm8996-tsens'] is too short > /home/amit/work/builds/build-aarch64/arch/arm64/boot/dts/qcom/msm8996-mtp.dt.yaml: > thermal-sensor@4ad000: compatible:0: 'qcom,msm8996-tsens' is not one of > ['qcom,msm8916-tsens', 'qcom,msm8974-tsens'] > /home/amit/work/builds/build-aarch64/arch/arm64/boot/dts/qcom/msm8996-mtp.dt.yaml: > thermal-sensor@4ad000: compatible:0: 'qcom,msm8996-tsens' is not one of > ['qcom,msm8976-tsens', 'qcom,qcs404-tsens'] > > Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org> > --- > arch/arm64/boot/dts/qcom/msm8996.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi > index 7ae082ea14ea..f157cd4f53b4 100644 > --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi > +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi > @@ -446,7 +446,7 @@ > }; > > tsens0: thermal-sensor@4a9000 { > - compatible = "qcom,msm8996-tsens"; > + compatible = "qcom,msm8996-tsens", "qcom,tsens-v2"; > reg = <0x004a9000 0x1000>, /* TM */ > <0x004a8000 0x1000>; /* SROT */ > #qcom,sensors = <13>; > @@ -457,7 +457,7 @@ > }; > > tsens1: thermal-sensor@4ad000 { > - compatible = "qcom,msm8996-tsens"; > + compatible = "qcom,msm8996-tsens", "qcom,tsens-v2"; > reg = <0x004ad000 0x1000>, /* TM */ > <0x004ac000 0x1000>; /* SROT */ > #qcom,sensors = <8>; > -- > 2.20.1