浏览代码

[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>
Benjamin Herrenschmidt 18 年之前
父节点
当前提交
3efbdd136e
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Documentation/powerpc/booting-without-of.txt

+ 3 - 3
Documentation/powerpc/booting-without-of.txt

@@ -1136,10 +1136,10 @@ Sense and level information should be encoded as follows:
    Devices connected to openPIC-compatible controllers should encode
    Devices connected to openPIC-compatible controllers should encode
    sense and polarity as follows:
    sense and polarity as follows:
 
 
-	0 = high to low edge sensitive type enabled
+	0 = low to high edge sensitive type enabled
 	1 = active low level sensitive type enabled
 	1 = active low level sensitive type enabled
-	2 = low to high edge sensitive type enabled
-	3 = active high level sensitive type enabled
+	2 = active high level sensitive type enabled
+	3 = high to low edge sensitive type enabled
 
 
    ISA PIC interrupt controllers should adhere to the ISA PIC
    ISA PIC interrupt controllers should adhere to the ISA PIC
    encodings listed below:
    encodings listed below: