diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2018-07-31 09:11:25 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-09-07 10:11:00 -0700 |
commit | 2719623ea7901350065c496e81502525b9e5ff9f (patch) | |
tree | 77abde4a00f747e83194fb0cdfaa1fe643347e71 | |
parent | 2cc86a47059b79517c6cb3af4b10cdf35c808031 (diff) | |
download | linux-2719623ea7901350065c496e81502525b9e5ff9f.tar.gz |
ARM: dts: omap3-gta04a3: fix model name for A3 variant
GTA04 is the project name and Letux 2804 the product name.
Report both.
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap3-gta04a3.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-gta04a3.dts b/arch/arm/boot/dts/omap3-gta04a3.dts index 3099a892cf50..cc9244956679 100644 --- a/arch/arm/boot/dts/omap3-gta04a3.dts +++ b/arch/arm/boot/dts/omap3-gta04a3.dts @@ -9,7 +9,7 @@ #include "omap3-gta04.dtsi" / { - model = "Goldelico GTA04A3"; + model = "Goldelico GTA04A3/Letux 2804"; }; &i2c2 { |