Skip to content

Commit

Permalink
dt-bindings: remoteproc: qcom,pil-info: add missing imem compatible
Browse files Browse the repository at this point in the history
syscon and simple-mfd cannot be used without device specific compatible.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220817142246.828762-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
Krzysztof Kozlowski authored and Rob Herring committed Sep 12, 2022
1 parent 65c4764 commit 90afe3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 90afe3a

Please sign in to comment.