Commit ace79dd1 authored by Linus Walleij's avatar Linus Walleij

ARM: dts: ux500: Remove the GPADC HW IRQ

The AB8505 variant lacks the hardware conversion IRQ, so
do not put it in with this variant.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 69505586
......@@ -45,9 +45,8 @@ ab8500-rtc {
gpadc: ab8500-gpadc {
compatible = "stericsson,ab8500-gpadc";
interrupts = <32 IRQ_TYPE_LEVEL_HIGH
39 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "HW_CONV_END", "SW_CONV_END";
interrupts = <39 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "SW_CONV_END";
vddadc-supply = <&ab8500_ldo_adc_reg>;
#address-cells = <1>;
#size-cells = <0>;
......@@ -90,7 +89,7 @@ usb_id: channel@0e {
};
ab8500_battery: ab8500_battery {
status = "disabled";
stericsson,battery-type = "LIPO";
thermistor-on-batctrl;
};
......
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