diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2019-07-22 23:36:57 +0200 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2019-08-26 17:51:28 +0530 |
commit | 93eae12c9f3e3bf423b308b341d380b0b4291bf8 (patch) | |
tree | a7959fcf177bbfceb8221a80e59731e31bf83753 | |
parent | d7d91d264783f01413606bd05aec46ce5d1a41df (diff) |
ARM: davinci: dm646x: Fix a typo in the comment
The driver is dedicated to DM646x. So update the description in the top
most comment accordingly.
It must have been derived from dm644x.c, but looks DM646 speecific now.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r-- | arch/arm/mach-davinci/dm646x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/dm646x.c b/arch/arm/mach-davinci/dm646x.c index 2b628c31aef4..4ffd028ed997 100644 --- a/arch/arm/mach-davinci/dm646x.c +++ b/arch/arm/mach-davinci/dm646x.c @@ -1,5 +1,5 @@ /* - * TI DaVinci DM644x chip specific setup + * TI DaVinci DM646x chip specific setup * * Author: Kevin Hilman, Deep Root Systems, LLC * |