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 <krzysztof.kozlowski@linaro.org> Reviewed-by: Luca Weiss <luca@z3ntu.xyz> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220607171848.535128-5-krzysztof.kozlowski@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
626a60292a
commit
f19be941ef
@@ -1677,7 +1677,7 @@
|
||||
};
|
||||
|
||||
imem: sram@fe805000 {
|
||||
compatible = "syscon", "simple-mfd";
|
||||
compatible = "qcom,msm8974-imem", "syscon", "simple-mfd";
|
||||
reg = <0xfe805000 0x1000>;
|
||||
|
||||
reboot-mode {
|
||||
|
||||
Reference in New Issue
Block a user