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

Commit 645c17c2 authored by Sagar Dharia's avatar Sagar Dharia Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable serial devices used by MTP and CDP on SDM855



Enable I2C, SPI, and UART QUPv3 serial engine devices used by MTP and
CDP platforms on SDM855.

Change-Id: I0b2bf8d08eb703a26c0ccca3861ae8e60565d04f
Signed-off-by: default avatarSagar Dharia <sdharia@codeaurora.org>
parent 6d0ef2a8
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -37,6 +37,18 @@
	};
};

&qupv3_se13_4uart {
	status = "ok";
};

&qupv3_se3_spi {
	status = "ok";
};

&qupv3_se4_i2c {
	status = "ok";
};

&soc {
	gpio_keys {
		compatible = "gpio-keys";
+12 −0
Original line number Diff line number Diff line
@@ -37,6 +37,18 @@
	};
};

&qupv3_se13_4uart {
	status = "ok";
};

&qupv3_se3_spi {
	status = "ok";
};

&qupv3_se4_i2c {
	status = "ok";
};

&soc {
	gpio_keys {
		compatible = "gpio-keys";
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@
	aliases {
		serial0 = &qupv3_se12_2uart;
		hsuart0 = &qupv3_se13_4uart;
		spi0 = &qupv3_se3_spi;
		i2c0 = &qupv3_se4_i2c;
	};

	cpus {