mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
arm64: dts: rockchip: rk3399: add gpio drive strength 10ma
Change-Id: Iff6303af2e87425b0509fd962b9e6b2fca8eb896 Signed-off-by: Weixin Zhou <zwx@rock-chips.com>
This commit is contained in:
@@ -2386,6 +2386,11 @@
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
pcfg_pull_none_10ma: pcfg-pull-none-10ma {
|
||||
bias-disable;
|
||||
drive-strength = <10>;
|
||||
};
|
||||
|
||||
pcfg_pull_none_12ma: pcfg-pull-none-12ma {
|
||||
bias-disable;
|
||||
drive-strength = <12>;
|
||||
@@ -2416,6 +2421,11 @@
|
||||
drive-strength = <8>;
|
||||
};
|
||||
|
||||
pcfg_pull_up_10ma: pcfg-pull-up-10ma {
|
||||
bias-pull-up;
|
||||
drive-strength = <10>;
|
||||
};
|
||||
|
||||
pcfg_pull_up_18ma: pcfg-pull-up-18ma {
|
||||
bias-pull-up;
|
||||
drive-strength = <18>;
|
||||
|
||||
Reference in New Issue
Block a user