From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932268AbeCMSTQ (ORCPT ); Tue, 13 Mar 2018 14:19:16 -0400 Received: from mail-pg0-f42.google.com ([74.125.83.42]:42314 "EHLO mail-pg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751806AbeCMSTO (ORCPT ); Tue, 13 Mar 2018 14:19:14 -0400 X-Google-Smtp-Source: AG47ELvS2FtEsV/LbFJUmp7FFHTBmJm6VNk6vsY7NpncXJnzdc1xXalAER+DAfXduIen+KR/DIZGag== Date: Tue, 13 Mar 2018 11:19:10 -0700 From: Bjorn Andersson To: Arnd Bergmann Cc: Andy Gross , David Brown , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , Vivek Gautam , Srinivas Kandagatla , Rajendra Nayak , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: qcom: rename qcom,pcie devices to pcie Message-ID: <20180313181910.GW18510@minitux> References: <20180313121345.2749183-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180313121345.2749183-1-arnd@arndb.de> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 13 Mar 05:13 PDT 2018, Arnd Bergmann wrote: > The node name for a PCIe host bridge must be "pcie" as required by > the binging. dtc now warns about it: > "binding", I presume... > arch/arm64/boot/dts/qcom/apq8096-db820c.dtb: Warning (pci_bridge): /soc/agnoc@0/qcom,pcie@610000: node name is not "pci" or "pcie" > arch/arm64/boot/dts/qcom/apq8096-db820c.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' > arch/arm64/boot/dts/qcom/msm8996-mtp.dtb: Warning (pci_bridge): /soc/agnoc@0/qcom,pcie@610000: node name is not "pci" or "pcie" > arch/arm64/boot/dts/qcom/msm8996-mtp.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' > > This renames the nodes as appropriate. > Reviewed-by: Bjorn Andersson Regards, Bjorn