diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-06-07 19:18:39 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-06-30 22:23:26 -0500 |
commit | f19be941efd19b6c68eef87a2d4a1942e4ebd493 (patch) | |
tree | e70207a1cd0cbfe0c7ed3c29fdd3bffe7bd71a65 | |
parent | 626a60292a8eb345df71b40ecaea54395ca8e618 (diff) |
ARM: dts: qcom: msm8974: add dedicated IMEM compatible
syscon compatible must be preceded with a specific compatible, to
accurately describe the device.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Luca Weiss <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8974.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi index b834401fbae0..ce8a5207579b 100644 --- a/arch/arm/boot/dts/qcom-msm8974.dtsi +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi @@ -1677,7 +1677,7 @@ }; imem: sram@fe805000 { - compatible = "syscon", "simple-mfd"; + compatible = "qcom,msm8974-imem", "syscon", "simple-mfd"; reg = <0xfe805000 0x1000>; reboot-mode { |