Re: [PATCH 05/14] ARM: dts: qcom: msm8974: add dedicated IMEM compatible

From: Luca Weiss
Date: Fri Jun 10 2022 - 16:54:33 EST


Hi Krzysztof,

On Dienstag, 7. Juni 2022 19:18:39 CEST Krzysztof Kozlowski wrote:
> syscon compatible must be preceded with a specific compatible, to
> accurately describe the device.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

Reviewed-by: Luca Weiss <luca@xxxxxxxxx>

> ---
> arch/arm/boot/dts/qcom-msm8974.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi
> b/arch/arm/boot/dts/qcom-msm8974.dtsi index 09b181bb5365..5e6b2ae72e62
> 100644
> --- a/arch/arm/boot/dts/qcom-msm8974.dtsi
> +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi
> @@ -1651,7 +1651,7 @@ smd-edge {
> };
>
> imem: sram@fe805000 {
> - compatible = "syscon", "simple-mfd";
> + compatible = "qcom,msm8974-imem", "syscon",
"simple-mfd";
> reg = <0xfe805000 0x1000>;
>
> reboot-mode {