linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: arm: qcom: rename vendor of apq8026-lenok
@ 2021-09-28 20:38 Luca Weiss
  2021-09-28 20:38 ` [PATCH 2/2] ARM: dts: qcom: apq8026-lg-lenok: rename board vendor Luca Weiss
  2021-10-04 18:39 ` [PATCH 1/2] dt-bindings: arm: qcom: rename vendor of apq8026-lenok Rob Herring
  0 siblings, 2 replies; 5+ messages in thread
From: Luca Weiss @ 2021-09-28 20:38 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: ~postmarketos/upstreaming, Luca Weiss, Andy Gross,
	Bjorn Andersson, Rob Herring, Stephen Boyd, devicetree,
	linux-kernel

In order to avoid having prefixes for multiple internal divisions of LG
use the "lg" prefix instead of "lge".

Fixes: 21f3cbf693b0 ("dt-bindings: arm: qcom: Document APQ8026 SoC binding")
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index a2e679112737..06da9ab5c0b6 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -96,7 +96,7 @@ properties:
 
       - items:
           - enum:
-              - lge,lenok
+              - lg,lenok
           - const: qcom,apq8026
 
       - items:
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] ARM: dts: qcom: apq8026-lg-lenok: rename board vendor
  2021-09-28 20:38 [PATCH 1/2] dt-bindings: arm: qcom: rename vendor of apq8026-lenok Luca Weiss
@ 2021-09-28 20:38 ` Luca Weiss
  2021-11-02 13:07   ` Geert Uytterhoeven
  2021-10-04 18:39 ` [PATCH 1/2] dt-bindings: arm: qcom: rename vendor of apq8026-lenok Rob Herring
  1 sibling, 1 reply; 5+ messages in thread
From: Luca Weiss @ 2021-09-28 20:38 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: ~postmarketos/upstreaming, Luca Weiss, Arnd Bergmann,
	Olof Johansson, soc, Rob Herring, Andy Gross, Bjorn Andersson,
	linux-arm-kernel, devicetree, linux-kernel

In order to avoid having prefixes for multiple internal divisions of LG
use the "lg" prefix instead of "lge".

Fixes: ad3f04b7bef6 ("ARM: dts: qcom: Add support for LG G Watch R")
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
 arch/arm/boot/dts/Makefile                                      | 2 +-
 .../{qcom-apq8026-lge-lenok.dts => qcom-apq8026-lg-lenok.dts}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename arch/arm/boot/dts/{qcom-apq8026-lge-lenok.dts => qcom-apq8026-lg-lenok.dts} (99%)

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 5ffab0486665..ff8f5ed5dd65 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -942,7 +942,7 @@ dtb-$(CONFIG_ARCH_OXNAS) += \
 	ox810se-wd-mbwe.dtb \
 	ox820-cloudengines-pogoplug-series-3.dtb
 dtb-$(CONFIG_ARCH_QCOM) += \
-	qcom-apq8026-lge-lenok.dtb \
+	qcom-apq8026-lg-lenok.dtb \
 	qcom-apq8060-dragonboard.dtb \
 	qcom-apq8064-cm-qs600.dtb \
 	qcom-apq8064-ifc6410.dtb \
diff --git a/arch/arm/boot/dts/qcom-apq8026-lge-lenok.dts b/arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts
similarity index 99%
rename from arch/arm/boot/dts/qcom-apq8026-lge-lenok.dts
rename to arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts
index ada4e94ade66..52a848e1b4d0 100644
--- a/arch/arm/boot/dts/qcom-apq8026-lge-lenok.dts
+++ b/arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts
@@ -10,7 +10,7 @@
 
 / {
 	model = "LG G Watch R";
-	compatible = "lge,lenok", "qcom,apq8026";
+	compatible = "lg,lenok", "qcom,apq8026";
 	qcom,board-id = <132 0x0a>;
 	qcom,msm-id = <199 0x20000>;
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] dt-bindings: arm: qcom: rename vendor of apq8026-lenok
  2021-09-28 20:38 [PATCH 1/2] dt-bindings: arm: qcom: rename vendor of apq8026-lenok Luca Weiss
  2021-09-28 20:38 ` [PATCH 2/2] ARM: dts: qcom: apq8026-lg-lenok: rename board vendor Luca Weiss
@ 2021-10-04 18:39 ` Rob Herring
  2021-10-05 23:08   ` David Heidelberg
  1 sibling, 1 reply; 5+ messages in thread
From: Rob Herring @ 2021-10-04 18:39 UTC (permalink / raw)
  To: Luca Weiss
  Cc: Rob Herring, ~postmarketos/upstreaming, Andy Gross,
	Bjorn Andersson, Stephen Boyd, linux-kernel, devicetree,
	linux-arm-msm

On Tue, 28 Sep 2021 22:38:14 +0200, Luca Weiss wrote:
> In order to avoid having prefixes for multiple internal divisions of LG
> use the "lg" prefix instead of "lge".
> 
> Fixes: 21f3cbf693b0 ("dt-bindings: arm: qcom: Document APQ8026 SoC binding")
> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] dt-bindings: arm: qcom: rename vendor of apq8026-lenok
  2021-10-04 18:39 ` [PATCH 1/2] dt-bindings: arm: qcom: rename vendor of apq8026-lenok Rob Herring
@ 2021-10-05 23:08   ` David Heidelberg
  0 siblings, 0 replies; 5+ messages in thread
From: David Heidelberg @ 2021-10-05 23:08 UTC (permalink / raw)
  To: Rob Herring
  Cc: Luca Weiss, Rob Herring, ~postmarketos/upstreaming, Andy Gross,
	Bjorn Andersson, Stephen Boyd, linux-kernel, devicetree,
	linux-arm-msm

Acked-by: David Heidelberg <david@ixit.cz>
Best regards
David Heidelberg

On Mon, Oct 4 2021 at 13:39:31 -0500, Rob Herring <robh@kernel.org> 
wrote:
> On Tue, 28 Sep 2021 22:38:14 +0200, Luca Weiss wrote:
>>  In order to avoid having prefixes for multiple internal divisions 
>> of LG
>>  use the "lg" prefix instead of "lge".
>> 
>>  Fixes: 21f3cbf693b0 ("dt-bindings: arm: qcom: Document APQ8026 SoC 
>> binding")
>>  Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
>>  ---
>>   Documentation/devicetree/bindings/arm/qcom.yaml | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>> 
> 
> Acked-by: Rob Herring <robh@kernel.org>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 2/2] ARM: dts: qcom: apq8026-lg-lenok: rename board vendor
  2021-09-28 20:38 ` [PATCH 2/2] ARM: dts: qcom: apq8026-lg-lenok: rename board vendor Luca Weiss
@ 2021-11-02 13:07   ` Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2021-11-02 13:07 UTC (permalink / raw)
  To: Luca Weiss
  Cc: linux-arm-msm, ~postmarketos/upstreaming, Arnd Bergmann,
	Olof Johansson, arm-soc, Rob Herring, Andy Gross,
	Bjorn Andersson, Linux ARM,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux Kernel Mailing List

Hi Luca,

On Tue, Sep 28, 2021 at 10:39 PM Luca Weiss <luca@z3ntu.xyz> wrote:
> In order to avoid having prefixes for multiple internal divisions of LG
> use the "lg" prefix instead of "lge".
>
> Fixes: ad3f04b7bef6 ("ARM: dts: qcom: Add support for LG G Watch R")
> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
> ---
>  arch/arm/boot/dts/Makefile                                      | 2 +-
>  .../{qcom-apq8026-lge-lenok.dts => qcom-apq8026-lg-lenok.dts}   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>  rename arch/arm/boot/dts/{qcom-apq8026-lge-lenok.dts => qcom-apq8026-lg-lenok.dts} (99%)

What about the second board DTS using "lge"?
arch/arm/boot/dts/qcom-msm8974-lge-nexus5-hammerhead.dts

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-02 13:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 20:38 [PATCH 1/2] dt-bindings: arm: qcom: rename vendor of apq8026-lenok Luca Weiss
2021-09-28 20:38 ` [PATCH 2/2] ARM: dts: qcom: apq8026-lg-lenok: rename board vendor Luca Weiss
2021-11-02 13:07   ` Geert Uytterhoeven
2021-10-04 18:39 ` [PATCH 1/2] dt-bindings: arm: qcom: rename vendor of apq8026-lenok Rob Herring
2021-10-05 23:08   ` David Heidelberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).