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

Commit 42426c67 authored by Rohit Vaswani's avatar Rohit Vaswani
Browse files

ARM: dts: qcom: Fix the pinctrl node size for msm cobalt



The pinctrl device node size is incorrect and is mapping
a whole range of io memory that it doesn't own. Fix it.

Change-Id: Ib6b29a45fafa7026015152d42a79198634bf8d76
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent f5d3db32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
&soc {
	tlmm: pinctrl@03400000 {
		compatible = "qcom,msmcobalt-pinctrl";
		reg = <0x03400000 0x4000000>;
		reg = <0x03400000 0xc00000>;
		interrupts = <0 208 0>;
		gpio-controller;
		#gpio-cells = <2>;