--- zzzz-none-000/linux-4.4.271/Documentation/devicetree/bindings/nvmem/qfprom.txt 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/Documentation/devicetree/bindings/nvmem/qfprom.txt 2023-04-19 10:22:27.000000000 +0000 @@ -5,6 +5,9 @@ Required properties: - compatible: should be "qcom,qfprom" - reg: Should contain registers location and length + OR +- compatible: should be "qcom,qfprom-sec" + This binding is intended for secure boot qfprom driver = Data cells = Are child nodes of qfprom, bindings of which as described in @@ -22,6 +25,10 @@ }; }; + qfprom { + compatible = "qcom,qfprom-sec"; + }; + = Data consumers = Are device nodes which consume nvmem data cells.