Files
kernel_common_drivers/android
Qianggui Song f575d64461 pinctrl: add debugfs node to debug pinctrl [1/1]
PD#SWPL-152890

Problem:
Some one may need to config pins via user space

Solution:
export some debugfs nodes from driver
usage:
1. echo gpiox_y input/output-low/high > gpio
2. echo gpiox_y bias-disable/up/down > bias
3. echo gpiox_y 500/2500/3000/4000 > drive_strength

Verify:
t7_an400 & sc2

Change-Id: Ic380ee98609c897463f3db5be3c4c941633537fa
Signed-off-by: Qianggui Song <qianggui.song@amlogic.com>
2024-08-13 05:44:29 -07:00
..