From: Alexander Stein Date: Fri, 8 Nov 2024 13:49:19 +0000 (+0100) Subject: ARM: dts: imx7-mba7: remove LVDS transmitter regulator X-Git-Tag: v6.14-rc1~103^2~23^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23d0d411765f67d3ff8b4ef096b5d32bb7fa8915;p=thirdparty%2Flinux.git ARM: dts: imx7-mba7: remove LVDS transmitter regulator 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 Reviewed-by: Markus Niebel Reviewed-by: Bruno Thomsen Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi b/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi index e1c401f468e16..cc3760fa7d981 100644 --- a/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi @@ -162,15 +162,6 @@ 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";