MLK-11571 [MX7D-12LPDDR3] LCD: Screen still shows with weak backlight after system entered suspend mode. 100%
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>
This commit is contained in:
committed by
Leonard Crestez
parent
33982fb87a
commit
029fd3ca74
@ -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 {
|
||||
@ -886,7 +886,7 @@
|
||||
&pwm1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_pwm1>;
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sim1 {
|
||||
|
||||
Reference in New Issue
Block a user