Re: [PATCH 4/7] ARM: socfpga: add arria10 support

2017-04-04 Thread Trent Piepho
On Mon, 2017-04-03 at 12:55 +0200, Steffen Trumtrar wrote: > + vco = src_hz; > + vco /= (1 + denom); > + vco *= (1 + numer); Don't you get rounding error by dividing first? > + /* dedicated pins */ > + writel(pinmux->dedicated_io_4, ARRIA10_PINMUX_DEDICATED_IO_ADDR + 0x0c); >

Re: [PATCH 0/7] SoCFPGA: add support for Arria10

2017-04-04 Thread Trent Piepho
On Mon, 2017-04-03 at 12:55 +0200, Steffen Trumtrar wrote: > Although Cyclone5 and Arria10 share a lot of the peripherals, > they a different in the critical parts (SDRAM controller, clock setup,...) > > The Arria10 has a larger OCRAM (64KB vs 256KB), that is why we can > omit the xload support fo

Re: State Framework and dtb

2017-04-04 Thread Ian Abbott
On 04/04/17 11:27, Çağlar Kilimci wrote: Hey, 2017-04-04 11:04 GMT+03:00 Jan Remmet : On Mon, Apr 03, 2017 at 11:59:50PM +0300, Çağlar Kilimci wrote: Hello, 2017-03-31 16:00 GMT+03:00 Sascha Hauer : On Fri, Mar 31, 2017 at 02:41:19PM +0300, Çağlar Kilimci wrote: Hey, I tried but got the s

Re: State Framework and dtb

2017-04-04 Thread Çağlar Kilimci
Hey, 2017-04-04 11:04 GMT+03:00 Jan Remmet : > On Mon, Apr 03, 2017 at 11:59:50PM +0300, Çağlar Kilimci wrote: >> Hello, >> >> 2017-03-31 16:00 GMT+03:00 Sascha Hauer : >> > On Fri, Mar 31, 2017 at 02:41:19PM +0300, Çağlar Kilimci wrote: >> >> Hey, >> >> >> >> >> >> I tried but got the same result

Directory mirroring

2017-04-04 Thread Daniel Schultz
Hi everyone, my boot partition is mounted to /boot/. Now, I want to make it accessible in /mnt/ as mmc or emmc, depending to the bootsource. Sadly, ln can only create symlinks for files and two mounts for one device seems not to work. Are there other ways to mirror a file system? -- Mit fre

Re: State Framework and dtb

2017-04-04 Thread Jan Remmet
On Mon, Apr 03, 2017 at 11:59:50PM +0300, Çağlar Kilimci wrote: > Hello, > > 2017-03-31 16:00 GMT+03:00 Sascha Hauer : > > On Fri, Mar 31, 2017 at 02:41:19PM +0300, Çağlar Kilimci wrote: > >> Hey, > >> > >> > >> I tried but got the same result and then I would like to apply your > >> serious patch