From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH 2/2] arm64: dts: qcom: Rename SBC to DragonBoard 410c Date: Tue, 3 Oct 2017 13:58:24 -0700 Message-ID: <20171003205823.GP1165@minitux> References: <20171003091155.7138-1-linus.walleij@linaro.org> <20171003091155.7138-2-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pg0-f46.google.com ([74.125.83.46]:56567 "EHLO mail-pg0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751893AbdJCU62 (ORCPT ); Tue, 3 Oct 2017 16:58:28 -0400 Received: by mail-pg0-f46.google.com with SMTP id n1so4678248pgt.13 for ; Tue, 03 Oct 2017 13:58:27 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20171003091155.7138-2-linus.walleij@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Linus Walleij Cc: linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, Andy Gross , David Brown , Stephen Boyd , linux-soc@vger.kernel.org On Tue 03 Oct 02:11 PDT 2017, Linus Walleij wrote: > Naming the DragonBoard 410c "SBC" (I guess "single board computer") > is not very helpful for users looking for their device tree in > the kernel. Also the db820c is named properly. > > Rectify this, simply, do not change the compatible strings but name > the DTS files in a consistent manner. > > Signed-off-by: Linus Walleij This annoys me every time I'm poking at the 410c. Acked-by: Bjorn Andersson Regards, Bjorn > --- > It's not like I don't understand that people will be nitpicky > about this. > > I was looking for the DragonBoard 410c devicetree and could not > find it until I realized this hopeless idiomatic naming. > > It cost me time and effort, and it is going to cost others time > and effort. Fixing it. > > The other patch naming the GPIO lines can be applied without > this one. > --- > arch/arm64/boot/dts/qcom/Makefile | 2 +- > .../{apq8016-sbc-pmic-pins.dtsi => apq8016-db410c-pmic-pins.dtsi} | 0 > .../qcom/{apq8016-sbc-soc-pins.dtsi => apq8016-db410c-soc-pins.dtsi} | 0 > arch/arm64/boot/dts/qcom/{apq8016-sbc.dts => apq8016-db410c.dts} | 5 +++-- > arch/arm64/boot/dts/qcom/{apq8016-sbc.dtsi => apq8016-db410c.dtsi} | 4 ++-- > 5 files changed, 6 insertions(+), 5 deletions(-) > rename arch/arm64/boot/dts/qcom/{apq8016-sbc-pmic-pins.dtsi => apq8016-db410c-pmic-pins.dtsi} (100%) > rename arch/arm64/boot/dts/qcom/{apq8016-sbc-soc-pins.dtsi => apq8016-db410c-soc-pins.dtsi} (100%) > rename arch/arm64/boot/dts/qcom/{apq8016-sbc.dts => apq8016-db410c.dts} (95%) > rename arch/arm64/boot/dts/qcom/{apq8016-sbc.dtsi => apq8016-db410c.dtsi} (99%) > > diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile > index ff81d7e5805e..fc46ab79acd9 100644 > --- a/arch/arm64/boot/dts/qcom/Makefile > +++ b/arch/arm64/boot/dts/qcom/Makefile > @@ -1,4 +1,4 @@ > -dtb-$(CONFIG_ARCH_QCOM) += apq8016-sbc.dtb > +dtb-$(CONFIG_ARCH_QCOM) += apq8016-db410c.dtb > dtb-$(CONFIG_ARCH_QCOM) += apq8096-db820c.dtb > dtb-$(CONFIG_ARCH_QCOM) += ipq8074-hk01.dtb > dtb-$(CONFIG_ARCH_QCOM) += msm8916-mtp.dtb > diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc-pmic-pins.dtsi b/arch/arm64/boot/dts/qcom/apq8016-db410c-pmic-pins.dtsi > similarity index 100% > rename from arch/arm64/boot/dts/qcom/apq8016-sbc-pmic-pins.dtsi > rename to arch/arm64/boot/dts/qcom/apq8016-db410c-pmic-pins.dtsi > diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc-soc-pins.dtsi b/arch/arm64/boot/dts/qcom/apq8016-db410c-soc-pins.dtsi > similarity index 100% > rename from arch/arm64/boot/dts/qcom/apq8016-sbc-soc-pins.dtsi > rename to arch/arm64/boot/dts/qcom/apq8016-db410c-soc-pins.dtsi > diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dts b/arch/arm64/boot/dts/qcom/apq8016-db410c.dts > similarity index 95% > rename from arch/arm64/boot/dts/qcom/apq8016-sbc.dts > rename to arch/arm64/boot/dts/qcom/apq8016-db410c.dts > index 40b0d62861bb..86cfae4d2b9d 100644 > --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dts > +++ b/arch/arm64/boot/dts/qcom/apq8016-db410c.dts > @@ -13,10 +13,11 @@ > > /dts-v1/; > > -#include "apq8016-sbc.dtsi" > +#include "apq8016-db410c.dtsi" > > / { > - model = "Qualcomm Technologies, Inc. APQ 8016 SBC"; > + model = "Qualcomm Technologies, Inc. APQ 8016 DragonBoard 410c"; > + /* The "SBC" (Single Board Computer) is another name for this board */ > compatible = "qcom,apq8016-sbc", "qcom,apq8016", "qcom,sbc"; > }; > > diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-db410c.dtsi > similarity index 99% > rename from arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi > rename to arch/arm64/boot/dts/qcom/apq8016-db410c.dtsi > index 1d63e6b879de..1300c11e5f0e 100644 > --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi > +++ b/arch/arm64/boot/dts/qcom/apq8016-db410c.dtsi > @@ -13,8 +13,8 @@ > > #include "msm8916.dtsi" > #include "pm8916.dtsi" > -#include "apq8016-sbc-soc-pins.dtsi" > -#include "apq8016-sbc-pmic-pins.dtsi" > +#include "apq8016-db410c-soc-pins.dtsi" > +#include "apq8016-db410c-pmic-pins.dtsi" > #include > #include > #include > -- > 2.13.5 >