Skip to content

Commit 48ba87b

Browse files
Eddie Jamesamboar
authored andcommitted
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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Andrew Jeffery <[email protected]>
1 parent 53aa3e1 commit 48ba87b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge.dts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,8 +1232,9 @@
12321232
#gpio-cells = <2>;
12331233

12341234
gpio-line-names =
1235-
"", "", "", "", "", "", "", "",
1236-
"", "", "", "", "", "", "power-config-full-load", "";
1235+
"", "", "", "", "", "", "P10_DCM0_PRES", "P10_DCM1_PRES",
1236+
"", "", "", "", "PRESENT_VRM_DCM0_N", "PRESENT_VRM_DCM1_N",
1237+
"power-config-full-load", "";
12371238
};
12381239

12391240
led-controller@61 {

arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-rainier.dts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,8 +1280,9 @@
12801280
#gpio-cells = <2>;
12811281

12821282
gpio-line-names =
1283-
"", "", "", "", "", "", "", "",
1284-
"", "", "", "", "", "", "power-config-full-load", "";
1283+
"", "", "", "", "", "", "P10_DCM0_PRES", "P10_DCM1_PRES",
1284+
"", "", "", "", "PRESENT_VRM_DCM0_N", "PRESENT_VRM_DCM1_N",
1285+
"power-config-full-load", "";
12851286
};
12861287

12871288
pca_pres2: pca9552@61 {

0 commit comments

Comments
 (0)