Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9829ea7 authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: Correct the register size and interrupt type for TLMM node



Change the interrupt type to LEVEL_HIGH to avoid WARN by the irq driver.
Correct the size of TLMM block.

Change-Id: Id2a37566d72a2893283ee3d949466f1946a753b9
Signed-off-by: default avatarRishabh Bhatnagar <rishabhb@codeaurora.org>
parent b31fc5d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@
&soc {
	tlmm: pinctrl@0F000000 {
		compatible = "qcom,kona-pinctrl";
		reg = <0x0F000000 0xC00000>;
		interrupts = <0 208 0>;
		reg = <0x0F000000 0x1000000>;
		interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;