diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2015-09-13 01:32:12 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-09-30 11:30:09 +0300 |
commit | f409ed0f4915c00e93ca21d1aea24e9aa2dedaf2 (patch) | |
tree | cde789da841dec45fe29cbba8f824f3b4d3bdc4e /arch/arm/boot/dts/r8a7794-silk.dts | |
parent | a6a130b34f84b51ecce711c266d434c02a6b53fe (diff) | |
download | linux-f409ed0f4915c00e93ca21d1aea24e9aa2dedaf2.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/r8a7794-silk.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7794-silk.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts index bb0a22423dc4..71bb56fef7e5 100644 --- a/arch/arm/boot/dts/r8a7794-silk.dts +++ b/arch/arm/boot/dts/r8a7794-silk.dts @@ -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"; +}; |