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

Commit a1cd70e4 authored by Tony Truong's avatar Tony Truong
Browse files

dt-bindings: arm: msm: remove deprecated io and bar entries for PCIe

PCIe root complex driver does not support io and bar entries
as part of the resources which it will remap and access. These
two resources are mapped and accessed directly by the device host
driver.

Also remove optional entries tcsr and rumi in the example code.

Change-Id: I424ec43373f4aaf949a002f0ea69ec2bbccafe18
parent fafa8068
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -24,8 +24,6 @@ Main node
		- "elbi"	External local bus interface registers
		- "iatu"	Internal translation unit registers
		- "config"	PCIe device configuration space
		- "io"		PCIe device I/O registers
		- "bars"	PCIe device base address registers
		- "tcsr" (opt)	PCIe clock scheme register
		- "rumi" (opt)	PCIe RUMI register

@@ -440,11 +438,8 @@ Example
			<0x60000000 0xf1d>,
			<0x60000f20 0xa8>,
			<0x60001000 0x1000>,
			<0x60100000 0x100000>,
			<0x60200000 0x100000>,
			<0x60300000 0x3d00000>;
		reg-names = "parf", "phy", "dm_core", "elbi", "iatu", "conf",
				"io", "bars", "tcsr", "rumi";
			<0x60100000 0x100000>;
		reg-names = "parf", "phy", "dm_core", "elbi", "iatu", "conf";

		cell-index = <0>;
		device_type = "pci";