]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: amlogic: g12: bump spdif output drive strength
authorJerome Brunet <jbrunet@baylibre.com>
Tue, 25 Jun 2024 11:54:41 +0000 (13:54 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 25 Jun 2024 13:04:15 +0000 (15:04 +0200)
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: 649675db939d ("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>
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi

index 138fb18c648084ef64c5a6b235ca3bbfc8469bf1..4057ee808a582521b9b09efe56752ccdcd5da0e4 100644 (file)
                                                mux {
                                                        groups = "spdif_out_h";
                                                        function = "spdif_out";
-                                                       drive-strength-microamp = <500>;
+                                                       drive-strength-microamp = <3000>;
                                                        bias-disable;
                                                };
                                        };
                                                mux {
                                                        groups = "spdif_out_a11";
                                                        function = "spdif_out";
-                                                       drive-strength-microamp = <500>;
+                                                       drive-strength-microamp = <3000>;
                                                        bias-disable;
                                                };
                                        };
                                                mux {
                                                        groups = "spdif_out_a13";
                                                        function = "spdif_out";
-                                                       drive-strength-microamp = <500>;
+                                                       drive-strength-microamp = <3000>;
                                                        bias-disable;
                                                };
                                        };
                                        mux {
                                                groups = "spdif_ao_out";
                                                function = "spdif_ao_out";
-                                               drive-strength-microamp = <500>;
+                                               drive-strength-microamp = <3000>;
                                                bias-disable;
                                        };
                                };