
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.
Regards, TF