]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Add gpio labels for modepin and slg nodes
authorMichal Simek <michal.simek@xilinx.com>
Fri, 22 Oct 2021 06:24:58 +0000 (08:24 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 6 Dec 2021 12:32:48 +0000 (13:32 +0100)
Using labels helps with better identifications of chips.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-sck-kr-g-revA.dts
arch/arm/dts/zynqmp-sm-k26-revA.dts

index 56ef9ef34571ccd341589558b590b7960b0ba098..998aaeef48979e3d5188943b1e9a2fa8ace47df7 100644 (file)
@@ -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",
index 5bf88455bfbf17729308fe122ae3aaa5f148d730..4a5768c90fa0ea86cace1bd73bce9437f59279fe 100644 (file)
        };
 };
 
+&modepin_gpio {
+       label = "modepin";
+};
+
 &uart1 { /* MIO36/MIO37 */
        status = "okay";
 };