This patch adds the Device tree bindings for the Freescale MXS On Chip OTP driver. Signed-off-by: Stefan Wahren <stefan.wahren@xxxxxxxx> --- .../devicetree/bindings/misc/fsl,octop.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/misc/fsl,octop.txt diff --git a/Documentation/devicetree/bindings/misc/fsl,octop.txt b/Documentation/devicetree/bindings/misc/fsl,octop.txt new file mode 100644 index 0000000..db1c510 --- /dev/null +++ b/Documentation/devicetree/bindings/misc/fsl,octop.txt @@ -0,0 +1,14 @@ +On-Chip OTP Memory for Freescale MX23/MX28 + +Required properties: +- compatible: + - "fsl,imx23-ocotp" for MX23 + - "fsl,imx23-ocotp" for MX28 +- reg : Address and length of OTP controller registers + +Example: + + ocotp: ocotp@8002c000 { + compatible = "fsl,imx28-ocotp", "fsl,ocotp"; + reg = <0x8002c000 0x2000>; + }; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html