mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
ARM: dts: aspeed: system1: Disable gpio pull down
Disable internal pull down for the following GPIO lines. - GPIOL4 - Reset PCH registers in the rtc. - GPIOL5 - Reset portition of Intel ME - GPIOL6 - FM smi active - GPIOL7 - psu all dc power good. Reviewed-by: Eddie James <eajames@linux.ibm.com> Signed-off-by: Ninad Palsule <ninad@linux.ibm.com> Link: https://patch.msgid.link/20250204194115.3899174-10-ninad@linux.ibm.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
c8c33f37a6
commit
4de4329d8a
|
|
@ -355,7 +355,35 @@ &uhci {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
pinctrl_gpiol4_unbiased: gpiol4 {
|
||||
pins = "C15";
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
pinctrl_gpiol5_unbiased: gpiol5 {
|
||||
pins = "F15";
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
pinctrl_gpiol6_unbiased: gpiol6 {
|
||||
pins = "B14";
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
pinctrl_gpiol7_unbiased: gpiol7 {
|
||||
pins = "C14";
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
|
||||
&gpio0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_gpiol4_unbiased
|
||||
&pinctrl_gpiol5_unbiased
|
||||
&pinctrl_gpiol6_unbiased
|
||||
&pinctrl_gpiol7_unbiased>;
|
||||
|
||||
gpio-line-names =
|
||||
/*A0-A7*/ "","","","","","","","",
|
||||
/*B0-B7*/ "","","","","bmc-tpm-reset","","","",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user