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

Komal Bajaj posted 1 patch 1 week, 3 days 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 1 week, 3 days 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 Akhil P Oommen 1 week, 3 days 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,