diff mbox series

[U-Boot] arm64: zynqmp: Enable gpio hog support for zcu102

Message ID b8ec868da595de75afab734a4e68e668f97ad4d0.1568185607.git.michal.simek@xilinx.com
State Accepted
Commit 0317a2c8c299e15c3c133522cfb9787b50bb7c2a
Delegated to: Michal Simek
Headers show
Series [U-Boot] arm64: zynqmp: Enable gpio hog support for zcu102 | expand

Commit Message

Michal Simek Sept. 11, 2019, 7:06 a.m. UTC
Gpio hogs are used for GT mux setup after power up.

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

 configs/xilinx_zynqmp_zcu102_rev1_0_defconfig | 1 +
 configs/xilinx_zynqmp_zcu102_revA_defconfig   | 1 +
 configs/xilinx_zynqmp_zcu102_revB_defconfig   | 1 +
 3 files changed, 3 insertions(+)

Comments

Michal Simek Oct. 8, 2019, 7:25 a.m. UTC | #1
st 11. 9. 2019 v 9:06 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Gpio hogs are used for GT mux setup after power up.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  configs/xilinx_zynqmp_zcu102_rev1_0_defconfig | 1 +
>  configs/xilinx_zynqmp_zcu102_revA_defconfig   | 1 +
>  configs/xilinx_zynqmp_zcu102_revB_defconfig   | 1 +
>  3 files changed, 3 insertions(+)
>
> diff --git a/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig b/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig
> index 371e6363db2f..52ee2f2a0b04 100644
> --- a/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig
> +++ b/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig
> @@ -58,6 +58,7 @@ CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
>  CONFIG_FPGA_XILINX=y
>  CONFIG_FPGA_ZYNQMPPL=y
>  CONFIG_DM_GPIO=y
> +CONFIG_GPIO_HOG=y
>  CONFIG_XILINX_GPIO=y
>  CONFIG_DM_I2C=y
>  CONFIG_SYS_I2C_CADENCE=y
> diff --git a/configs/xilinx_zynqmp_zcu102_revA_defconfig b/configs/xilinx_zynqmp_zcu102_revA_defconfig
> index a0fb6c3586cc..2b7cab8add62 100644
> --- a/configs/xilinx_zynqmp_zcu102_revA_defconfig
> +++ b/configs/xilinx_zynqmp_zcu102_revA_defconfig
> @@ -58,6 +58,7 @@ CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
>  CONFIG_FPGA_XILINX=y
>  CONFIG_FPGA_ZYNQMPPL=y
>  CONFIG_DM_GPIO=y
> +CONFIG_GPIO_HOG=y
>  CONFIG_XILINX_GPIO=y
>  CONFIG_DM_PCA953X=y
>  CONFIG_DM_I2C=y
> diff --git a/configs/xilinx_zynqmp_zcu102_revB_defconfig b/configs/xilinx_zynqmp_zcu102_revB_defconfig
> index db7c093d5ebc..ce271b5a31ca 100644
> --- a/configs/xilinx_zynqmp_zcu102_revB_defconfig
> +++ b/configs/xilinx_zynqmp_zcu102_revB_defconfig
> @@ -58,6 +58,7 @@ CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
>  CONFIG_FPGA_XILINX=y
>  CONFIG_FPGA_ZYNQMPPL=y
>  CONFIG_DM_GPIO=y
> +CONFIG_GPIO_HOG=y
>  CONFIG_XILINX_GPIO=y
>  CONFIG_DM_PCA953X=y
>  CONFIG_DM_I2C=y
> --
> 2.17.1
>
Applied.
M
diff mbox series

Patch

diff --git a/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig b/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig
index 371e6363db2f..52ee2f2a0b04 100644
--- a/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig
+++ b/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig
@@ -58,6 +58,7 @@  CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
 CONFIG_FPGA_XILINX=y
 CONFIG_FPGA_ZYNQMPPL=y
 CONFIG_DM_GPIO=y
+CONFIG_GPIO_HOG=y
 CONFIG_XILINX_GPIO=y
 CONFIG_DM_I2C=y
 CONFIG_SYS_I2C_CADENCE=y
diff --git a/configs/xilinx_zynqmp_zcu102_revA_defconfig b/configs/xilinx_zynqmp_zcu102_revA_defconfig
index a0fb6c3586cc..2b7cab8add62 100644
--- a/configs/xilinx_zynqmp_zcu102_revA_defconfig
+++ b/configs/xilinx_zynqmp_zcu102_revA_defconfig
@@ -58,6 +58,7 @@  CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
 CONFIG_FPGA_XILINX=y
 CONFIG_FPGA_ZYNQMPPL=y
 CONFIG_DM_GPIO=y
+CONFIG_GPIO_HOG=y
 CONFIG_XILINX_GPIO=y
 CONFIG_DM_PCA953X=y
 CONFIG_DM_I2C=y
diff --git a/configs/xilinx_zynqmp_zcu102_revB_defconfig b/configs/xilinx_zynqmp_zcu102_revB_defconfig
index db7c093d5ebc..ce271b5a31ca 100644
--- a/configs/xilinx_zynqmp_zcu102_revB_defconfig
+++ b/configs/xilinx_zynqmp_zcu102_revB_defconfig
@@ -58,6 +58,7 @@  CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
 CONFIG_FPGA_XILINX=y
 CONFIG_FPGA_ZYNQMPPL=y
 CONFIG_DM_GPIO=y
+CONFIG_GPIO_HOG=y
 CONFIG_XILINX_GPIO=y
 CONFIG_DM_PCA953X=y
 CONFIG_DM_I2C=y