diff options
author | Michel Pollet <buserror@gmail.com> | 2009-05-20 06:10:31 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-06-15 17:10:06 -0400 |
commit | 39f45d7bc0df52db8a7dd099ac02fef89514b7fc (patch) | |
tree | f09a42094fbf07a846849704f1be5f59d311acc2 /Documentation/kernel-parameters.txt | |
parent | 5102aa4acdbde305646ae60c5eec7042b5016a0e (diff) |
[ARM] MINI2440: Document the mini2440= kernel parameter
Also explains why the touchscreen support is not present,
and were to find a working one...
Signed-off-by: Michel Pollet <buserror@gmail.com>
[ben-linux@fluff.org: Fix header description]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 5f66ba295c5d..4b765b7ded9f 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1351,6 +1351,27 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1351 | min_addr=nn[KMG] [KNL,BOOT,ia64] All physical memory below this | 1351 | min_addr=nn[KMG] [KNL,BOOT,ia64] All physical memory below this |
1352 | physical address is ignored. | 1352 | physical address is ignored. |
1353 | 1353 | ||
1354 | mini2440= [ARM,HW,KNL] | ||
1355 | Format:[0..2][b][c][t] | ||
1356 | Default: "0tb" | ||
1357 | MINI2440 configuration specification: | ||
1358 | 0 - The attached screen is the 3.5" TFT | ||
1359 | 1 - The attached screen is the 7" TFT | ||
1360 | 2 - The VGA Shield is attached (1024x768) | ||
1361 | Leaving out the screen size parameter will not load | ||
1362 | the TFT driver, and the framebuffer will be left | ||
1363 | unconfigured. | ||
1364 | b - Enable backlight. The TFT backlight pin will be | ||
1365 | linked to the kernel VESA blanking code and a GPIO | ||
1366 | LED. This parameter is not necessary when using the | ||
1367 | VGA shield. | ||
1368 | c - Enable the s3c camera interface. | ||
1369 | t - Reserved for enabling touchscreen support. The | ||
1370 | touchscreen support is not enabled in the mainstream | ||
1371 | kernel as of 2.6.30, a preliminary port can be found | ||
1372 | in the "bleeding edge" mini2440 support kernel at | ||
1373 | http://repo.or.cz/w/linux-2.6/mini2440.git | ||
1374 | |||
1354 | mminit_loglevel= | 1375 | mminit_loglevel= |
1355 | [KNL] When CONFIG_DEBUG_MEMORY_INIT is set, this | 1376 | [KNL] When CONFIG_DEBUG_MEMORY_INIT is set, this |
1356 | parameter allows control of the logging verbosity for | 1377 | parameter allows control of the logging verbosity for |