Re: [OpenWrt-Devel] [lantiq] general help on AR10 platform

2019-09-03 Thread Enrico Mioso
Hey there! On Mon, 2 Sep 2019, Hauke Mehrtens wrote: Do you use the compatible string lantiq,ar10 for the device? PS! Thanks Lots of work needed but still... Eva_AVM >    [

Re: [OpenWrt-Devel] [lantiq] general help on AR10 platform

2019-09-02 Thread Enrico Mioso
pt-parent = <>; interrupts = <75 73 72>; resets = < 21 16>, < 8 8>; reset-names = "switch", "ppe"; lantiq,phys = <>, <>, <>; };

Re: [OpenWrt-Devel] [lantiq] general help on AR10 platform

2019-09-02 Thread Hauke Mehrtens
On 9/2/19 5:38 AM, Enrico Mioso wrote: > Hello guys, > Hello Hauke, > > Sorry for the amount of mails. Did you had a look at this vendor device tree file:

Re: [OpenWrt-Devel] [lantiq] general help on AR10 platform

2019-09-02 Thread Hauke Mehrtens
On 9/2/19 6:26 AM, Enrico Mioso wrote: > BTW, in vendor's cgu_init, seems the "enablement" part is commented out. > > static int __init cgu_init(void) > { >     int ret; >     char ver_str[128] = {0}; > >     ret = register_chrdev(IFX_CGU_MAJOR, "ifx_cgu", _fops); >     if ( ret != 0 ) { >   

Re: [OpenWrt-Devel] [lantiq] general help on AR10 platform

2019-09-01 Thread Enrico Mioso
BTW, in vendor's cgu_init, seems the "enablement" part is commented out. static int __init cgu_init(void) { int ret; char ver_str[128] = {0}; ret = register_chrdev(IFX_CGU_MAJOR, "ifx_cgu", _fops); if ( ret != 0 ) { printk(KERN_ERR "Can not register CGU device - %d\n",

[OpenWrt-Devel] [lantiq] general help on AR10 platform

2019-09-01 Thread Enrico Mioso
Hello guys, Hello Hauke, Sorry for the amount of mails. So in I patched the kernel to be more specific on PMU error messages, since it seems something is fundamentally wrong here: the system panics like [0.00] SoC: xRX300 rev 1.2 [0.00] bootconsole [early0] enabled [