mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 05:07:46 -04:00
dt-bindings: remoteproc: qcom,pil-info: add missing imem compatible
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>
This commit is contained in:
committed by
Rob Herring
parent
65c4764941
commit
90afe3a18b
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user