9
0
Fork 0

Documentation: Update binding doc for i.MX IIM

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Shiyan 2014-04-07 17:58:14 +04:00 committed by Sascha Hauer
parent 158050e1cf
commit 6ca980c096
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Freescale i.MX IIM (Ic Identification Module)
Required properties:
- compatible: fsl,imx-iim
- compatible: fsl,imx27-iim
- reg: physical register base and size
Optional properties:
@ -14,7 +14,7 @@ Optional properties:
Example:
iim: iim@83f98000 {
compatible = "fsl,imx51-iim", "fsl,imx-iim";
compatible = "fsl,imx51-iim", "fsl,imx27-iim";
reg = <0x83f98000 0x4000>;
barebox,provide-mac-address = <&fec 1 9>;
};