[U-Boot] [PATCH v3 0/6] arm64: mvebu: Add support for A8K community board
kostap at marvell.com
kostap at marvell.com
Wed Feb 8 15:34:10 UTC 2017
From: Konstantin Porotchkin <kostap at marvell.com>
This patch series adds initil support for A8K community board MACCHIATOBin manufactured by SolidRun.
It should be applied on top of Stefan Roese patches adding support for SD/eMMC devices on Marvell A37x0/A80x0/A70x0 SoCs.
The top level patch is called:
"arm64: mvebu: Enable SDHCI/MMC support for the db-88f7040/8040"
The default board DTS file is based on the original work of Rabeeh Khory from SolidRun.
Changes for v3:
- Remove bubt command fixes - thay were already merged to the master branch
- Moved the USB VBUS control from proprietary GPIO to a fixed regulator
- Added SD and eMMC entries to the DTS
- Aligned default configutration with Armada-8040-DB
- Rebased on top of master branch
Konstantin Porotchkin (5):
arm64: mvebu: gpio: Add GPIO nodes to A8K family devices
arm64: mvebu: dts: Add i2c1 pin definitions to CPM
mvebu: pcie: Add support for GPIO reset for PCIe device
mvebu: usb: xhci: Add VBUS regulator supply to the host driver
arm64: mvebu: Add default configuraton for MACCHIATOBin board
Rabeeh Khoury (1):
arm64: mvebu: dts: Add DTS file for MACCHIATOBin board
arch/arm/dts/Makefile | 1 +
arch/arm/dts/armada-7040.dtsi | 1 +
arch/arm/dts/armada-8040-mcbin.dts | 287 ++++++++++++++++++++++
arch/arm/dts/armada-8040.dtsi | 1 +
arch/arm/dts/armada-ap806.dtsi | 8 +
arch/arm/dts/armada-cp110-master.dtsi | 22 ++
arch/arm/dts/armada-cp110-slave.dtsi | 18 ++
configs/mvebu_mcbin-88f8040_defconfig | 65 +++++
doc/device-tree-bindings/pci/armada8k-pcie.txt | 49 ++++
doc/device-tree-bindings/usb/marvell.xhci-usb.txt | 28 +++
drivers/pci/pcie_dw_mvebu.c | 20 ++
drivers/usb/host/xhci-mvebu.c | 31 +++
12 files changed, 531 insertions(+)
create mode 100644 arch/arm/dts/armada-8040-mcbin.dts
create mode 100644 configs/mvebu_mcbin-88f8040_defconfig
create mode 100644 doc/device-tree-bindings/pci/armada8k-pcie.txt
create mode 100644 doc/device-tree-bindings/usb/marvell.xhci-usb.txt
--
2.7.4
More information about the U-Boot
mailing list