diff options
author | Phil Edworthy <phil.edworthy@renesas.com> | 2012-03-09 09:43:42 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-11 22:00:51 +0100 |
commit | 790fcac794c5144b1d5ca20a4560f46a7a7f2f9f (patch) | |
tree | 93dbb78959666cf3c58ea5f234b4c1742a909a8e /target/generic/device_table_dev.txt | |
parent | 6ab7f49529d18ac079e595003794806e8b87d156 (diff) | |
download | buildroot-novena-790fcac794c5144b1d5ca20a4560f46a7a7f2f9f.tar.gz buildroot-novena-790fcac794c5144b1d5ca20a4560f46a7a7f2f9f.zip |
sh: Add additional ttySCs
There are a couple of Renesas SH devices with 8 serial ports used.
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/generic/device_table_dev.txt')
-rw-r--r-- | target/generic/device_table_dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/generic/device_table_dev.txt b/target/generic/device_table_dev.txt index a3d53d460..d1d1e110c 100644 --- a/target/generic/device_table_dev.txt +++ b/target/generic/device_table_dev.txt @@ -32,7 +32,7 @@ /dev/ttyCPM c 666 0 0 204 46 0 1 4 /dev/ttyAMA c 666 0 0 204 64 0 1 4 /dev/ttySAC c 666 0 0 204 64 0 1 4 -/dev/ttySC c 666 0 0 204 8 0 1 6 +/dev/ttySC c 666 0 0 204 8 0 1 8 /dev/ttyPSC c 666 0 0 204 148 0 1 4 /dev/ttyUL c 666 0 0 204 187 0 1 4 /dev/ttymxc c 666 0 0 207 16 0 1 3 |