Commit 340c5401 authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Shawn Guo

ARM: dts: imx53-ppd: Use IRQ_TYPE_* constants

Replace magic numbers with IRQ_TYPE_* constants to improve
DT readability.
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.co.uk>
Reviewed-by: default avatarEzequiel Garcia <ezequiel@collabora.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1bf52b98
......@@ -300,7 +300,7 @@ da9053@0 {
compatible = "dlg,da9053-aa";
reg = <0>;
interrupt-parent = <&gpio3>;
interrupts = <12 0x8>;
interrupts = <12 IRQ_TYPE_LEVEL_LOW>;
spi-max-frequency = <1000000>;
dlg,tsi-as-adc;
tsiref-supply = <&reg_tsiref>;
......@@ -473,7 +473,7 @@ mma8453q: accelerometer@1c {
compatible = "fsl,mma8453";
reg = <0x1c>;
interrupt-parent = <&gpio1>;
interrupts = <6 0>;
interrupts = <6 IRQ_TYPE_NONE>;
interrupt-names = "INT1";
};
......@@ -539,7 +539,7 @@ touchscreen@4b {
reset-gpio = <&gpio5 19 GPIO_ACTIVE_HIGH>;
reg = <0x4b>;
interrupt-parent = <&gpio5>;
interrupts = <4 0x8>;
interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
};
};
......
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