The following patches add gpio support for TI's J7200 platform. These patches were posted as a part of an older series but have now been split into three parts. The 3 parts add configs, gpios and MMC/SD related dts patches respectively. Older series is here: https://lore.kernel.org/linux-arm-kernel/20201001190541.6364-1-faiz_abbas@xxxxxx/ Series adding configs to arm64 defconfig is here: https://lore.kernel.org/linux-arm-kernel/20201102183005.14174-1-faiz_abbas@xxxxxx/ Faiz Abbas (3): arm64: dts: ti: k3-j7200-main: Add gpio nodes in main domain arm64: dts: ti: k3-j7200: Add gpio nodes in wakeup domain arm64: dts: ti: k3-j7200-common-proc-board: Disable unused gpio modules .../dts/ti/k3-j7200-common-proc-board.dts | 16 +++++ arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 68 +++++++++++++++++++ .../boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 32 +++++++++ 3 files changed, 116 insertions(+) -- 2.17.1