ARM: dts: imx6dl-prtvt7: Remove backlight enable gpio
authorOleksij Rempel <o.rempel@pengutronix.de>
Tue, 18 May 2021 08:28:43 +0000 (10:28 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 8 Jun 2021 11:48:52 +0000 (19:48 +0800)
The backlight power is controlled through the reg_bl_12v0 regulator.

Co-Developed-by: Robin van der Gracht <robin@protonic.nl>
Signed-off-by: Robin van der Gracht <robin@protonic.nl>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6dl-prtvt7.dts

index 428ed9f6bc17ad91df1119f6ac92c8f980e6e1cb..a8e72c7699cdfd46e2d4d8cb013cb1aad5ad4a3f 100644 (file)
 
        backlight_lcd: backlight-lcd {
                compatible = "pwm-backlight";
-               pinctrl-names = "default";
-               pinctrl-0 = <&pinctrl_backlight>;
                pwms = <&pwm1 0 500000>;
                brightness-levels = <0 20 81 248 1000>;
                default-brightness-level = <20>;
                num-interpolated-steps = <21>;
                power-supply = <&reg_bl_12v0>;
-               enable-gpios = <&gpio4 28 GPIO_ACTIVE_HIGH>;
        };
 
        keys {
                >;
        };
 
-       pinctrl_backlight: backlightgrp {
-               fsl,pins = <
-                       MX6QDL_PAD_DISP0_DAT7__GPIO4_IO28       0x1b0b0
-               >;
-       };
-
        pinctrl_can1phy: can1phy {
                fsl,pins = <
                        /* CAN1_SR */