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

Commit da4fed46 authored by Xiao Li's avatar Xiao Li
Browse files

ARM: dts: support smartPA AW8896 for SDM429w



Add i2c node to support smartPA aw8896 driver.
Disable gpio setting for wsa881x since it's not used in sdm429w.

Change-Id: I7f526717db716507534a1958e97579b4dcac5e2b
Signed-off-by: default avatarXiao Li <lixiao@codeaurora.org>
parent c7d37bad
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -249,6 +249,7 @@
	/delete-property/ qcom,split-a2dp;
	asoc-wsa-codec-names;
	asoc-wsa-codec-prefixes;
	ext_pa_aw8896;
	qcom,audio-routing =
		"CDC_CONN", "MCLK",
		"QUAT_MI2S_RX", "DIGITAL_REGULATOR",
@@ -317,3 +318,24 @@
&wsa881x_i2c_45 {
	status = "disabled";
};

&wsa881x_analog_vi_gpio {
	status = "disabled";
};

&wsa881x_analog_clk_gpio {
	status = "disabled";
};

&wsa881x_analog_reset_gpio {
	status = "disabled";
};

&i2c_2 {
	aw8896_smartpa@34 {
		compatible = "awinic,aw8896_smartpa";
		reg = <0x34>;
		reset-gpio = <&tlmm 68 0>;
		status = "okay";
	};
};