]> Git Repo - linux.git/commitdiff
Documentation: correct values in MPC8548E SEC example node
authorKim Phillips <[email protected]>
Mon, 3 Jul 2006 20:10:14 +0000 (15:10 -0500)
committerKumar Gala <[email protected]>
Mon, 3 Jul 2006 20:33:38 +0000 (15:33 -0500)
Signed-off-by: Kim Phillips <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
Documentation/powerpc/booting-without-of.txt

index 217e51768b871b6e909984e6826066f2ddf1e26b..3c62e66e1fcc01999d939c8be8837285d6b18add 100644 (file)
@@ -1436,9 +1436,9 @@ platforms are moved over to use the flattened-device-tree model.
                interrupts = <1d 3>;
                interrupt-parent = <40000>;
                num-channels = <4>;
-               channel-fifo-len = <24>;
+               channel-fifo-len = <18>;
                exec-units-mask = <000000fe>;
-               descriptor-types-mask = <073f1127>;
+               descriptor-types-mask = <012b0ebf>;
        };
 
 
This page took 0.061353 seconds and 4 git commands to generate.