diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2014-06-24 22:11:44 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-07-08 11:01:15 +0200 |
commit | 7540aeb0dd2c830ed490e7227d51bc3050ac798c (patch) | |
tree | 9d4c6e6017cb883cd08c3426a440b40628caa9bd /arch/arm/boot/dts/r8a7791-koelsch.dts | |
parent | aace0809e9bbbfe1570a298a3284d9802fbf2d1a (diff) | |
download | blackbird-op-linux-7540aeb0dd2c830ed490e7227d51bc3050ac798c.tar.gz blackbird-op-linux-7540aeb0dd2c830ed490e7227d51bc3050ac798c.zip |
ARM: shmobile: koelsch: 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>
Acked-by: Arnd Bergmann <arnd@arndb.de>
[horms+renesas@verge.net.au: minor witespace changes]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7791-koelsch.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index 5dac67395525..23486c081a69 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -279,6 +279,16 @@ renesas,groups = "i2c6"; renesas,function = "i2c6"; }; + + usb0_pins: usb0 { + renesas,groups = "usb0"; + renesas,function = "usb0"; + }; + + usb1_pins: usb1 { + renesas,groups = "usb1"; + renesas,function = "usb1"; + }; }; ðer { @@ -426,6 +436,18 @@ }; }; +&pci0 { + status = "okay"; + pinctrl-0 = <&usb0_pins>; + pinctrl-names = "default"; +}; + +&pci1 { + status = "okay"; + pinctrl-0 = <&usb1_pins>; + pinctrl-names = "default"; +}; + &pcie_bus_clk { status = "okay"; }; |