aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/powerpc
diff options
context:
space:
mode:
authorLi Yang <leoli@freescale.com>2008-01-08 02:18:46 -0500
committerKumar Gala <galak@kernel.crashing.org>2008-01-23 20:33:05 -0500
commit866b6ddd283ac453d4208831119d2b8272cda832 (patch)
tree57389646617d0fd976f85483301b936aaa06d7ef /Documentation/powerpc
parente10241d8a1a68955e2f3e74befd9fa6ce61ba2bc (diff)
[POWERPC] 83xx: USB device tree cleanups
Remove device_type = "usb" for 83xx SoC USB controller Signed-off-by: Li Yang <leoli@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'Documentation/powerpc')
-rw-r--r--Documentation/powerpc/booting-without-of.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt
index 6d1d0856063e..e58fd31bee1a 100644
--- a/Documentation/powerpc/booting-without-of.txt
+++ b/Documentation/powerpc/booting-without-of.txt
@@ -1411,7 +1411,6 @@ platforms are moved over to use the flattened-device-tree model.
1411 1411
1412 Example multi port host USB controller device node : 1412 Example multi port host USB controller device node :
1413 usb@22000 { 1413 usb@22000 {
1414 device_type = "usb";
1415 compatible = "fsl-usb2-mph"; 1414 compatible = "fsl-usb2-mph";
1416 reg = <22000 1000>; 1415 reg = <22000 1000>;
1417 #address-cells = <1>; 1416 #address-cells = <1>;
@@ -1425,7 +1424,6 @@ platforms are moved over to use the flattened-device-tree model.
1425 1424
1426 Example dual role USB controller device node : 1425 Example dual role USB controller device node :
1427 usb@23000 { 1426 usb@23000 {
1428 device_type = "usb";
1429 compatible = "fsl-usb2-dr"; 1427 compatible = "fsl-usb2-dr";
1430 reg = <23000 1000>; 1428 reg = <23000 1000>;
1431 #address-cells = <1>; 1429 #address-cells = <1>;
@@ -1589,7 +1587,6 @@ platforms are moved over to use the flattened-device-tree model.
1589 iii) USB (Universal Serial Bus Controller) 1587 iii) USB (Universal Serial Bus Controller)
1590 1588
1591 Required properties: 1589 Required properties:
1592 - device_type : should be "usb".
1593 - compatible : could be "qe_udc" or "fhci-hcd". 1590 - compatible : could be "qe_udc" or "fhci-hcd".
1594 - mode : the could be "host" or "slave". 1591 - mode : the could be "host" or "slave".
1595 - reg : Offset and length of the register set for the device 1592 - reg : Offset and length of the register set for the device
@@ -1603,7 +1600,6 @@ platforms are moved over to use the flattened-device-tree model.
1603 1600
1604 Example(slave): 1601 Example(slave):
1605 usb@6c0 { 1602 usb@6c0 {
1606 device_type = "usb";
1607 compatible = "qe_udc"; 1603 compatible = "qe_udc";
1608 reg = <6c0 40>; 1604 reg = <6c0 40>;
1609 interrupts = <8b 0>; 1605 interrupts = <8b 0>;