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

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

Merge "ARM: dts: msm: enable spi slave for qcs405 sku7"

parents 250b03d4 495075e9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -82,6 +82,16 @@
		qcom,mdss-fb-map = <&mdss_fb0>;
	};

	spi@78b5000 {
		status = "okay";

		spi@0 {
			compatible = "qcom,spi-msm-codec-slave";
			reg = <0>;
			spi-max-frequency = <50000000>;
		};
	};

	spi@7af5000 {  /* BLSP1 QUP2 */
		status = "ok";
		mdss_spi_client: qcom,mdss_spi_client {
+8 −0
Original line number Diff line number Diff line
@@ -86,4 +86,12 @@
	gpio_keys {
		status = "disabled";
	};
	spi@78b5000 {
		status = "ok";
		spi@0 {
			compatible = "qcom,spi-msm-codec-slave";
			reg = <0>;
			spi-max-frequency = <50000000>;
		};
	};
};
+11 −0
Original line number Diff line number Diff line
@@ -50,3 +50,14 @@
	qcom,mdss-dsi-bl-pmic-bank-select = <0>;
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
};

&soc {
	spi@78b5000 {
		status = "ok";
		spi@0 {
			compatible = "qcom,spi-msm-codec-slave";
			reg = <0>;
			spi-max-frequency = <50000000>;
		};
	};
};
+11 −0
Original line number Diff line number Diff line
@@ -50,3 +50,14 @@
	qcom,mdss-dsi-bl-pmic-bank-select = <0>;
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
};

&soc {
	spi@78b5000 {
		status = "ok";
		spi@0 {
			compatible = "qcom,spi-msm-codec-slave";
			reg = <0>;
			spi-max-frequency = <50000000>;
		};
	};
};