Re: [RFT PATCH 06/14] arm64: dts: qcom: sc7180: add missing TCSR syscon compatible

From: Krzysztof Kozlowski
Date: Wed Aug 17 2022 - 08:39:01 EST


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