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

Commit 8fadff5b authored by Jayadev K's avatar Jayadev K
Browse files

Revert "ARM: dts: qcom: Add device tree support for PN111"



This reverts commit 0dafbbd6
to avoid boot failure due to external dependency.

Change-Id: I8d86036396796a1ec971b9200d7c04e00a58fff6
Signed-off-by: default avatarJayadev K <jayak@codeaurora.org>
parent 2bd1e64d
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2020, 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
@@ -298,11 +298,6 @@
	status = "ok";
};

&qupv3_se8_i2c {
	qcom,clk-freq-out = <400000>;
	status = "ok";
};

&qupv3_se4_2uart {
	status = "ok";
};
+0 −6
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@
	aliases {
		pci-domain0 = &pcie0; /* PCIe0 domain */
		sdhc2 = &sdhc_2; /* SDC2 SD card slot */
		i2c2 = &qupv3_se2_i2c; /* SDR card */
	};
};

@@ -818,8 +817,3 @@
&tlmm {
	dirconn-list = <37 216 1>;
};

&qupv3_se2_i2c {
	qcom,clk-freq-out = <400000>;
	status = "ok";
};
+0 −5
Original line number Diff line number Diff line
@@ -719,10 +719,5 @@
	status="disabled";
};

&qupv3_se2_i2c {
	qcom,clk-freq-out = <400000>;
	status = "ok";
};

#include "sa8155-audio.dtsi"
#include "sa8155-camera-sensor.dtsi"
+1 −6
Original line number Diff line number Diff line
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2019-2020, 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
@@ -831,8 +831,3 @@
		};
	};
};

&qupv3_se2_i2c {
	qcom,clk-freq-out = <400000>;
	status = "ok";
};
+0 −1
Original line number Diff line number Diff line
@@ -45,7 +45,6 @@
		hsuart0 = &qupv3_se13_4uart;
		spi0 = &qupv3_se3_spi;
		i2c0 = &qupv3_se4_i2c;
		i2c2 = &qupv3_se2_i2c;
	};

	cpus {
Loading