On 5 August 2015 at 11:52, Stephen Warren <[email protected]> wrote: > From: Stephen Warren <[email protected]> > > P2371-0000 is a P2581 or P2530 CPU board married to a P2595 I/O > board. The combination contains SoC, DRAM, eMMC, SD card slot, > HDMI, USB micro-B port, Ethernet via USB3, USB3 host port, SATA, > a GPIO expansion header, and an analog audio jack. > > Signed-off-by: Stephen Warren <[email protected]> > v4: Remove a couple unused #defines from config header. > --- > v3: > * More descriptions. > * Add auto-generation notice to pinmux header. > * Incorporate equivalent cleanups to those made to p2571. > v2: Use named constants for PMIC I2C and register addresses. > --- > arch/arm/dts/Makefile | 1 + > arch/arm/dts/tegra210-p2371-0000.dts | 59 +++++ > arch/arm/mach-tegra/tegra210/Kconfig | 9 + > board/nvidia/p2371-0000/Kconfig | 12 + > board/nvidia/p2371-0000/MAINTAINERS | 6 + > board/nvidia/p2371-0000/Makefile | 8 + > board/nvidia/p2371-0000/p2371-0000.c | 51 ++++ > board/nvidia/p2371-0000/pinmux-config-p2371-0000.h | 268 > +++++++++++++++++++++ > configs/p2371-0000_defconfig | 17 ++ > include/configs/p2371-0000.h | 65 +++++ > 10 files changed, 496 insertions(+) > create mode 100644 arch/arm/dts/tegra210-p2371-0000.dts > create mode 100644 board/nvidia/p2371-0000/Kconfig > create mode 100644 board/nvidia/p2371-0000/MAINTAINERS > create mode 100644 board/nvidia/p2371-0000/Makefile > create mode 100644 board/nvidia/p2371-0000/p2371-0000.c > create mode 100644 board/nvidia/p2371-0000/pinmux-config-p2371-0000.h > create mode 100644 configs/p2371-0000_defconfig > create mode 100644 include/configs/p2371-0000.h >
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

