On 20.04.2023 09:50, Krzysztof Kozlowski wrote: > GCC comes with syscon compatible so the thermal-sensor child node should > not have unit-address (bindings also do not expect it): > > Warning (unit_address_vs_reg): /soc/clock-controller@900000/thermal-sensor@900000: node has a unit name, but no reg or ranges property > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > arch/arm/boot/dts/qcom-ipq8064.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi > index 182018d79a7b..49310520da1c 100644 > --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi > +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi > @@ -522,7 +522,7 @@ gcc: clock-controller@900000 { > #reset-cells = <1>; > #power-domain-cells = <1>; > > - tsens: thermal-sensor@900000 { > + tsens: thermal-sensor { > compatible = "qcom,ipq8064-tsens"; > > nvmem-cells = <&tsens_calib>, <&tsens_calib_backup>;