Message ID | 20240911-qcs8300_qfprom_binding-v2-1-d39226887493@quicinc.com |
---|---|
State | Not Applicable |
Headers | show |
Series | [v2] dt-bindings: nvmem: qfprom: Add compatible for QCS8300 | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Wed, Sep 11, 2024 at 03:34:33PM +0800, Jingyi Wang wrote: > Document QFPROM compatible for Qualcomm QCS8300. It provides access > functions for QFPROM data to rest of the drivers via nvmem interface. > > Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com> > --- > Changes in v2: > - decoupled from the original series. > - Link to v1: https://lore.kernel.org/r/20240904-qcs8300_initial_dtsi-v1-0-d0ea9afdc007@quicinc.com > --- > Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml index 80845c722ae4..fcd71f023808 100644 --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml @@ -32,6 +32,7 @@ properties: - qcom,msm8998-qfprom - qcom,qcm2290-qfprom - qcom,qcs404-qfprom + - qcom,qcs8300-qfprom - qcom,sc7180-qfprom - qcom,sc7280-qfprom - qcom,sc8280xp-qfprom
Document QFPROM compatible for Qualcomm QCS8300. It provides access functions for QFPROM data to rest of the drivers via nvmem interface. Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com> --- Changes in v2: - decoupled from the original series. - Link to v1: https://lore.kernel.org/r/20240904-qcs8300_initial_dtsi-v1-0-d0ea9afdc007@quicinc.com --- Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 + 1 file changed, 1 insertion(+) --- base-commit: 100cc857359b5d731407d1038f7e76cd0e871d94 change-id: 20240911-qcs8300_qfprom_binding-a5a79be3f797 Best regards,