Commit 90afe3a1 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring

dt-bindings: remoteproc: qcom,pil-info: add missing imem compatible

syscon and simple-mfd cannot be used without device specific compatible.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220817142246.828762-4-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 65c47649
......@@ -30,7 +30,7 @@ additionalProperties: false
examples:
- |
imem@146bf000 {
compatible = "syscon", "simple-mfd";
compatible = "qcom,sdm630-imem", "syscon", "simple-mfd";
reg = <0x146bf000 0x1000>;
#address-cells = <1>;
......
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