mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
pwm: fix pwm's gpio driver strength [1/1]
PD#SWPL-170380 Problem: driver strength error Solution: fix it Verify: sc2 ah212 Change-Id: Ia0c5154de5c666e7b417865495df166b1dffeaae Signed-off-by: Junyi Zhao <junyi.zhao@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
cf6c27a208
commit
51167904fc
@@ -2753,7 +2753,6 @@
|
||||
mux {
|
||||
groups = "pwm_e_x";
|
||||
function = "pwm_e";
|
||||
drive-strength-microamp = <500>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -2816,7 +2816,6 @@
|
||||
mux {
|
||||
groups = "pwm_e_x";
|
||||
function = "pwm_e";
|
||||
drive-strength-microamp = <500>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -2941,7 +2941,6 @@
|
||||
mux {
|
||||
groups = "pwm_e";
|
||||
function = "pwm_e";
|
||||
drive-strength-microamp = <500>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -4192,7 +4192,6 @@
|
||||
mux {
|
||||
groups = "pwm_a";
|
||||
function = "pwm_a";
|
||||
drive-strength-microamp = <500>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -4025,7 +4025,6 @@
|
||||
mux {
|
||||
groups = "pwm_a";
|
||||
function = "pwm_a";
|
||||
drive-strength-microamp = <500>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user