mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00:00
5de97f8bd7
Add compatible string for imx7d-usbmisc. Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Li Jun <jun.li@nxp.com> Signed-off-by: Peter Chen <peter.chen@nxp.com>
18 lines
471 B
Plaintext
18 lines
471 B
Plaintext
* Freescale i.MX non-core registers
|
|
|
|
Required properties:
|
|
- #index-cells: Cells used to descibe usb controller index. Should be <1>
|
|
- compatible: Should be one of below:
|
|
"fsl,imx6q-usbmisc" for imx6q
|
|
"fsl,vf610-usbmisc" for Vybrid vf610
|
|
"fsl,imx6sx-usbmisc" for imx6sx
|
|
"fsl,imx7d-usbmisc" for imx7d
|
|
- reg: Should contain registers location and length
|
|
|
|
Examples:
|
|
usbmisc@02184800 {
|
|
#index-cells = <1>;
|
|
compatible = "fsl,imx6q-usbmisc";
|
|
reg = <0x02184800 0x200>;
|
|
};
|