arm64: dts: sc598-ezkit: Add boot-trace label to gpio - #3415
arm64: dts: sc598-ezkit: Add boot-trace label to gpio#3415CalebEthridgeADI wants to merge 1 commit into
Conversation
Add a label to the gpio on pin 13 of port A so that scripts can use the label instead of hardcoding port + pin. Signed-off-by: Caleb Ethridge <caleb.ethridge@analog.com>
| &gpa { | ||
| gpio-line-names = | ||
| "", "", "", "", "", "", "", "", | ||
| "", "", "", "", "", "boot-trace"; |
There was a problem hiding this comment.
These gpios are all routed onto the carrier board? Is there a generic label on the silk screen we can use? Is this routed to a header, test point, or some peripheral?
There was a problem hiding this comment.
This is routed to the carrier to a header marked "SIGMA STUDIO" which is currently not used in the device tree. PA10-15 are routed to this header, the others are not as PA0-9 have other functions that are used like UART0 and the OSPI.
LLM reviewThis series adds a run: 28792818881
|
nunojsa
left a comment
There was a problem hiding this comment.
Assuming there's no other meaningful labels to set
PR Description
Add a label to the gpio on pin 13 of port A so that scripts can use the label instead of hardcoding port + pin.
PR Type
PR Checklist