提交 c1ff0b47 编写于 作者: A Alexandre Belloni 提交者: Nicolas Ferre

ARM: at91/dt: sam9260: correct external trigger value

The external trigger value is 0b1101 which is 13 but 0xd.
Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
上级 35d35aae
......@@ -641,7 +641,7 @@
trigger@3 {
reg = <3>;
trigger-name = "external";
trigger-value = <0x13>;
trigger-value = <0xd>;
trigger-external;
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册