Commit 87736033 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

target/generic: add ttyCPMx device nodes to device_table / securetty

Serial devices for CPM cores on ppc.
parent 5c5a49c0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@
#/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/ttyCPM	c	666	0	0	204	46	0	1	4
/dev/ttyAMA	c	666	0	0	204	64	0	1	4
/dev/ttyPSC	c	666	0	0	204	148	0	1	4
/dev/ttyUL	c	666	0	0	204	187	0	1	4
+4 −0
Original line number Diff line number Diff line
@@ -22,3 +22,7 @@ ttyPSC0
ttyPSC1
ttyPSC2
ttyPSC3
ttyCPM0
ttyCPM1
ttyCPM2
ttyCPM3
+4 −0
Original line number Diff line number Diff line
@@ -22,3 +22,7 @@ ttyPSC0
ttyPSC1
ttyPSC2
ttyPSC3
ttyCPM0
ttyCPM1
ttyCPM2
ttyCPM3