arm: dts: x301: fix backlight pwm config mistake [1/1]

PD#SWPL-2799

Problem:
can't power off backlight when disable lcd

Solution:
correct backlight pwm config

Verify:
x301

Change-Id: I6b869aa14c5b93e8f1a3b39c92629d5c2df3ab0d
Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com>
This commit is contained in:
Evoke Zhang
2018-12-04 10:08:48 +08:00
committed by Jianxin Pan
parent 16d8a67742
commit 4b6e8fad3e
2 changed files with 5 additions and 1 deletions

View File

@@ -642,7 +642,7 @@
410 110>; /*on_delay(ms), off_delay(ms)*/
bl_pwm_combo_level_mapping = <255 10 /*pwm_0 range*/
0 0>; /*pwm_1 range*/
bl_pwm_combo_port = "PWM_B","PWM_C";
bl_pwm_combo_port = "PWM_C","PWM_D";
bl_pwm_combo_attr = <1 /*pwm0 method*/
180 /*pwm0 freq(pwm:Hz, pwm_vs:multiple of vs)*/
100 25 /*pwm0 duty_max(%), duty_min(%)*/

View File

@@ -1743,6 +1743,10 @@
status = "okay";
};
&pwm_cd {
status = "okay";
};
&efuse {
status = "okay";
};