RE: RE: [PATCH] ath79: add support for gl-e750

2020-07-11 Thread mail
> BTW: Would the following DTS statement work for your device _instead_ of the > code in 10-fix-wifi-mac: >  > &pcie0 { > status = "okay"; >  > wifi@0,0 { > compatible = "qcom,ath10k"; > reg = <0x 0 0 0 0>; > mtd-mac-address = <&art 0x0>; > mtd-mac-address-increment = <2>; > }; > }; > --->I ad

RE: RE: [PATCH] ath79: add support for gl-e750

2020-07-10 Thread mail
> > What about caldata? Is there a valid address in 0x5006? > > ---> Calibration data for the E750 is not stored in flash, therefore, the > > MAC > address is not read from 0x5006. > > ---> In the production process of GL router, a basic MAC address will be > written at the beginning of ART, and I

RE: RE: [PATCH] ath79: add support for gl-e750

2020-07-10 Thread mail
> Thank you for pointing out my problem. > Part of the problem I need to explain. > > No LEDs? > --->Yes, no leds > > Why eth1? >  > If that's caused by ð1 being enabled in device tree, you can try to put > the following in DTS: >  > ð1 { > compatible = "syscon", "simple-mfd"; > }; >  > With this,