diff options
author | Nicolas Chauvet <kwizart@gmail.com> | 2015-09-03 17:34:40 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-09-14 13:33:47 -0700 |
commit | 60fdcb8863d9b4a8b6c6b367886fadb50d4c0b07 (patch) | |
tree | a5dde2f4e5055aa97d2cf9d55ac2cfe8450d1178 /arch/arm/boot | |
parent | c263a5b8120523b736ed4641657075f2024e75b7 (diff) | |
download | linux-60fdcb8863d9b4a8b6c6b367886fadb50d4c0b07.tar.bz2 |
ARM: dts: Fixup model name for HP t410 dts
This fix the model name for the device.
Whole string taken from the HP support center web page
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/dm8148-t410.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dm8148-t410.dts b/arch/arm/boot/dts/dm8148-t410.dts index aecd7dfa2eda..79838dd8dee7 100644 --- a/arch/arm/boot/dts/dm8148-t410.dts +++ b/arch/arm/boot/dts/dm8148-t410.dts @@ -8,7 +8,7 @@ #include "dm814x.dtsi" / { - model = "DM8148 EVM"; + model = "HP t410 Smart Zero Client"; compatible = "hp,t410", "ti,dm8148"; memory { |