mirror of
https://github.com/torvalds/linux.git
synced 2026-04-24 09:35:52 -04:00
Add fsl,imx8mm-usbmisc compatible for i.MX8MM Signed-off-by: Peng Fan <peng.fan@nxp.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20221223031012.92932-2-peng.fan@oss.nxp.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
20 lines
539 B
Plaintext
20 lines
539 B
Plaintext
* Freescale i.MX non-core registers
|
|
|
|
Required properties:
|
|
- #index-cells: Cells used to describe 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
|
|
"fsl,imx7ulp-usbmisc" for imx7ulp
|
|
"fsl,imx8mm-usbmisc" for imx8mm
|
|
- reg: Should contain registers location and length
|
|
|
|
Examples:
|
|
usbmisc@2184800 {
|
|
#index-cells = <1>;
|
|
compatible = "fsl,imx6q-usbmisc";
|
|
reg = <0x02184800 0x200>;
|
|
};
|