mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
arm64: zynqmp: Add gpio labels for modepin
Using labels helps with better identifications of chips. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/15b0f68077fb3c86d438caf8562de87367361c60.1652262769.git.michal.simek@amd.com
This commit is contained in:
parent
a4180c3696
commit
e7b390024c
1 changed files with 4 additions and 0 deletions
|
@ -89,6 +89,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
&modepin_gpio {
|
||||
label = "modepin";
|
||||
};
|
||||
|
||||
&uart1 { /* MIO36/MIO37 */
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue