From: Michal Simek Date: Fri, 22 Oct 2021 06:24:58 +0000 (+0200) Subject: arm64: zynqmp: Add gpio labels for modepin and slg nodes X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f4e1f7cc705719912c30d0dbc19d12ec9627205;p=thirdparty%2Fu-boot.git arm64: zynqmp: Add gpio labels for modepin and slg nodes Using labels helps with better identifications of chips. Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp-sck-kr-g-revA.dts b/arch/arm/dts/zynqmp-sck-kr-g-revA.dts index 56ef9ef3457..998aaeef489 100644 --- a/arch/arm/dts/zynqmp-sck-kr-g-revA.dts +++ b/arch/arm/dts/zynqmp-sck-kr-g-revA.dts @@ -80,6 +80,7 @@ slg7xl45106: gpio@11 { /* u19 - reset logic */ compatible = "dlg,slg7xl45106"; reg = <0x11>; + label = "resetchip"; gpio-controller; #gpio-cells = <2>; gpio-line-names = "USB0_PHY_RESET_B", "USB1_PHY_RESET_B", diff --git a/arch/arm/dts/zynqmp-sm-k26-revA.dts b/arch/arm/dts/zynqmp-sm-k26-revA.dts index 5bf88455bfb..4a5768c90fa 100644 --- a/arch/arm/dts/zynqmp-sm-k26-revA.dts +++ b/arch/arm/dts/zynqmp-sm-k26-revA.dts @@ -88,6 +88,10 @@ }; }; +&modepin_gpio { + label = "modepin"; +}; + &uart1 { /* MIO36/MIO37 */ status = "okay"; };