ARM: dts: mxs: add mxs phy controller id
We need to use controller id to access different register regions for mxs phy. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
3c6c9eeb14
commit
1f35cc6ae0
|
@ -23,6 +23,7 @@ aliases {
|
||||||
serial1 = &auart1;
|
serial1 = &auart1;
|
||||||
spi0 = &ssp0;
|
spi0 = &ssp0;
|
||||||
spi1 = &ssp1;
|
spi1 = &ssp1;
|
||||||
|
usbphy0 = &usbphy0;
|
||||||
};
|
};
|
||||||
|
|
||||||
cpus {
|
cpus {
|
||||||
|
|
|
@ -32,6 +32,8 @@ aliases {
|
||||||
serial4 = &auart4;
|
serial4 = &auart4;
|
||||||
spi0 = &ssp1;
|
spi0 = &ssp1;
|
||||||
spi1 = &ssp2;
|
spi1 = &ssp2;
|
||||||
|
usbphy0 = &usbphy0;
|
||||||
|
usbphy1 = &usbphy1;
|
||||||
};
|
};
|
||||||
|
|
||||||
cpus {
|
cpus {
|
||||||
|
|
Loading…
Reference in New Issue