mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 14:52:05 +00:00
ARM: dts: Hook up internal PHY on Arndale
While the Linux driver stack is capable of figuring this out for itself document the fact that we really do use the internal PHY even with the directly wired hub on the board to save anyone else having to work this out for themselves. Signed-off-by: Mark Brown <broonie@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
7c1b0ec529
commit
15ac869375
@ -555,4 +555,8 @@
|
||||
connect-gpios = <&gpd1 7 1>;
|
||||
};
|
||||
};
|
||||
|
||||
usb@12110000 {
|
||||
usb-phy = <&usb2_phy>;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user