mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
28 lines
1.2 KiB
Diff
28 lines
1.2 KiB
Diff
From f6aa7386bc40b552eea8ec1b1d2168afe3b31110 Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Wed, 16 Aug 2023 18:45:40 +0200
|
|
Subject: [PATCH] dt-bindings: firmware: qcom,scm: document IPQ5018 compatible
|
|
|
|
It seems that IPQ5018 compatible was never documented in the bindings.
|
|
|
|
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
|
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Link: https://lore.kernel.org/r/20230816164641.3371878-3-robimarko@gmail.com
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
---
|
|
Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
|
|
index cb706145ae04c1..0613a37a851af4 100644
|
|
--- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
|
|
+++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
|
|
@@ -24,6 +24,7 @@ properties:
|
|
- qcom,scm-apq8064
|
|
- qcom,scm-apq8084
|
|
- qcom,scm-ipq4019
|
|
+ - qcom,scm-ipq5018
|
|
- qcom,scm-ipq5332
|
|
- qcom,scm-ipq6018
|
|
- qcom,scm-ipq806x
|