Commit bc058f6f authored by Biju Das's avatar Biju Das Committed by Simon Horman

ARM: dts: iwg22d-sodimm: Enable internal PCI

Enable internal AHB-PCI bridges for the USB EHCI/OHCI controllers
attached to them.
Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Signed-off-by: default avatarChris Paterson <chris.paterson2@renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent c3e35873
...@@ -55,6 +55,11 @@ sdhi0_pins: sd0 { ...@@ -55,6 +55,11 @@ sdhi0_pins: sd0 {
function = "sdhi0"; function = "sdhi0";
power-source = <3300>; power-source = <3300>;
}; };
usb1_pins: usb1 {
groups = "usb1";
function = "usb1";
};
}; };
&scif4 { &scif4 {
...@@ -92,3 +97,9 @@ &sdhi0 { ...@@ -92,3 +97,9 @@ &sdhi0 {
cd-gpios = <&gpio6 6 GPIO_ACTIVE_LOW>; cd-gpios = <&gpio6 6 GPIO_ACTIVE_LOW>;
status = "okay"; status = "okay";
}; };
&pci1 {
status = "okay";
pinctrl-0 = <&usb1_pins>;
pinctrl-names = "default";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment