From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758181AbcH3LHJ (ORCPT ); Tue, 30 Aug 2016 07:07:09 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:54791 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757841AbcH3LHE (ORCPT ); Tue, 30 Aug 2016 07:07:04 -0400 Subject: Re: [RESEND PATCH v3 1/3] ARM: dts: DRA7: Add "linux,pci-domain" property for pci dt nodes To: Tony Lindgren References: <1470832400-11929-1-git-send-email-kishon@ti.com> <1470832400-11929-2-git-send-email-kishon@ti.com> <20160826153035.h6uyplc4mjlbc3v3@atomide.com> CC: Russell King , Benoit Cousson , , , , , , , Rob Herring , Mark Rutland , Nicolas Ferre , Alexandre Belloni , Jean-Christophe Plagniol-Villard , Krzysztof Halasa , Kukjin Kim , Krzysztof Kozlowski , Shawn Guo , Sascha Hauer , Fabio Estevam , Santosh Shilimkar , Simon Horman , Magnus Damm , Viresh Kumar , Shiraz Hashim , From: Kishon Vijay Abraham I Message-ID: <57C5687C.8030805@ti.com> Date: Tue, 30 Aug 2016 16:35:32 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <20160826153035.h6uyplc4mjlbc3v3@atomide.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tony, On Friday 26 August 2016 09:00 PM, Tony Lindgren wrote: > * Kishon Vijay Abraham I [160810 05:34]: >> Since DRA7 has multiple PCIe Rootcomplex, add "linux,pci-domain" >> property to assign a PCI domain number to each of the host >> bridges. > > Is this patch safe to apply without the other changes? Yes. I verified pcie on dra7x by applying only this patch and it doesn't break anything. Thanks Kishon