Commit f47fc3aa authored by H. Nikolaus Schaller's avatar H. Nikolaus Schaller Committed by Tony Lindgren
Browse files

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



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: default avatarH. Nikolaus Schaller <hns@goldelico.com>
Message-Id: <38b49aad0cf33bb5d6a511edb458139b58e367fd.1676566002.git.hns@goldelico.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a622310f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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,.*":
+1 −2
Original line number Diff line number Diff line
@@ -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>;