diff options
author | Peter Chen <peter.chen@freescale.com> | 2013-12-20 15:52:05 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-10 16:27:29 +0800 |
commit | 8189c51f18463b7cb46f64ff1295ff4e0b5ec8cd (patch) | |
tree | 2d550d81ee31a172d28d04840bf07fe55ff540a2 /arch/arm/boot/dts/imx6sl.dtsi | |
parent | 76a38855067576681b78a29c0e461e5f3e7a52d6 (diff) | |
download | op-kernel-dev-8189c51f18463b7cb46f64ff1295ff4e0b5ec8cd.zip op-kernel-dev-8189c51f18463b7cb46f64ff1295ff4e0b5ec8cd.tar.gz |
ARM: dts: imx6: 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>
Diffstat (limited to 'arch/arm/boot/dts/imx6sl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sl.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index e27d3bb..2b7641a 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -28,6 +28,8 @@ spi1 = &ecspi2; spi2 = &ecspi3; spi3 = &ecspi4; + usbphy0 = &usbphy1; + usbphy1 = &usbphy2; }; cpus { |