diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2023-05-20 15:19:30 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-05-25 07:23:59 +0300 |
commit | 13ac2620f0c0ee7f463a486baf5a56ab9d8b7fdb (patch) | |
tree | fbe6eeccb11cd5f1e06f0d6040c7b2f8efa0c513 | |
parent | 7f6e0028a0ca4317aeb070084e72d44ca39ace7e (diff) | |
download | linux-13ac2620f0c0ee7f463a486baf5a56ab9d8b7fdb.tar.xz |
dt-bindings: sram: qcom,imem: Document MSM8226
Add compatible for MSM8226 IMEM.
Signed-off-by: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230520121933.15533-2-matti.lehtimaki@gmail.com
-rw-r--r-- | Documentation/devicetree/bindings/sram/qcom,imem.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sram/qcom,imem.yaml b/Documentation/devicetree/bindings/sram/qcom,imem.yaml index 0548e8e0d30b..d9599ee51204 100644 --- a/Documentation/devicetree/bindings/sram/qcom,imem.yaml +++ b/Documentation/devicetree/bindings/sram/qcom,imem.yaml @@ -18,6 +18,7 @@ properties: items: - enum: - qcom,apq8064-imem + - qcom,msm8226-imem - qcom,msm8974-imem - qcom,qcs404-imem - qcom,sc7180-imem |