forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/nvmem/vf610-ocotp.txt
....@@ -2,7 +2,7 @@
22
33 Required Properties:
44 compatible:
5
- - "fsl,vf610-ocotp" for VF5xx/VF6xx
5
+ - "fsl,vf610-ocotp", "syscon" for VF5xx/VF6xx
66 #address-cells : Should be 1
77 #size-cells : Should be 1
88 reg : Address and length of OTP controller and fuse map registers
....@@ -11,7 +11,7 @@
1111 Example for Vybrid VF5xx/VF6xx:
1212
1313 ocotp: ocotp@400a5000 {
14
- compatible = "fsl,vf610-ocotp";
14
+ compatible = "fsl,vf610-ocotp", "syscon";
1515 #address-cells = <1>;
1616 #size-cells = <1>;
1717 reg = <0x400a5000 0xCF0>;