diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2023-02-16 17:46:43 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-03-27 11:16:20 +0300 |
commit | f47fc3aa346a506ac8552eb12dd9240194e01474 (patch) | |
tree | 505085ce5416c16eaa1691cd7fff842016de06b7 /arch/arm/boot/dts/omap3-gta04.dtsi | |
parent | a622310f7f0185da02e42cdb06475f533efaae60 (diff) | |
download | lwn-f47fc3aa346a506ac8552eb12dd9240194e01474.tar.gz lwn-f47fc3aa346a506ac8552eb12dd9240194e01474.zip |
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: 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>
Diffstat (limited to 'arch/arm/boot/dts/omap3-gta04.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-gta04.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index e0be0fb23f80..4183fde46059 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>; |