Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fcd17303 authored by Lucas Stach's avatar Lucas Stach Committed by Shawn Guo
Browse files

ARM: imx6: add pci config space as platform resource



Fixes "imx6q-pcie 1ffc000.pcie: missing *config* reg space"
error exposed by new versions of the designware pcie driver.

Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent acc3329e
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,9 @@ Example:


	pcie@0x01000000 {
	pcie@0x01000000 {
		compatible = "fsl,imx6q-pcie", "snps,dw-pcie";
		compatible = "fsl,imx6q-pcie", "snps,dw-pcie";
		reg = <0x01ffc000 0x4000>;
		reg = <0x01ffc000 0x04000>,
		      <0x01f00000 0x80000>;
		reg-names = "dbi", "config";
		#address-cells = <3>;
		#address-cells = <3>;
		#size-cells = <2>;
		#size-cells = <2>;
		device_type = "pci";
		device_type = "pci";
+3 −1
Original line number Original line Diff line number Diff line
@@ -137,7 +137,9 @@


		pcie: pcie@0x01000000 {
		pcie: pcie@0x01000000 {
			compatible = "fsl,imx6q-pcie", "snps,dw-pcie";
			compatible = "fsl,imx6q-pcie", "snps,dw-pcie";
			reg = <0x01ffc000 0x4000>; /* DBI */
			reg = <0x01ffc000 0x04000>,
			      <0x01f00000 0x80000>;
			reg-names = "dbi", "config";
			#address-cells = <3>;
			#address-cells = <3>;
			#size-cells = <2>;
			#size-cells = <2>;
			device_type = "pci";
			device_type = "pci";