diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2018-04-20 17:45:53 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-05-02 15:21:38 +0200 |
commit | 340c54018ea6dfa0ab647540b247f5d8d7d09756 (patch) | |
tree | a8c30afac5dc78026e53aa901074745be0a35d83 /arch/arm/boot/dts/imx53-ppd.dts | |
parent | ARM: dts: imx6sx-sabreauto: add external 24MHz clock source (diff) | |
download | linux-340c54018ea6dfa0ab647540b247f5d8d7d09756.tar.xz linux-340c54018ea6dfa0ab647540b247f5d8d7d09756.zip |
ARM: dts: imx53-ppd: Use IRQ_TYPE_* constants
Replace magic numbers with IRQ_TYPE_* constants to improve
DT readability.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Reviewed-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53-ppd.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-ppd.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx53-ppd.dts b/arch/arm/boot/dts/imx53-ppd.dts index d5628af2e301..d02d07470ad3 100644 --- a/arch/arm/boot/dts/imx53-ppd.dts +++ b/arch/arm/boot/dts/imx53-ppd.dts @@ -300,7 +300,7 @@ 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 = <®_tsiref>; @@ -473,7 +473,7 @@ compatible = "fsl,mma8453"; reg = <0x1c>; interrupt-parent = <&gpio1>; - interrupts = <6 0>; + interrupts = <6 IRQ_TYPE_NONE>; interrupt-names = "INT1"; }; @@ -539,7 +539,7 @@ reset-gpio = <&gpio5 19 GPIO_ACTIVE_HIGH>; reg = <0x4b>; interrupt-parent = <&gpio5>; - interrupts = <4 0x8>; + interrupts = <4 IRQ_TYPE_LEVEL_LOW>; }; }; |