Skip to content

Commit 2ecdcd6

Browse files
DelphineCCChiushenki
authored andcommitted
ARM: dts: aspeed: greatlakes: Add gpio names
Add GPIO names for SOC lines. Signed-off-by: Delphine CC Chiu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
1 parent 9bdc19f commit 2ecdcd6

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

arch/arm/boot/dts/aspeed-bmc-facebook-greatlakes.dts

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,53 @@
238238
&gpio0 {
239239
pinctrl-names = "default";
240240
pinctrl-0 = <&pinctrl_gpiu1_default &pinctrl_gpiu7_default>;
241+
status = "okay";
242+
gpio-line-names =
243+
/*A0-A7*/ "","","","","","","","",
244+
/*B0-B7*/ "power-bmc-nic","presence-ocp-debug",
245+
"power-bmc-slot1","power-bmc-slot2",
246+
"power-bmc-slot3","power-bmc-slot4","","",
247+
/*C0-C7*/ "presence-ocp-nic","","","reset-cause-nic-primary",
248+
"reset-cause-nic-secondary","","","",
249+
/*D0-D7*/ "","","","","","","","",
250+
/*E0-E7*/ "","","","","","","","",
251+
/*F0-F7*/ "slot1-bmc-reset-button","slot2-bmc-reset-button",
252+
"slot3-bmc-reset-button","slot4-bmc-reset-button",
253+
"","","","presence-emmc",
254+
/*G0-G7*/ "","","","","","","","",
255+
/*H0-H7*/ "","","","",
256+
"presence-mb-slot1","presence-mb-slot2",
257+
"presence-mb-slot3","presence-mb-slot4",
258+
/*I0-I7*/ "","","","","","","bb-bmc-button","",
259+
/*J0-J7*/ "","","","","","","","",
260+
/*K0-K7*/ "","","","","","","","",
261+
/*L0-L7*/ "","","","","","","","",
262+
/*M0-M7*/ "","power-nic-bmc-enable","","usb-bmc-enable","","reset-cause-usb-hub","","",
263+
/*N0-N7*/ "","","","","bmc-ready","","","",
264+
/*O0-O7*/ "","","","","","","fan0-bmc-cpld-enable","fan1-bmc-cpld-enable",
265+
/*P0-P7*/ "fan2-bmc-cpld-enable","fan3-bmc-cpld-enable",
266+
"reset-cause-pcie-slot1","reset-cause-pcie-slot2",
267+
"reset-cause-pcie-slot3","reset-cause-pcie-slot4","","",
268+
/*Q0-Q7*/ "","","","","","","","",
269+
/*R0-R7*/ "","","","","","","","",
270+
/*S0-S7*/ "","","power-p5v-usb","presence-bmc-tpm","","","","",
271+
/*T0-T7*/ "","","","","","","","",
272+
/*U0-U7*/ "","","","","","","","GND",
273+
/*V0-V7*/ "bmc-slot1-ac-button","bmc-slot2-ac-button",
274+
"bmc-slot3-ac-button","bmc-slot4-ac-button",
275+
"","","","",
276+
/*W0-W7*/ "","","","","","","","",
277+
/*X0-X7*/ "","","","","","","","",
278+
/*Y0-Y7*/ "","","","reset-cause-emmc","","","","",
279+
/*Z0-Z7*/ "","","","","","","","";
280+
};
281+
282+
&gpio1 {
283+
status = "okay";
284+
gpio-line-names =
285+
/*18A0-18A7*/ "","","","","","","","",
286+
/*18B0-18B7*/ "","","","","","","","",
287+
/*18C0-18C7*/ "","","","","","","","",
288+
/*18D0-18D7*/ "","","","","","","","",
289+
/*18E0-18E3*/ "","","","","","","","";
241290
};

0 commit comments

Comments
 (0)