Commit 0d6460bc authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

arm64: dts: exynos: correct properties of MAX98504 in TM2

Drop unused and unsupported MAX98504 amplifier properties (maxim,rx-path
and similar) and add two supplies.

Link: https://lore.kernel.org/r/20221204113839.151816-3-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 82d865b5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -96,10 +96,10 @@ i2c_max98504: i2c-gpio-0 {
		max98504: amplifier@31 {
			compatible = "maxim,max98504";
			reg = <0x31>;
			maxim,rx-path = <1>;
			maxim,tx-path = <1>;
			maxim,tx-channel-mask = <3>;
			maxim,tx-channel-source = <2>;

			DIOVDD-supply = <&ldo3_reg>;
			DVDD-supply = <&ldo3_reg>;
			/* PVDD-supply to VPH_PWR */
		};
	};