mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
arm64: dts: rockchip: Add some drive strength properties for rk3399
Change-Id: I8e838901729142dabff3703c52103daf28945edb Signed-off-by: xiaoyao <xiaoyao@rock-chips.com>
This commit is contained in:
@@ -1657,6 +1657,21 @@
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
pcfg_pull_up_20ma: pcfg-pull-up-20ma {
|
||||
bias-pull-up;
|
||||
drive-strength = <20>;
|
||||
};
|
||||
|
||||
pcfg_pull_none_20ma: pcfg-pull-none-20ma {
|
||||
bias-disable;
|
||||
drive-strength = <20>;
|
||||
};
|
||||
|
||||
pcfg_pull_none_18ma: pcfg-pull-none-18ma {
|
||||
bias-disable;
|
||||
drive-strength = <18>;
|
||||
};
|
||||
|
||||
pcfg_pull_none_12ma: pcfg-pull-none-12ma {
|
||||
bias-disable;
|
||||
drive-strength = <12>;
|
||||
|
||||
Reference in New Issue
Block a user