ARM: dts: omap3-gta04: fix compatible record for GTA04 board
authorH. Nikolaus Schaller <hns@goldelico.com>
Thu, 16 Feb 2023 16:46:43 +0000 (17:46 +0100)
committerTony Lindgren <tony@atomide.com>
Mon, 27 Mar 2023 08:16:20 +0000 (11:16 +0300)
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>
Message-Id: <38b49aad0cf33bb5d6a511edb458139b58e367fd.1676566002.git.hns@goldelico.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Documentation/devicetree/bindings/vendor-prefixes.yaml
arch/arm/boot/dts/omap3-gta04.dtsi

index ed64e06ecca49fbf5a2c219d2398d23bb03bb1f3..d394d25d216215d451dd2d71593cd55fbaff9f0a 100644 (file)
@@ -516,6 +516,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,.*":
@@ -977,6 +979,8 @@ patternProperties:
     description: OpenCores.org
   "^openembed,.*":
     description: OpenEmbed
+  "^openpandora,.*":
+    description: OpenPandora GmbH
   "^openrisc,.*":
     description: OpenRISC.io
   "^option,.*":
index e0be0fb23f80f5909b463ac35ef042cfde6429d2..4183fde460596b73017a10574ba9879f5fd10f61 100644 (file)
@@ -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>;