“cda390bb8f0fc751194ef5f4c691ca8d3ff91009”上不存在“arch/x86/boot/git@gitcode.net:openharmony/kernel_linux.git”
提交 8bf48e74 编写于 作者: H Hernán Gonzalez 提交者: Shawn Guo

ARM: dts: imx6qdl-phytec-pfla02: Use IRQ_TYPE specifier

Replace magic number with the proper IRQ_TYPE specifier to improve DT
readability.
Signed-off-by: NHernán Gonzalez <hernan@vanguardiasur.com.ar>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 ea85ca0f
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
compatible = "dlg,da9063"; compatible = "dlg,da9063";
reg = <0x58>; reg = <0x58>;
interrupt-parent = <&gpio2>; interrupt-parent = <&gpio2>;
interrupts = <9 0x8>; /* active-low GPIO2_9 */ interrupts = <9 IRQ_TYPE_LEVEL_LOW>; /* active-low GPIO2_9 */
regulators { regulators {
vddcore_reg: bcore1 { vddcore_reg: bcore1 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册