“89ead8d15101ae20f0bfee2d81d4aecbb67f66dd”上不存在“...paddle/fluid/tests/book/notest_understand_sentiment.py”
提交 0976c946 编写于 作者: G Grant Likely

arm/versatile: Fix versatile irq specifications.

Two of the versatile irq definitions are incorrect, mostly because two
devices have connections to more than one interrupt controller. Fix them
by using the new interrupts-extended property to fan out without using
an awful interrupt-map nexus node.
Signed-off-by: NGrant Likely <grant.likely@linaro.org>
上级 79d97015
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
mmc@5000 { mmc@5000 {
compatible = "arm,primecell"; compatible = "arm,primecell";
reg = < 0x5000 0x1000>; reg = < 0x5000 0x1000>;
interrupts = <22 34>; interrupts-extended = <&vic 22 &sic 2>;
}; };
kmi@6000 { kmi@6000 {
compatible = "arm,pl050", "arm,primecell"; compatible = "arm,pl050", "arm,primecell";
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
mmc@b000 { mmc@b000 {
compatible = "arm,primecell"; compatible = "arm,primecell";
reg = <0xb000 0x1000>; reg = <0xb000 0x1000>;
interrupts = <23 34>; interrupts-extended = <&vic 23 &sic 2>;
}; };
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册