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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>pull/938/head
parent
82d865b5da
commit
0d6460bc6f
|
|
@ -96,10 +96,10 @@
|
|||
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 */
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue