
On 02/17/2017 11:20 AM, Ley Foon Tan wrote:
On Mon, Jan 23, 2017 at 11:53 AM, Marek Vasut marex@denx.de wrote:
On 01/10/2017 06:20 AM, Chee Tien Fong wrote:
From: Tien Fong Chee tien.fong.chee@intel.com
The system manager on Arria10 is not used for pin muxing duties, so wrap these functions for GEN5 devices only.
Signed-off-by: Dinh Nguyen dinguyen@opensource.altera.com Signed-off-by: Tien Fong Chee tien.fong.chee@intel.com Cc: Marek Vasut marex@denx.de Cc: Dinh Nguyen dinguyen@kernel.org Cc: Chin Liang See chin.liang.see@intel.com Cc: Tien Fong skywindctf@gmail.com
arch/arm/mach-socfpga/system_manager.c | 2 ++
Use Makefile condition to exclude this from being compiled altogether.
btw I wonder how you can add the Arria10 SoCDK support first and only then add infrastructure like this. Please reorder the patches so that the groundwork is in place before you add the actual device support.
Yes, I will restructure this section.
Thanks!