From patchwork Tue Jan 28 10:10:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Faiz Abbas X-Patchwork-Id: 240387 List-Id: U-Boot discussion From: faiz_abbas at ti.com (Faiz Abbas) Date: Tue, 28 Jan 2020 15:40:01 +0530 Subject: [PATCH 0/4] Add Support for gpio0 in J721e Message-ID: <20200128101005.18794-1-faiz_abbas@ti.com> The following patches add support for main_gpio0 in J721e. These depend on Vignesh's I2C series: https://patchwork.ozlabs.org/cover/1229975/ Faiz Abbas (2): arm: dts: k3-j721e-main: Add Support for gpio0 configs: j721e_evm_a72: Add GPIO support Vignesh Raghavendra (2): gpio: da8xx_gpio: Fix compiler warning gpio: da8xx_gpio: Add "ti,keystone-gpio" compatible arch/arm/dts/k3-j721e-main.dtsi | 23 +++++++++++++++++++++++ configs/j721e_evm_a72_defconfig | 1 + drivers/gpio/da8xx_gpio.c | 3 ++- 3 files changed, 26 insertions(+), 1 deletion(-)