Messages in this thread Patch in this message |  | | From | Robert Marko <> | Subject | [PATCH 1/2] dt-bindings: nvmem: qfprom: add IPQ8074 compatible | Date | Sat, 21 Jan 2023 12:23:57 +0100 |
| |
Document IPQ8074 compatible for QFPROM, its compatible with the generic QFPROM fallback.
Signed-off-by: Robert Marko <robimarko@gmail.com> --- Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 + 1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml index 9ddf3cef9e84..2173fe82317d 100644 --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml @@ -19,6 +19,7 @@ properties: - qcom,apq8064-qfprom - qcom,apq8084-qfprom - qcom,ipq8064-qfprom + - qcom,ipq8074-qfprom - qcom,msm8916-qfprom - qcom,msm8974-qfprom - qcom,msm8976-qfprom -- 2.39.1
|  |