Commit 626a6029 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

ARM: dts: qcom: apq8064-asus-nexus7: add dedicated IMEM compatible

syscon compatible must be preceded with a specific compatible, to
accurately describe the device.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220607171848.535128-4-krzysztof.kozlowski@linaro.org
parent 230b5eda
...@@ -342,7 +342,7 @@ mmc@12400000 { ...@@ -342,7 +342,7 @@ mmc@12400000 {
}; };
sram@2a03f000 { sram@2a03f000 {
compatible = "syscon", "simple-mfd"; compatible = "qcom,apq8064-imem", "syscon", "simple-mfd";
reg = <0x2a03f000 0x1000>; reg = <0x2a03f000 0x1000>;
reboot-mode { reboot-mode {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment