]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: imx7-mba7: remove LVDS transmitter regulator
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 8 Nov 2024 13:49:19 +0000 (14:49 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Dec 2024 09:10:22 +0000 (17:10 +0800)
This regulator essentially controls the SHTDN# pin of the LVDS encoder.
Remove it for proper usage with 'lvds-encoder' driver.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Markus Niebel <markus.niebel@ew.tq-group.com>
Reviewed-by: Bruno Thomsen <bruno.thomsen@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi

index e1c401f468e16f91a5ccf145c7509fa287d420fb..cc3760fa7d98134339eb8c78fe1459cb75f23431 100644 (file)
                enable-active-high;
        };
 
-       reg_lvds_transmitter: regulator-lvds-transmitter {
-               compatible = "regulator-fixed";
-               regulator-name = "#SHTDN_LVDS";
-               regulator-min-microvolt = <3300000>;
-               regulator-max-microvolt = <3300000>;
-               gpio = <&pca9555 1 GPIO_ACTIVE_HIGH>;
-               enable-active-high;
-       };
-
        reg_vref_1v8: regulator-vref-1v8 {
                compatible = "regulator-fixed";
                regulator-name = "VCC1V8_REF";