From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 21 Oct 2015 10:42:01 -0600 Subject: [U-Boot] [PATCH 1/2] ARM: tegra: add PCI to Tegra210 SoC DT In-Reply-To: <1444086160-30298-1-git-send-email-swarren@wwwdotorg.org> References: <1444086160-30298-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <5627C059.7080702@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/05/2015 05:02 PM, Stephen Warren wrote: > From: Stephen Warren > > Tegra210's PCI controller is largely identical to Tegra124, and hence > shares the same binding. However, it has a unique compatible value due > to the existence of at least one new HW bug that would prevent any driver > for a previous HW version from operating correctly. > > Signed-off-by: Stephen Warren > --- > For this series to operate correctly, it relies on my previous patches for: > - fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BIT > - net: rtl8169: Build warning fixes for 64-bit > (Compile warning only) > - Enabling CONFIG_SYS_NONCACHED_MEMORY > - ARM: tegra210: implement PLLE init procedure from TRM > - Tegra210 XUSB padctl support > - Tegra210 PCI controller support Tom, Is this series OK? I assume it's only waiting for all the dependencies to go in first.