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]
0xe10b1d8 0x30 /* mii */
0xe10b308 0x30 /* pmac */
>;
interrupt-parent = <&icu0>;
interrupts = <75 73 72>;
resets = <&reset0 2
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
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 ) {
>
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"
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