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

Commit 1aca30a6 authored by Rohit Kumar's avatar Rohit Kumar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update audio configuration for sdm670



Update soundwire master interrupt number and wcd spi
master bus number for SDM670. Also, remove pmic gpio
configuration as it is not being used.

Change-Id: I958e5cd18ac81e9efb07fcf8a709a1f5027c1fa3
Signed-off-by: default avatarRohit Kumar <rohitkr@codeaurora.org>
parent ca98f1a0
Loading
Loading
Loading
Loading
+2 −14
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@
		status = "okay";
		compatible = "qcom,msm-sdw-codec";
		reg = <0x62ec1000 0x0>;
		interrupts = <0 161 0>;
		interrupts = <0 88 0>;
		interrupt-names = "swr_master_irq";
		qcom,cdc-sdw-gpios = <&cdc_sdw_gpios>;

@@ -287,7 +287,7 @@

		wcd_spi_0: wcd_spi {
			compatible = "qcom,wcd-spi-v2";
			qcom,master-bus-num = <8>;
			qcom,master-bus-num = <0>;
			qcom,chip-select = <0>;
			qcom,max-frequency = <24000000>;
			qcom,mem-base-addr = <0x100000>;
@@ -361,15 +361,3 @@
		};
	};
};

&pm660_gpios {
	gpio@c200 {
		status = "ok";
		qcom,mode = <1>;
		qcom,pull = <4>;
		qcom,vin-sel = <0>;
		qcom,src-sel = <2>;
		qcom,master-en = <1>;
		qcom,out-strength = <2>;
	};
};