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 >    [ 0.00]

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

2019-09-02 Thread Enrico Mioso
0xe10b1d8 0x30 /* mii */ 0xe10b308 0x30 /* pmac */ >; interrupt-parent = <&icu0>; interrupts = <75 73 72>; resets = <&reset0 2

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: https://gitlab.com/gplmirror/telekom-speedport-w925v/blob/master/w925_1.5.001.7_opensource/extern/lantiq-bsp/ugw711-grx550/UGW-7.1.1-SW-CD/Sou

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", &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", &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 [0.0