mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
ARM: dts: add support for USB phy, host and device for exynos4412-odroidx
This patch adds basic support for USB modules (host and device) on OdroidX board. Signed-off-by: Kamil Debski <k.debski@samsung.com> [removed incorrect port@2 node] Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
0c80244f25
commit
5eb3019355
@ -148,6 +148,16 @@
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
|
||||
usb3503@08 {
|
||||
compatible = "smsc,usb3503";
|
||||
reg = <0x08>;
|
||||
|
||||
intn-gpios = <&gpx3 0 0>;
|
||||
connect-gpios = <&gpx3 4 0>;
|
||||
reset-gpios = <&gpx3 5 0>;
|
||||
initial-mode = <1>;
|
||||
};
|
||||
|
||||
max77686: pmic@09 {
|
||||
compatible = "maxim,max77686";
|
||||
reg = <0x09>;
|
||||
@ -338,4 +348,21 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
exynos-usbphy@125B0000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
hsotg@12480000 {
|
||||
status = "okay";
|
||||
vusb_d-supply = <&ldo15_reg>;
|
||||
vusb_a-supply = <&ldo12_reg>;
|
||||
};
|
||||
|
||||
ehci@12580000 {
|
||||
status = "okay";
|
||||
port@1 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user