kernel/Documentation/devicetree/bindings/nvmem/vf610-ocotp.txt
.. .. @@ -2,7 +2,7 @@ 2 2 3 3 Required Properties: 4 4 compatible: 5 - - "fsl,vf610-ocotp" for VF5xx/VF6xx5 + - "fsl,vf610-ocotp", "syscon" for VF5xx/VF6xx6 6 #address-cells : Should be 1 7 7 #size-cells : Should be 1 8 8 reg : Address and length of OTP controller and fuse map registers .. .. @@ -11,7 +11,7 @@ 11 11 Example for Vybrid VF5xx/VF6xx: 12 12 13 13 ocotp: ocotp@400a5000 { 14 - compatible = "fsl,vf610-ocotp";14 + compatible = "fsl,vf610-ocotp", "syscon";15 15 #address-cells = <1>; 16 16 #size-cells = <1>; 17 17 reg = <0x400a5000 0xCF0>;