mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
arm64: dts: rockchip: add an input enable pinconf to rk3399
Add a pinconf to configure pins as input-enable. Signed-off-by: Caleb Connolly <kc@postmarketos.org> Link: https://lore.kernel.org/r/20220328005005.72492-5-kc@postmarketos.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
committed by
Heiko Stuebner
parent
17408c9b11
commit
ec48c3e82c
@@ -2211,6 +2211,22 @@
|
|||||||
output-low;
|
output-low;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pcfg_input_enable: pcfg-input-enable {
|
||||||
|
input-enable;
|
||||||
|
};
|
||||||
|
|
||||||
|
pcfg_input_pull_up: pcfg-input-pull-up {
|
||||||
|
input-enable;
|
||||||
|
bias-pull-up;
|
||||||
|
drive-strength = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pcfg_input_pull_down: pcfg-input-pull-down {
|
||||||
|
input-enable;
|
||||||
|
bias-pull-down;
|
||||||
|
drive-strength = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
clock {
|
clock {
|
||||||
clk_32k: clk-32k {
|
clk_32k: clk-32k {
|
||||||
rockchip,pins = <0 RK_PA0 2 &pcfg_pull_none>;
|
rockchip,pins = <0 RK_PA0 2 &pcfg_pull_none>;
|
||||||
|
|||||||
Reference in New Issue
Block a user