diff options
author | Nicolas Chauvet <kwizart@gmail.com> | 2015-09-03 17:34:40 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-09-14 22:33:47 +0200 |
commit | 60fdcb8863d9b4a8b6c6b367886fadb50d4c0b07 (patch) | |
tree | a5dde2f4e5055aa97d2cf9d55ac2cfe8450d1178 /arch/arm | |
parent | ARM: dts: DRA7: fix a typo in ethernet (diff) | |
download | linux-60fdcb8863d9b4a8b6c6b367886fadb50d4c0b07.tar.xz linux-60fdcb8863d9b4a8b6c6b367886fadb50d4c0b07.zip |
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')
-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 { |