Commit 1cbb74fd authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Shawn Guo

ARM: dts: i.MX51: Switch to use standard IRQ flags definitions

Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent e030df9d
......@@ -148,7 +148,7 @@ pmic: mc13892@0 {
spi-cs-high;
reg = <0>;
interrupt-parent = <&gpio1>;
interrupts = <8 0x4>;
interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
regulators {
sw1_reg: sw1 {
......
......@@ -12,6 +12,7 @@
#include "skeleton.dtsi"
#include "imx51-pinfunc.h"
#include <dt-bindings/interrupt-controller/irq.h>
/ {
aliases {
......
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