diff mbox series

ARM: dts: omap3-gta04: fix compatible record for GTA04 board

Message ID 38b49aad0cf33bb5d6a511edb458139b58e367fd.1676566002.git.hns@goldelico.com
State New
Headers show
Series ARM: dts: omap3-gta04: fix compatible record for GTA04 board | expand

Commit Message

H. Nikolaus Schaller Feb. 16, 2023, 4:46 p.m. UTC
Vendor of the GTA04 boards is and always was
Golden Delicious Computers GmbH&Co. KG, Germany
and not Texas Instruments.

Maybe, TI was references here because the GTA04 was based on
the BeagleBoard design which is designated as "ti,omap3-beagle".

While we are looking at vendors of omap3 based devices, we also
add the record for OpenPandora. The DTS files for the pandora
device already make use of it.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
---
 Documentation/devicetree/bindings/vendor-prefixes.yaml | 4 ++++
 arch/arm/boot/dts/omap3-gta04.dtsi                     | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

Comments

Rob Herring Feb. 21, 2023, 2:04 a.m. UTC | #1
On Thu, 16 Feb 2023 17:46:43 +0100, H. Nikolaus Schaller wrote:
> Vendor of the GTA04 boards is and always was
> Golden Delicious Computers GmbH&Co. KG, Germany
> and not Texas Instruments.
> 
> Maybe, TI was references here because the GTA04 was based on
> the BeagleBoard design which is designated as "ti,omap3-beagle".
> 
> While we are looking at vendors of omap3 based devices, we also
> add the record for OpenPandora. The DTS files for the pandora
> device already make use of it.
> 
> Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 4 ++++
>  arch/arm/boot/dts/omap3-gta04.dtsi                     | 3 +--
>  2 files changed, 5 insertions(+), 2 deletions(-)
> 

Acked-by: Rob Herring <robh@kernel.org>
Tony Lindgren March 27, 2023, 8:16 a.m. UTC | #2
* Rob Herring <robh@kernel.org> [230221 02:04]:
> 
> On Thu, 16 Feb 2023 17:46:43 +0100, H. Nikolaus Schaller wrote:
> > Vendor of the GTA04 boards is and always was
> > Golden Delicious Computers GmbH&Co. KG, Germany
> > and not Texas Instruments.
> > 
> > Maybe, TI was references here because the GTA04 was based on
> > the BeagleBoard design which is designated as "ti,omap3-beagle".
> > 
> > While we are looking at vendors of omap3 based devices, we also
> > add the record for OpenPandora. The DTS files for the pandora
> > device already make use of it.
> > 
> > Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
> > ---
> >  Documentation/devicetree/bindings/vendor-prefixes.yaml | 4 ++++
> >  arch/arm/boot/dts/omap3-gta04.dtsi                     | 3 +--
> >  2 files changed, 5 insertions(+), 2 deletions(-)
> > 
> 
> Acked-by: Rob Herring <robh@kernel.org>

Applying into omap-for-v6.4/dt thanks.

Tony
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 70ffb3780621b..1476aaaebf883 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -508,6 +508,8 @@  patternProperties:
     description: GlobalTop Technology, Inc.
   "^gmt,.*":
     description: Global Mixed-mode Technology, Inc.
+  "^goldelico,.*":
+    description: Golden Delicious Computers GmbH & Co. KG
   "^goodix,.*":
     description: Shenzhen Huiding Technology Co., Ltd.
   "^google,.*":
@@ -959,6 +961,8 @@  patternProperties:
     description: OpenCores.org
   "^openembed,.*":
     description: OpenEmbed
+  "^openpandora,.*":
+    description: OpenPandora GmbH
   "^openrisc,.*":
     description: OpenRISC.io
   "^option,.*":
diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
index 87e0ab1bbe957..5932012d04966 100644
--- a/arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/arch/arm/boot/dts/omap3-gta04.dtsi
@@ -11,8 +11,7 @@ 
 
 / {
 	model = "OMAP3 GTA04";
-	compatible = "ti,omap3-gta04", "ti,omap3630", "ti,omap36xx", "ti,omap3";
-
+	compatible = "goldelico,gta04", "ti,omap3630", "ti,omap36xx", "ti,omap3";
 	cpus {
 		cpu@0 {
 			cpu0-supply = <&vcc>;