Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel

2019-04-16 Thread Arno Steffens
> Gesendet: Freitag, 12. April 2019 um 19:07 Uhr > Von: "Mike Looijmans" > An: "Arno Steffens" > Cc: "meta xilinx" > Betreff: Re: Aw: Re: [meta-xilinx] Kernel version, xilinx git repo, yocto > kernel > > On 12-04-19 15:39, Arno Steffens wro

Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel

2019-04-14 Thread Arno Steffens
Sorry, attached file didn't work, I'll try this: /dts-v1/; / { #address-cells = <0x1>; #size-cells = <0x1>; compatible = "avnet,microzed", "xlnx,zynq-7000"; model = "Test Device"; chosen { bootargs = "earlyprintk";

Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel

2019-04-13 Thread Mike Looijmans
On 12-04-19 15:39, Arno Steffens wrote: > > >> Gesendet: Mittwoch, 10. April 2019 um 07:39 Uhr >> Von: "Mike Looijmans" >> An: "meta xilinx" >> Betreff: Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel >> >> On 07

Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel

2019-04-12 Thread Arno Steffens
> Gesendet: Mittwoch, 10. April 2019 um 07:39 Uhr > Von: "Mike Looijmans" > An: "meta xilinx" > Betreff: Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel > > On 07-04-19 11:41, Arno Steffens wrote: > > In fact, I think I have diffic

Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel

2019-04-10 Thread Mike Looijmans
opic-miami/arch/arm/boot/dts/topic-miami.dtsi >> >> Don't forget to activate the bitbang GPIO I2C driver in the "drivers" section >> of the kernel configuration as well. >> >>> >>>> Gesendet: Donnerstag, 04. April 2019 um 07:31 Uhr >>>&

Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel

2019-04-07 Thread Arno Steffens
Uhr > Von: "Mike Looijmans" > An: "Arno Steffens" > Cc: "meta xilinx" > Betreff: Re: Aw: Re: [meta-xilinx] Kernel version, xilinx git repo, yocto > kernel > > On 04-04-19 14:03, Arno Steffens wrote: > > Thanks Mike for this clear (a

Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel

2019-04-05 Thread Mike Looijmans
Steffens" , "meta xilinx" >> >> Betreff: Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel >> >> Simple solution would be to just stop using the cadence driver. There are >> issues in the Zynq that cannot really be resolved in software

Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel

2019-04-04 Thread Robert Berger
Hi Arno, On 03.04.19 13:53, Arno Steffens wrote: I have I2C issues and guess I need the recovery functionality, but the Cadence I2c driver that supports it is only in the current xilinx master branch. Even not in mainline 4.19. The reason that the driver is not mainline is most likely

Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel

2019-04-04 Thread Mike Looijmans
Simple solution would be to just stop using the cadence driver. There are issues in the Zynq that cannot really be resolved in software apparently, and the only way around them we've found is to just use a bitbang GPIO controller on the same pins. That made all problems go away. Chances are

Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel

2019-04-04 Thread Arno Steffens
. Thats always magic to me. Kind regards, Arno > Gesendet: Donnerstag, 04. April 2019 um 07:31 Uhr > Von: "Mike Looijmans" > An: "Arno Steffens" , "meta xilinx" > > Betreff: Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel > > Simp