Commit ea85ca0f authored by Hernán Gonzalez's avatar Hernán Gonzalez Committed by Shawn Guo

ARM: dts: imx53-voipac-dmm-668: Use IRQ_TYPE specifier

Replace magic number with the proper IRQ_TYPE specifier to improve DT
readability.
Signed-off-by: default avatarHernán Gonzalez <hernan@vanguardiasur.com.ar>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 9d180392
...@@ -150,7 +150,7 @@ pmic: dialog@48 { ...@@ -150,7 +150,7 @@ pmic: dialog@48 {
compatible = "dlg,da9053-aa", "dlg,da9052"; compatible = "dlg,da9053-aa", "dlg,da9052";
reg = <0x48>; reg = <0x48>;
interrupt-parent = <&gpio7>; interrupt-parent = <&gpio7>;
interrupts = <11 0x8>; /* low-level active IRQ at GPIO7_11 */ interrupts = <11 IRQ_TYPE_LEVEL_LOW>; /* low-level active IRQ at GPIO7_11 */
regulators { regulators {
buck1_reg: buck1 { buck1_reg: buck1 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment