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

Commit 2e904398 authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'qcom-fixes-for-4.20-rc1' of...

Merge tag 'qcom-fixes-for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into fixes

Qualcomm ARM64 DT Fixes for 4.20-rc1

* Fix reserved gpio ranges for SDM845 and MSM8998

* tag 'qcom-fixes-for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux

:
  arm64: dts: qcom: msm8998: Reserve gpio ranges on MTP
  arm64: dts: sdm845-mtp: Reserve reserved gpios

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents a89f84a5 91345867
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -241,3 +241,7 @@
		};
	};
};

&tlmm {
	gpio-reserved-ranges = <0 4>, <81 4>;
};
+4 −0
Original line number Diff line number Diff line
@@ -352,6 +352,10 @@
	status = "okay";
};

&tlmm {
	gpio-reserved-ranges = <0 4>, <81 4>;
};

&uart9 {
	status = "okay";
};