On 17/08/2022 15:03, Krzysztof Kozlowski wrote: > TCSR syscon node should come with dedicated compatible. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sc7180.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi > index b82c335c25af..49f28cb531f6 100644 > --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi > +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi > @@ -1468,7 +1468,7 @@ tcsr_mutex_regs: syscon@1f40000 { > }; > > tcsr_regs: syscon@1fc0000 { > - compatible = "syscon"; > + compatible = "qcom,sc7180-tcsr", "syscon"; Compatible is wrong here. I will send a v2 tomorrow. Best regards, Krzysztof