diff --git a/bindings/nvmem/qcom,qfprom.yaml b/bindings/nvmem/qcom,qfprom.yaml index 2eab2f46..ff63dd0f 100644 --- a/bindings/nvmem/qcom,qfprom.yaml +++ b/bindings/nvmem/qcom,qfprom.yaml @@ -29,6 +29,7 @@ properties: - qcom,sdm630-qfprom - qcom,sdm845-qfprom - qcom,sm6115-qfprom + - qcom,sun-qfprom - const: qcom,qfprom reg: diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 64702085..4bc8b611 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3500,7 +3500,7 @@ }; qfprom: qfprom@221c8000 { - compatible = "qcom,qfprom"; + compatible = "qcom,sun-qfprom", "qcom,qfprom"; reg = <0x221c8000 0x1000>; #address-cells = <1>; #size-cells = <1>;