[PATCH] dt-bindings: nvmem: qfprom: Add sm8750 compatible

Komal Bajaj posted 1 patch 2 months, 2 weeks ago
Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: nvmem: qfprom: Add sm8750 compatible
Posted by Komal Bajaj 2 months, 2 weeks ago
Document compatible string for the QFPROM on SM8750 platform.

Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.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 7d1612acca48..839513d4b499 100644
--- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
+++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
@@ -55,6 +55,7 @@ properties:
           - qcom,sm8450-qfprom
           - qcom,sm8550-qfprom
           - qcom,sm8650-qfprom
+          - qcom,sm8750-qfprom
           - qcom,x1e80100-qfprom
       - const: qcom,qfprom
 

---
base-commit: d724c6f85e80a23ed46b7ebc6e38b527c09d64f5
change-id: 20251121-pakala_qfprom-bdb2e49baa20

Best regards,
-- 
Komal Bajaj <komal.bajaj@oss.qualcomm.com>
Re: [PATCH] dt-bindings: nvmem: qfprom: Add sm8750 compatible
Posted by Srinivas Kandagatla 3 weeks, 2 days ago
On Fri, 21 Nov 2025 18:36:40 +0530, Komal Bajaj wrote:
> Document compatible string for the QFPROM on SM8750 platform.
> 
> 

Applied, thanks!

[1/1] dt-bindings: nvmem: qfprom: Add sm8750 compatible
      commit: 5b37fd2746aa528e2acd9c9ec5b26f52002cf0e1

Best regards,
-- 
Srinivas Kandagatla <srini@kernel.org>
Re: [PATCH] dt-bindings: nvmem: qfprom: Add sm8750 compatible
Posted by Akhil P Oommen 2 months, 2 weeks ago
On 11/21/2025 6:36 PM, Komal Bajaj wrote:
> Document compatible string for the QFPROM on SM8750 platform.
> 
> Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>

Reviewed-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>

-Akhil

> ---
>  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 7d1612acca48..839513d4b499 100644
> --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
> @@ -55,6 +55,7 @@ properties:
>            - qcom,sm8450-qfprom
>            - qcom,sm8550-qfprom
>            - qcom,sm8650-qfprom
> +          - qcom,sm8750-qfprom
>            - qcom,x1e80100-qfprom
>        - const: qcom,qfprom
>  
> 
> ---
> base-commit: d724c6f85e80a23ed46b7ebc6e38b527c09d64f5
> change-id: 20251121-pakala_qfprom-bdb2e49baa20
> 
> Best regards,