Re: [U-Boot] [PATCH v5] ARM: sun71: dts: add support for Bananapi BPI-R1

2016-10-17 Thread Jagan Teki
On Fri, Oct 14, 2016 at 4:58 AM, Stephen Arnold wrote: > Okay, rebased on u-boot master again and updated the config for > i2c/spl. I have an RFC patch for u-boot and an updated kernel dts to > test; I also brought in the (small) sun7i-a20.dtsi patch to add the > standard A20 i2c4 pins_a which is

Re: [U-Boot] [PATCH v5] ARM: sun71: dts: add support for Bananapi BPI-R1

2016-10-13 Thread Stephen Arnold
Okay, rebased on u-boot master again and updated the config for i2c/spl. I have an RFC patch for u-boot and an updated kernel dts to test; I also brought in the (small) sun7i-a20.dtsi patch to add the standard A20 i2c4 pins_a which is the only i2c brought out on the Pi header (goes with pin fix fo

Re: [U-Boot] [PATCH v5] ARM: sun71: dts: add support for Bananapi BPI-R1

2016-10-12 Thread Jagan Teki
On Wed, Oct 12, 2016 at 12:18 AM, Stephen Arnold wrote: > Okay, but I could use a little clarity; do you want the u-boot dts to > look just like my (proposed) kernel dts? Or do I start with kernel > dts and remove the gmac/axp209 stuff? > > If we can merge all of this feedback into a single list

Re: [U-Boot] [PATCH v5] ARM: sun71: dts: add support for Bananapi BPI-R1

2016-10-11 Thread Stephen Arnold
Okay, but I could use a little clarity; do you want the u-boot dts to look just like my (proposed) kernel dts? Or do I start with kernel dts and remove the gmac/axp209 stuff? If we can merge all of this feedback into a single list of changes, then I can take a whack at it later this week (after a

Re: [U-Boot] [PATCH v5] ARM: sun71: dts: add support for Bananapi BPI-R1

2016-10-10 Thread Jagan Teki
On Mon, Oct 10, 2016 at 2:34 AM, Stephen Arnold wrote: > From: Steve Arnold > > * changes from lamobo-r1 required include: > - unset ahci power pin > - usbvbus gpio pin change > - mmc cd gpio pin change > - enable uart2, set default LED trigger > - CONFIG_GMAC_TX_DELAY change > > Change

[U-Boot] [PATCH v5] ARM: sun71: dts: add support for Bananapi BPI-R1

2016-10-09 Thread Stephen Arnold
From: Steve Arnold * changes from lamobo-r1 required include: - unset ahci power pin - usbvbus gpio pin change - mmc cd gpio pin change - enable uart2, set default LED trigger - CONFIG_GMAC_TX_DELAY change Changes for v2: - incorprated feedback for config options (remove 3, add 1) Ch