mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: amlogic: g12: bump spdif output drive strength
Spdif output currently uses a 0.5mA drive strength by default.
While the result depends on how the spdif output is hooked to
rest of the system, this is a bit weak and signal quality
may be poor. This was reported on the vim3l for example.
Increase the drive strength to 3mA, as used for TDM, to be on the
safe side.
Fixes: 649675db93
("arm64: dts: meson: g12a: add spdifouts")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20240625115443.934763-1-jbrunet@baylibre.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
parent
b0aba467c3
commit
84f6ab5fed
1 changed files with 4 additions and 4 deletions
|
@ -987,7 +987,7 @@
|
|||
mux {
|
||||
groups = "spdif_out_h";
|
||||
function = "spdif_out";
|
||||
drive-strength-microamp = <500>;
|
||||
drive-strength-microamp = <3000>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
|
@ -996,7 +996,7 @@
|
|||
mux {
|
||||
groups = "spdif_out_a11";
|
||||
function = "spdif_out";
|
||||
drive-strength-microamp = <500>;
|
||||
drive-strength-microamp = <3000>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
|
@ -1005,7 +1005,7 @@
|
|||
mux {
|
||||
groups = "spdif_out_a13";
|
||||
function = "spdif_out";
|
||||
drive-strength-microamp = <500>;
|
||||
drive-strength-microamp = <3000>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
|
@ -1826,7 +1826,7 @@
|
|||
mux {
|
||||
groups = "spdif_ao_out";
|
||||
function = "spdif_ao_out";
|
||||
drive-strength-microamp = <500>;
|
||||
drive-strength-microamp = <3000>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue