From: Michal Simek Date: Wed, 11 May 2022 09:52:46 +0000 (+0200) Subject: arm64: zynqmp: Add gpio labels for modepin X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=e7b390024c2437a6f43dc9d9d03e8c9d470ce811;p=u-boot.git arm64: zynqmp: Add gpio labels for modepin Using labels helps with better identifications of chips. Signed-off-by: Michal Simek Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/15b0f68077fb3c86d438caf8562de87367361c60.1652262769.git.michal.simek@amd.com --- diff --git a/arch/arm/dts/zynqmp-sm-k26-revA.dts b/arch/arm/dts/zynqmp-sm-k26-revA.dts index e904cd8ea0..a2c88dc34c 100644 --- a/arch/arm/dts/zynqmp-sm-k26-revA.dts +++ b/arch/arm/dts/zynqmp-sm-k26-revA.dts @@ -89,6 +89,10 @@ }; }; +&modepin_gpio { + label = "modepin"; +}; + &uart1 { /* MIO36/MIO37 */ status = "okay"; };