
I updated the patch according to the review of Michal Simek. I understand the concern about the maintenance of the support, so I added people from Sundance and Trenz to this patch serie. If any one of you wants to take over the integration of the patch, feel free to do so.
Changes in v2: - Renamed a lot from Xilinx ZynqMP to Trenz - The device tree for the TE0820 is now a DTSI file included by a carrier board+SOM DTS file
Vladimir Svoboda (1): arm: Add support for Trenz TE0820 on Sundance EMC2-DP-V2
arch/arm/dts/Makefile | 1 + .../sundance-emc2-dp-v2-rev1-te0820-rev2.dts | 19 + arch/arm/dts/trenz-te0820-rev2.dtsi | 213 ++++++ .../zynqmp/trenz-te0820-rev2/psu_init_gpl.c | 623 ++++++++++++++++++ ...ance_emc2-dp-v2_rev1_te0820_rev2_defconfig | 105 +++ include/configs/trenz_te0820.h | 49 ++ 6 files changed, 1010 insertions(+) create mode 100644 arch/arm/dts/sundance-emc2-dp-v2-rev1-te0820-rev2.dts create mode 100644 arch/arm/dts/trenz-te0820-rev2.dtsi create mode 100644 board/xilinx/zynqmp/trenz-te0820-rev2/psu_init_gpl.c create mode 100644 configs/sundance_emc2-dp-v2_rev1_te0820_rev2_defconfig create mode 100644 include/configs/trenz_te0820.h