
On 10/04/2016 12:34 PM, Tien Fong Chee wrote:
On Fri, 2016-09-30 at 19:29 +0200, Marek Vasut wrote:
On 09/30/2016 10:12 AM, Tien Fong Chee wrote:
This is initial version of device tree for the Intel socfpga arria10 development kit with sdmmc.
Signed-off-by: Tien Fong Chee tfchee@altera.com Cc: Marek Vasut marex@denx.de Cc: Stefan Roese sr@denx.de Cc: Dinh Nguyen dinguyen@opensource.altera.com Cc: Chin Liang See clsee@altera.com Cc: Tien Fong skywindctf@gmail.com
arch/arm/dts/socfpga_arria10.dtsi | 866 +++++++++++++++++++++++ arch/arm/dts/socfpga_arria10_handoff_sdmmc.dtsi | 457 ++++++++++++ arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts | 30 + 3 files changed, 1353 insertions(+), 0 deletions(-) create mode 100755 arch/arm/dts/socfpga_arria10.dtsi create mode 100755 arch/arm/dts/socfpga_arria10_handoff_sdmmc.dtsi create mode 100755 arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts
How does this fit with this previous stuff ? http://git.denx.de/?p=u-boot/u-boot-socfpga.git;a=shortlog;h=refs/hea ds/01-arria10
Can I compile U-Boot and run it on A10 with this DT ?
I have compiled this with master branch to make sure no DTS syntax error. But, there are still a lot errors at 01-arria10 when i am trying to compile, which blocking the way to compile this DT. We will continue to upstream the subsequent patches to solve those errors, so it is crucial to upstream this DTS as soon as possile, because those patches would reference to it.
Sorry, the DT is just a platform description, it can be added later. What is sorely missing is the hardware support for A10, some of which was already added previously, some of it is rotting in the 01-arria10 branch and some of it (DDR controller support) is missing altogether.
So what I'd like to see is a patchset that makes the A10 support usable, such that I can use mainline U-Boot on the A10 devkit without any additional out-of-tree stuff. I am not interested in picking separate bits and pieces which in itself are only dead weight.
Regards, TF