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

Commit 5bf8edcb authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Fix GPIO mapping of SE9 SPI usecase on SM8150"

parents ab974ca7 14ef8548
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -1143,14 +1143,14 @@
		qupv3_se9_spi_pins: qupv3_se9_spi_pins {
			qupv3_se9_spi_active: qupv3_se9_spi_active {
				mux {
					pins = "gpio38", "gpio39", "gpio40",
								"gpio41";
					pins = "gpio39", "gpio40", "gpio41",
								"gpio42";
					function = "qup9";
				};

				config {
					pins = "gpio38", "gpio39", "gpio40",
								"gpio41";
					pins = "gpio39", "gpio40", "gpio41",
								"gpio42";
					drive-strength = <6>;
					bias-disable;
				};
@@ -1158,14 +1158,14 @@

			qupv3_se9_spi_sleep: qupv3_se9_spi_sleep {
				mux {
					pins = "gpio38", "gpio39", "gpio40",
								"gpio41";
					pins = "gpio39", "gpio40", "gpio41",
								"gpio42";
					function = "gpio";
				};

				config {
					pins = "gpio38", "gpio39", "gpio40",
								"gpio41";
					pins = "gpio39", "gpio40", "gpio41",
								"gpio42";
					drive-strength = <6>;
					bias-disable;
				};