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

Commit eb7f011c authored by Channagoud Kadabi's avatar Channagoud Kadabi
Browse files

ARM: dts: msm: Update TLMM base address for SDM845



Update the base address for TLMM as per the latest software interface.

Change-Id: Ib3bc5a4745d471358b4aca5224c38f02f4cf1c54
Signed-off-by: default avatarChannagoud Kadabi <ckadabi@codeaurora.org>
parent 0f105b40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,9 +11,9 @@
 */

&soc {
	tlmm: pinctrl@03800000 {
	tlmm: pinctrl@03400000 {
		compatible = "qcom,sdm830-pinctrl";
		reg = <0x03800000 0xc00000>;
		reg = <0x03400000 0xc00000>;
		interrupts = <0 208 0>;
		gpio-controller;
		#gpio-cells = <2>;
+2 −2
Original line number Diff line number Diff line
@@ -11,9 +11,9 @@
 */

&soc {
	tlmm: pinctrl@03800000 {
	tlmm: pinctrl@03400000 {
		compatible = "qcom,sdm845-pinctrl";
		reg = <0x03800000 0xc00000>;
		reg = <0x03400000 0xc00000>;
		interrupts = <0 208 0>;
		gpio-controller;
		#gpio-cells = <2>;