Add Xilinx UARTLITE and MPC5200 PSC device files (serial ports)
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 17 Oct 2008 10:19:41 +0000 (10:19 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 17 Oct 2008 10:19:41 +0000 (10:19 -0000)
From: Grant Likely <grant.likely@secretlab.ca>

The Xilinx UART Lite and MPC5200 Programmable Serial Controller (PSC)
devices have dedicated major/minor numbers.  Add them to the device
table data file so they get are present in the root filesystem

target/generic/device_table.txt
target/generic/target_skeleton/etc/securetty

index 1efc161ff66d7ee469e1b4a40a27b01450cb3bba..2016eb3a2c4b4fd748d6e27b7a50494e5b874627 100644 (file)
@@ -72,6 +72,8 @@
 #/dev/ttySA    c       666     0       0       204     5       0       1       3
 /dev/psaux     c       666     0       0       10      1       0       0       -
 #/dev/ppp      c       666     0       0       108     0       -       -       -
+/dev/ttyPSC    c       666     0       0       204     148     0       1       4
+/dev/ttyUL     c       666     0       0       204     187     0       1       4
 
 # Input stuff
 /dev/input             d       755     0       0       -       -       -       -       -
index 1b084acb810654ebe1f8d0447dce9f253e5d5744..15288e82a4e4ea1cbfa0a8db4931e51b942f6515 100644 (file)
@@ -14,3 +14,7 @@ ttyUL0
 ttyUL1
 ttyUL2
 ttyUL3
+ttyPSC0
+ttyPSC1
+ttyPSC2
+ttyPSC3