diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-08-29 18:58:00 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-08-29 20:36:18 -0400 |
commit | 3efbdd136e52ee4028b5bb5b848a6043cf61cd6e (patch) | |
tree | d4851042f801f1d612565b10611dd002e566086b /Documentation/powerpc | |
parent | 8ec8f2e85c6b88b4a1641eb3902275bcf2c6d60a (diff) |
[POWERPC] Fix MPIC sense codes in documentation
The booting-without-of.txt had incorrect definition for the sense codes
for an OpenPIC controller
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'Documentation/powerpc')
-rw-r--r-- | Documentation/powerpc/booting-without-of.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt index 8c48b8a27b9c..5c0ba235f5a5 100644 --- a/Documentation/powerpc/booting-without-of.txt +++ b/Documentation/powerpc/booting-without-of.txt | |||
@@ -1136,10 +1136,10 @@ Sense and level information should be encoded as follows: | |||
1136 | Devices connected to openPIC-compatible controllers should encode | 1136 | Devices connected to openPIC-compatible controllers should encode |
1137 | sense and polarity as follows: | 1137 | sense and polarity as follows: |
1138 | 1138 | ||
1139 | 0 = high to low edge sensitive type enabled | 1139 | 0 = low to high edge sensitive type enabled |
1140 | 1 = active low level sensitive type enabled | 1140 | 1 = active low level sensitive type enabled |
1141 | 2 = low to high edge sensitive type enabled | 1141 | 2 = active high level sensitive type enabled |
1142 | 3 = active high level sensitive type enabled | 1142 | 3 = high to low edge sensitive type enabled |
1143 | 1143 | ||
1144 | ISA PIC interrupt controllers should adhere to the ISA PIC | 1144 | ISA PIC interrupt controllers should adhere to the ISA PIC |
1145 | encodings listed below: | 1145 | encodings listed below: |