Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1227882
| From | Jisheng Zhang <jszhang@marvell.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] arm64: dts: berlin4ct: add GPIO support |
| Date | 2015-09-18 16:00 +0200 |
| Message-ID | <qa4mK-4oE-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Marvell berlin4ct SoC has 6 GPIO ports powered by snps,dw-apb-gpio. patch1 enables ARCH_REQUIRE_GPIOLIB for ARCH_BERLIN. patch2 add GPIO nodes in the SoC dtsi. The last patch add board dts file for STB reference board. Jisheng Zhang (3): arm64: berlin: enable ARCH_REQUIRE_GPIOLIB arm64: dts: berlin4ct: add GPIO nodes arm64: dts: add dts file for Marvell Berlin4CT STB board arch/arm64/Kconfig.platforms | 1 + arch/arm64/boot/dts/marvell/berlin4ct-stb.dts | 66 ++++++++++++++ arch/arm64/boot/dts/marvell/berlin4ct.dtsi | 120 ++++++++++++++++++++++++++ 3 files changed, 187 insertions(+) create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct-stb.dts -- 2.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] arm64: dts: berlin4ct: add GPIO support Jisheng Zhang <jszhang@marvell.com> - 2015-09-18 16:00 +0200
[PATCH 3/3] arm64: dts: add dts file for Marvell Berlin4CT STB board Jisheng Zhang <jszhang@marvell.com> - 2015-09-18 16:00 +0200
Re: [PATCH 3/3] arm64: dts: add dts file for Marvell Berlin4CT STB board Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> - 2015-09-20 21:10 +0200
Re: [PATCH 3/3] arm64: dts: add dts file for Marvell Berlin4CT STB board Jisheng Zhang <jszhang@marvell.com> - 2015-09-21 04:30 +0200
[PATCH 2/3] arm64: dts: berlin4ct: add GPIO nodes Jisheng Zhang <jszhang@marvell.com> - 2015-09-18 16:00 +0200
[PATCH 1/3] arm64: berlin: enable ARCH_REQUIRE_GPIOLIB Jisheng Zhang <jszhang@marvell.com> - 2015-09-18 16:00 +0200
Re: [PATCH 1/3] arm64: berlin: enable ARCH_REQUIRE_GPIOLIB Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> - 2015-09-20 21:10 +0200
csiph-web