Signed-off-by: Pratyush Anand <pratyush.anand@xxxxxx> --- arch/arm/boot/dts/spear13xx.dtsi | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/spear13xx.dtsi b/arch/arm/boot/dts/spear13xx.dtsi index b7990754..fe55d21 100644 --- a/arch/arm/boot/dts/spear13xx.dtsi +++ b/arch/arm/boot/dts/spear13xx.dtsi @@ -199,6 +199,14 @@ 0xeb800000 0x1000 >; interrupts = <0 68 0x4>; status = "disabled"; + pcie-host,is_host = <1>; + pcie-host,is_gen1 = <0>; + pcie-host,cfg0_size = <0x100000>; + pcie-host,cfg1_size = <0x100000>; + pcie-host,mem_size = <0xFC00000>; + pcie-host,msg_size = <0x100000>; + /* Entire DDR Area */ + pcie-host,in_mem_size = <0x80000000>; }; pcie1@b1800000 { @@ -208,6 +216,14 @@ 0xeb804000 0x1000 >; interrupts = <0 69 0x4>; status = "disabled"; + pcie-host,is_host = <1>; + pcie-host,is_gen1 = <0>; + pcie-host,cfg0_size = <0x100000>; + pcie-host,cfg1_size = <0x100000>; + pcie-host,mem_size = <0xFC00000>; + pcie-host,msg_size = <0x100000>; + /* Entire DDR Area */ + pcie-host,in_mem_size = <0x80000000>; }; pcie2@b4000000 { @@ -217,6 +233,14 @@ 0xeb808000 0x1000 >; interrupts = <0 70 0x4>; status = "disabled"; + pcie-host,is_host = <1>; + pcie-host,is_gen1 = <0>; + pcie-host,cfg0_size = <0x100000>; + pcie-host,cfg1_size = <0x100000>; + pcie-host,mem_size = <0xFC00000>; + pcie-host,msg_size = <0x100000>; + /* Entire DDR Area */ + pcie-host,in_mem_size = <0x80000000>; }; c3@e1800000 { -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html