MLK-11571 [MX7D-12LPDDR3] LCD: Screen still shows with weak backlight after system...
authorFancy Fang <chen.fang@freescale.com>
Fri, 9 Oct 2015 08:35:26 +0000 (16:35 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:06 +0000 (14:49 -0500)
The 'backlight' and 'pwm1' are disabled due to the lpsr mode
not ready in the previous patch in the imx7d-12x12-lpddr3-arm2
dts. So they should be enabled again after lpsr ready.

Signed-off-by: Fancy Fang <chen.fang@freescale.com>
arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts

index cf6889e..a5cbf4d 100644 (file)
@@ -19,7 +19,7 @@
                pwms = <&pwm1 0 5000000>;
                brightness-levels = <0 4 8 16 32 64 128 255>;
                default-brightness-level = <6>;
-               status = "disabled";
+               status = "okay";
        };
 
        gpio-keys {
 &pwm1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_pwm1>;
-       status = "disabled";
+       status = "okay";
 };
 
 &sim1 {