mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
arm: dts: aspeed: Blueridge and Rainer: Add VRM presence GPIOs
Add GPIO line names to the GPIO expander to describe DCM and VRM presence detection lines. Signed-off-by: Eddie James <eajames@linux.ibm.com> Link: https://patch.msgid.link/20241115222721.1564735-1-eajames@linux.ibm.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
53aa3e1422
commit
48ba87be3f
|
|
@ -1232,8 +1232,9 @@ led-controller@60 {
|
|||
#gpio-cells = <2>;
|
||||
|
||||
gpio-line-names =
|
||||
"", "", "", "", "", "", "", "",
|
||||
"", "", "", "", "", "", "power-config-full-load", "";
|
||||
"", "", "", "", "", "", "P10_DCM0_PRES", "P10_DCM1_PRES",
|
||||
"", "", "", "", "PRESENT_VRM_DCM0_N", "PRESENT_VRM_DCM1_N",
|
||||
"power-config-full-load", "";
|
||||
};
|
||||
|
||||
led-controller@61 {
|
||||
|
|
|
|||
|
|
@ -1280,8 +1280,9 @@ pca_pres3: pca9552@60 {
|
|||
#gpio-cells = <2>;
|
||||
|
||||
gpio-line-names =
|
||||
"", "", "", "", "", "", "", "",
|
||||
"", "", "", "", "", "", "power-config-full-load", "";
|
||||
"", "", "", "", "", "", "P10_DCM0_PRES", "P10_DCM1_PRES",
|
||||
"", "", "", "", "PRESENT_VRM_DCM0_N", "PRESENT_VRM_DCM1_N",
|
||||
"power-config-full-load", "";
|
||||
};
|
||||
|
||||
pca_pres2: pca9552@61 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user