Skip to content

Commit 4424cd4

Browse files
Peter Yinamboar
authored andcommitted
ARM: dts: aspeed: Harma: Modify GPIO line name
Add: "reset-cause-platrst", "cpu0-err-alert", "leakage-detect-alert", "presence-post-card", "ac-power-button", "P0_I3C_APML_ALERT_L", "irq-uv-detect-alert", "irq-hsc-alert", "cpu0-prochot-alert", "cpu0-thermtrip-alert", "reset-cause-pcie", "pvdd11-ocp-alert" Rename: "power-cpu-good" to "host0-ready", "host-ready-n" to "post-end-n Signed-off-by: Peter Yin <peteryin.openbmc@gmail.com> Link: https://lore.kernel.org/r/20240412091600.2534693-13-peteryin.openbmc@gmail.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent 287ba28 commit 4424cd4

1 file changed

Lines changed: 29 additions & 9 deletions

File tree

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

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,12 @@
332332
reg = <0x31>;
333333
gpio-controller;
334334
#gpio-cells = <2>;
335+
336+
gpio-line-names =
337+
"","","","",
338+
"","","presence-cmm","",
339+
"","","","",
340+
"","","","";
335341
};
336342

337343
i2c-mux@71 {
@@ -471,7 +477,8 @@
471477
/*A0-A7*/ "","","","","","","","",
472478
/*B0-B7*/ "","","","",
473479
"bmc-spi-mux-select-0","led-identify","","",
474-
/*C0-C7*/ "","","","","","","","",
480+
/*C0-C7*/ "reset-cause-platrst","","","","",
481+
"cpu0-err-alert","","",
475482
/*D0-D7*/ "","","sol-uart-select","","","","","",
476483
/*E0-E7*/ "","","","","","","","",
477484
/*F0-F7*/ "","","","","","","","",
@@ -480,7 +487,8 @@
480487
/*I0-I7*/ "","","","","","","","",
481488
/*J0-J7*/ "","","","","","","","",
482489
/*K0-K7*/ "","","","","","","","",
483-
/*L0-L7*/ "","","","","","","","",
490+
/*L0-L7*/ "","","","",
491+
"leakage-detect-alert","","","",
484492
/*M0-M7*/ "","","","","","","","",
485493
/*N0-N7*/ "led-postcode-0","led-postcode-1",
486494
"led-postcode-2","led-postcode-3",
@@ -499,7 +507,16 @@
499507
/*W0-W7*/ "","","","","","","","",
500508
/*X0-X7*/ "","","","","","","","",
501509
/*Y0-Y7*/ "","","","","","","","",
502-
/*Z0-Z7*/ "","","","","","","","";
510+
/*Z0-Z7*/ "","","","","","","presence-post-card","";
511+
};
512+
513+
&gpio1 {
514+
gpio-line-names =
515+
/*18A0-18A7*/ "ac-power-button","","","","","","","",
516+
/*18B0-18B7*/ "","","","","","","","",
517+
/*18C0-18C7*/ "","","","","","","","",
518+
/*18D0-18D7*/ "","","","","","","","",
519+
/*18E0-18E3*/ "","","","","","","","";
503520
};
504521

505522
&sgpiom0 {
@@ -548,10 +565,10 @@
548565
"","reset-control-cpu0-p1-mux",
549566
"","reset-control-e1s-mux",
550567
"power-host-good","reset-control-mb-mux",
551-
"power-cpu-good","reset-control-smb-e1s-0",
568+
"host0-ready","reset-control-smb-e1s-0",
552569
/*E0-E3 line 64-71*/
553570
"","reset-control-smb-e1s-1",
554-
"host-ready-n","reset-control-srst",
571+
"post-end-n","reset-control-srst",
555572
"presence-e1s-0","reset-control-usb-hub",
556573
"","reset-control",
557574
/*E4-E7 line 72-79*/
@@ -602,13 +619,16 @@
602619
"SLOT_ID_BCB_2","",
603620
"SLOT_ID_BCB_3","",
604621
/*K0-K3 line 160-167*/
605-
"","","","","","","","",
622+
"","","","","","","P0_I3C_APML_ALERT_L","",
606623
/*K4-K7 line 168-175*/
607-
"","","","","","","","",
624+
"","","","","","","irq-uv-detect-alert","",
608625
/*L0-L3 line 176-183*/
609-
"","","","","","","","",
626+
"irq-hsc-alert","",
627+
"cpu0-prochot-alert","",
628+
"cpu0-thermtrip-alert","",
629+
"reset-cause-pcie","",
610630
/*L4-L7 line 184-191*/
611-
"","","","","","","","",
631+
"pvdd11-ocp-alert","","","","","","","",
612632
/*M0-M3 line 192-199*/
613633
"","","","","","","","",
614634
/*M4-M7 line 200-207*/

0 commit comments

Comments
 (0)