mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
23 lines
800 B
Diff
23 lines
800 B
Diff
From: Sricharan Ramabadhran <quic_srichara@quicinc.com>
|
|
Subject: [PATCH V2 1/1] dt-bindings: nvmem: Add compatible for IPQ5018
|
|
Date: Fri, 15 Sep 2023 17:31:20 +0530
|
|
|
|
Document the QFPROM on IPQ5018.
|
|
|
|
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Signed-off-by: Sricharan Ramabadhran <quic_srichara@quicinc.com>
|
|
---
|
|
Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
|
|
+++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
|
|
@@ -18,6 +18,7 @@ properties:
|
|
- enum:
|
|
- qcom,apq8064-qfprom
|
|
- qcom,apq8084-qfprom
|
|
+ - qcom,ipq5018-qfprom
|
|
- qcom,ipq5332-qfprom
|
|
- qcom,ipq6018-qfprom
|
|
- qcom,ipq8064-qfprom
|