All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 26/27] arm64: zynqmp: Turn comment to gpio-line-names
Date: Mon, 14 Oct 2019 12:16:29 +0200	[thread overview]
Message-ID: <640e15015c97d264fa384dded5fef70604e0b8e3.1571048173.git.michal.simek@xilinx.com> (raw)
In-Reply-To: <cover.1571048173.git.michal.simek@xilinx.com>

Label gpio lines properly.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/dts/zynqmp-zcu102-revA.dts | 43 ++++++-----------------------
 1 file changed, 9 insertions(+), 34 deletions(-)

diff --git a/arch/arm/dts/zynqmp-zcu102-revA.dts b/arch/arm/dts/zynqmp-zcu102-revA.dts
index 5babbf8ac59f..78110c490e8d 100644
--- a/arch/arm/dts/zynqmp-zcu102-revA.dts
+++ b/arch/arm/dts/zynqmp-zcu102-revA.dts
@@ -208,21 +208,11 @@
 	tca6416_u97: gpio at 20 {
 		compatible = "ti,tca6416";
 		reg = <0x20>;
-		gpio-controller;
+		gpio-controller; /* IRQ not connected */
 		#gpio-cells = <2>;
-		/*
-		 * IRQ not connected
-		 * Lines:
-		 * 0 - PS_GTR_LAN_SEL0
-		 * 1 - PS_GTR_LAN_SEL1
-		 * 2 - PS_GTR_LAN_SEL2
-		 * 3 - PS_GTR_LAN_SEL3
-		 * 4 - PCI_CLK_DIR_SEL
-		 * 5 - IIC_MUX_RESET_B
-		 * 6 - GEM3_EXP_RESET_B
-		 * 7, 10 - 17 - not connected
-		 */
-
+		gpio-line-names = "PS_GTR_LAN_SEL0", "PS_GTR_LAN_SEL1", "PS_GTR_LAN_SEL2", "PS_GTR_LAN_SEL3",
+				"PCI_CLK_DIR_SEL", "IIC_MUX_RESET_B", "GEM3_EXP_RESET_B",
+				"", "", "", "", "", "", "", "", "";
 		gtr_sel0 {
 			gpio-hog;
 			gpios = <0 0>;
@@ -252,27 +242,12 @@
 	tca6416_u61: gpio at 21 {
 		compatible = "ti,tca6416";
 		reg = <0x21>;
-		gpio-controller;
+		gpio-controller; /* IRQ not connected */
 		#gpio-cells = <2>;
-		/*
-		 * IRQ not connected
-		 * Lines:
-		 * 0 - VCCPSPLL_EN
-		 * 1 - MGTRAVCC_EN
-		 * 2 - MGTRAVTT_EN
-		 * 3 - VCCPSDDRPLL_EN
-		 * 4 - MIO26_PMU_INPUT_LS
-		 * 5 - PL_PMBUS_ALERT
-		 * 6 - PS_PMBUS_ALERT
-		 * 7 - MAXIM_PMBUS_ALERT
-		 * 10 - PL_DDR4_VTERM_EN
-		 * 11 - PL_DDR4_VPP_2V5_EN
-		 * 12 - PS_DIMM_VDDQ_TO_PSVCCO_ON
-		 * 13 - PS_DIMM_SUSPEND_EN
-		 * 14 - PS_DDR4_VTERM_EN
-		 * 15 - PS_DDR4_VPP_2V5_EN
-		 * 16 - 17 - not connected
-		 */
+		gpio-line-names = "VCCPSPLL_EN", "MGTRAVCC_EN", "MGTRAVTT_EN", "VCCPSDDRPLL_EN", "MIO26_PMU_INPUT_LS",
+				"PL_PMBUS_ALERT", "PS_PMBUS_ALERT", "MAXIM_PMBUS_ALERT", "PL_DDR4_VTERM_EN",
+				"PL_DDR4_VPP_2V5_EN", "PS_DIMM_VDDQ_TO_PSVCCO_ON", "PS_DIMM_SUSPEND_EN",
+				"PS_DDR4_VTERM_EN", "PS_DDR4_VPP_2V5_EN", "", "";
 	};
 
 	i2c-mux at 75 { /* u60 */
-- 
2.17.1

  parent reply	other threads:[~2019-10-14 10:16 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-14 10:16 [U-Boot] [PATCH 00/27] arm64: zynqmp: Update DT files Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 01/27] arm64: zynqmp: Sync names for SC with Versal Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 02/27] arm64: zynqmp: Use ethernet-phy as node name for ethernet phys Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 03/27] arm64: zynqmp: Enable iio-hwmon for ina226 on g-a2197-00 Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 04/27] arm64: zynqmp: Add label property to all " Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 05/27] arm64: zynqmp: Fix i2c address of u70 on p-a2197-00 board Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 06/27] arm64: zynqmp: Added new tps53679 compatible string for a2197-0x boards Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 07/27] arm64: zynqmp: Fix typo in zynqmp-p-a2197-00-revA Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 08/27] arm64: zynqmp: Enable iio-hwmon for ina226 on m-a2197-01 Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 09/27] arm64: zynqmp: Add label property to all " Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 10/27] arm64: zynqmp: Switch spi-flash to jedec, spi-nor on m-a2197 Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 11/27] arm64: zynqmp: Fix m-a2197-01 DT based on latest schematics Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 12/27] arm64: zynqmp: Sync si570 setup and clock names Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 13/27] arm64: zynqmp: Remove fixme about memory size on zynqmp-p-a2197 Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 14/27] arm64: zynqmp: dt: Delete no-1-8-v property from zcu102-rev1.0 Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 15/27] arm64: zynqmp: Enable iio-hwmon for ina226 on zcu111 Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 16/27] arm64: zynqmp: Add label property to all " Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 17/27] arm64: zynqmp: Fix the si570 clock frequency " Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 18/27] arm64: zynqmp: Enable iio-hwmon for ina226 on zcu106 Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 19/27] arm64: zynqmp: Add label property to all " Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 20/27] arm64: zynqmp: Enable iio-hwmon for ina226 on zcu104 Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 21/27] arm64: zynqmp: Enable fpd_dma for zcu104 platforms Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 22/27] arm64: zynqmp: dt: Add missing DP83867 quirk Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 23/27] arm64: zynqmp: dt: Add optional gpio phy reset properties Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 24/27] arm64: zynqmp: Enable iio-hwmon for ina226 on zcu102 Michal Simek
2019-10-14 10:16 ` [U-Boot] [PATCH 25/27] arm64: zynqmp: Add label property to all " Michal Simek
2019-10-14 10:16 ` Michal Simek [this message]
2019-10-14 10:16 ` [U-Boot] [PATCH 27/27] arm64: zynqmp: Enable iio-hwmon for ina226 on zcu100 Michal Simek
2019-10-24 11:19 ` [U-Boot] [PATCH 00/27] arm64: zynqmp: Update DT files Michal Simek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=640e15015c97d264fa384dded5fef70604e0b8e3.1571048173.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.