amba-clcd: set video mode via module parameter on kernel commandline
authorRyan Harkin <ryan.harkin@linaro.org>
Wed, 16 Apr 2014 17:08:01 +0000 (18:08 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 17 Apr 2014 18:04:50 +0000 (19:04 +0100)
commit6846e7822c4cab5a84672baace3b768c2d0db142
treedf88f11bb8e0d1cfd7eb2fd5d192d66e4538039d
parent936b996b71a6f0985e0c5474bf20174197d445d0
amba-clcd: set video mode via module parameter on kernel commandline

Specifying the module parameter "amba-clcd.mode=<mode>" will over-ride
the default mode used when the driver is initialised.

Where <mode> can either be VGA or XVGA (the default).

Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/video/amba-clcd.c