lantiq - vgv7519: enable pci bus
SVN-Revision: 42823
This commit is contained in:
parent
c2e4007bc1
commit
6a961da231
2 changed files with 4 additions and 3 deletions
|
@ -188,10 +188,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
pci@E105400 {
|
pci@E105400 {
|
||||||
|
status = "okay";
|
||||||
#address-cells = <3>;
|
#address-cells = <3>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
compatible = "lantiq,pci-xway1";
|
compatible = "lantiq,pci-xway";
|
||||||
bus-range = <0x0 0x0>;
|
bus-range = <0x0 0x0>;
|
||||||
ranges = <0x2000000 0 0x8000000 0x8000000 0 0x2000000 /* pci memory */
|
ranges = <0x2000000 0 0x8000000 0x8000000 0 0x2000000 /* pci memory */
|
||||||
0x1000000 0 0x00000000 0xAE00000 0 0x200000>; /* io space */
|
0x1000000 0 0x00000000 0xAE00000 0 0x200000>; /* io space */
|
||||||
|
@ -205,7 +206,7 @@
|
||||||
interrupt-map = <
|
interrupt-map = <
|
||||||
0x7000 0 0 1 &icu0 29 1 // slot 14, irq 29
|
0x7000 0 0 1 &icu0 29 1 // slot 14, irq 29
|
||||||
>;
|
>;
|
||||||
gpios-reset = <&gpio 21 0>;
|
gpio-reset = <&gpio 21 0>;
|
||||||
req-mask = <0x1>; /* GNT1 */
|
req-mask = <0x1>; /* GNT1 */
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -44,7 +44,7 @@ CONFIG_MTD_UBI_GLUEBI=y
|
||||||
CONFIG_MTD_UBI_WL_THRESHOLD=4096
|
CONFIG_MTD_UBI_WL_THRESHOLD=4096
|
||||||
CONFIG_NLS=y
|
CONFIG_NLS=y
|
||||||
CONFIG_PCIE_LANTIQ=y
|
CONFIG_PCIE_LANTIQ=y
|
||||||
# CONFIG_PCI_LANTIQ is not set
|
CONFIG_PCI_LANTIQ=y
|
||||||
# CONFIG_PROC_DEVICETREE is not set
|
# CONFIG_PROC_DEVICETREE is not set
|
||||||
# CONFIG_RCU_STALL_COMMON is not set
|
# CONFIG_RCU_STALL_COMMON is not set
|
||||||
CONFIG_RTL8306_PHY=y
|
CONFIG_RTL8306_PHY=y
|
||||||
|
|
Loading…
Reference in a new issue