[PATCH 1/3] dt-bindings: nvmem: Add qcom,sc7180-qfprom compatible string

From: Evan Green
Date: Tue Sep 29 2020 - 16:58:26 EST


Add an SoC-specific compatible string so that data can be attached
to it in the driver.

Signed-off-by: Evan Green <evgreen@xxxxxxxxxxxx>
---

Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
index 59aca6d22ff9b..b16c8e6a8c23d 100644
--- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
+++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
@@ -14,7 +14,9 @@ allOf:

properties:
compatible:
- const: qcom,qfprom
+ enum:
+ - qcom,qfprom
+ - qcom,sc7180-qfprom

reg:
# If the QFPROM is read-only OS image then only the corrected region
--
2.26.2