mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-26 18:03:46 -04:00
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>
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user