diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-08-17 17:22:45 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-09-12 21:31:10 +0300 |
commit | 90afe3a18bcd16106014ba103d1cdb742b6e8505 (patch) | |
tree | 02fc3552f8cfe3f748c90e41c9fbb5afa06cc376 | |
parent | 65c4764941bb230ef00164771fba0cdad0bfd3e4 (diff) | |
download | linux-90afe3a18bcd16106014ba103d1cdb742b6e8505.tar.xz |
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>
-rw-r--r-- | Documentation/devicetree/bindings/remoteproc/qcom,pil-info.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,pil-info.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,pil-info.yaml index 9282837d64ba..a7711e3c998c 100644 --- a/Documentation/devicetree/bindings/remoteproc/qcom,pil-info.yaml +++ b/Documentation/devicetree/bindings/remoteproc/qcom,pil-info.yaml @@ -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>; |