pinctrl: qcom: apq8064: Correct interrupts in example
authorBjorn Andersson <bjorn.andersson@sonymobile.com>
Thu, 14 Aug 2014 22:59:21 +0000 (15:59 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 21 Aug 2014 12:28:24 +0000 (07:28 -0500)
The example in the binding document indicates that interrupt 32 is used
for the TLMM summary IRQ. Correct this to reduce the confusion.

Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/qcom,apq8064-pinctrl.txt

index 0211c6d8a5229e17866eb90f751a015ffaf609a0..92fae82f35f2174ca64cb6de14825245870d9f5f 100644 (file)
@@ -62,7 +62,7 @@ Example:
                #gpio-cells = <2>;
                interrupt-controller;
                #interrupt-cells = <2>;
-               interrupts = <0 32 0x4>;
+               interrupts = <0 16 0x4>;
 
                pinctrl-names = "default";
                pinctrl-0 = <&gsbi5_uart_default>;