mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ARM: dts: rockchip: pinconf.dtsi add output level with pull up/down
Change-Id: Id40ca9a6efbbfa05df6bc4ebe36a07874b9a837d Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
parent
7fbdf804c1
commit
81ad67699f
|
|
@ -1,7 +1,8 @@
|
|||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Copyright (c) 2020 Fuzhou Rockchip Electronics Co., Ltd
|
||||
* Copyright (c) 2020~2021 Rockchip Electronics Co., Ltd.
|
||||
*/
|
||||
|
||||
&pinctrl {
|
||||
|
||||
/omit-if-no-ref/
|
||||
|
|
@ -337,9 +338,45 @@ pcfg_output_high: pcfg-output-high {
|
|||
output-high;
|
||||
};
|
||||
|
||||
/omit-if-no-ref/
|
||||
pcfg_output_high_pull_up: pcfg-output-high-pull-up {
|
||||
output-high;
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
/omit-if-no-ref/
|
||||
pcfg_output_high_pull_down: pcfg-output-high-pull-down {
|
||||
output-high;
|
||||
bias-pull-down;
|
||||
};
|
||||
|
||||
/omit-if-no-ref/
|
||||
pcfg_output_high_pull_none: pcfg-output-high-pull-none {
|
||||
output-high;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
/omit-if-no-ref/
|
||||
pcfg_output_low: pcfg-output-low {
|
||||
output-low;
|
||||
};
|
||||
|
||||
/omit-if-no-ref/
|
||||
pcfg_output_low_pull_up: pcfg-output-low-pull-up {
|
||||
output-low;
|
||||
bias-pull-up;
|
||||
};
|
||||
|
||||
/omit-if-no-ref/
|
||||
pcfg_output_low_pull_down: pcfg-output-low-pull-down {
|
||||
output-low;
|
||||
bias-pull-down;
|
||||
};
|
||||
|
||||
/omit-if-no-ref/
|
||||
pcfg_output_low_pull_none: pcfg-output-low-pull-none {
|
||||
output-low;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user