Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: zynqmp: Add gpio labels for modepin gpio

Using label helps with better chip identification.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/12b2fcd94e528c8ca7117f6741aae36b5942b430.1683034376.git.michal.simek@amd.com

+4
+4
arch/arm64/boot/dts/xilinx/zynqmp-sm-k26-revA.dts
··· 77 77 }; 78 78 }; 79 79 80 + &modepin_gpio { 81 + label = "modepin"; 82 + }; 83 + 80 84 &uart1 { /* MIO36/MIO37 */ 81 85 status = "okay"; 82 86 };