ARM: shmobile: silk: enable internal PCI

Enable internal AHB-PCI bridges for the USB EHCI/OHCI controllers attached to
them.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Sergei Shtylyov 2015-09-13 01:32:12 +03:00 committed by Simon Horman
parent a6a130b34f
commit f409ed0f49
1 changed files with 22 additions and 0 deletions

View File

@ -80,6 +80,16 @@
renesas,groups = "vin0_data8", "vin0_clk";
renesas,function = "vin0";
};
usb0_pins: usb0 {
renesas,groups = "usb0";
renesas,function = "usb0";
};
usb1_pins: usb1 {
renesas,groups = "usb1";
renesas,function = "usb1";
};
};
&scif2 {
@ -188,3 +198,15 @@
};
};
};
&pci0 {
status = "okay";
pinctrl-0 = <&usb0_pins>;
pinctrl-names = "default";
};
&pci1 {
status = "okay";
pinctrl-0 = <&usb1_pins>;
pinctrl-names = "default";
};