diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2006-07-03 15:10:14 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-07-03 15:33:38 -0500 |
commit | cbdb54d3ca986e30d0b8c1f755c3910b5573baae (patch) | |
tree | faa1c01407939d50902deaa125af0e229e587ee9 /Documentation/powerpc | |
parent | 0ebfff1491ef85d41ddf9c633834838be144f69f (diff) | |
download | op-kernel-dev-cbdb54d3ca986e30d0b8c1f755c3910b5573baae.zip op-kernel-dev-cbdb54d3ca986e30d0b8c1f755c3910b5573baae.tar.gz |
Documentation: correct values in MPC8548E SEC example node
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'Documentation/powerpc')
-rw-r--r-- | Documentation/powerpc/booting-without-of.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt index 217e517..3c62e66 100644 --- a/Documentation/powerpc/booting-without-of.txt +++ b/Documentation/powerpc/booting-without-of.txt @@ -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>; }; |