On 15.09.19 12:31, [email protected] wrote:
> Hi,
> 
> see additions to the newer-ending-story below.
Well, at least in fiction it made for an excellent book. Not sure in 
engineering never-ending stories are so great.



>> +&pcie0 {
>> +    wifi0: wifi@0,0 {
>> +            compatible = "pci14c3,7615";
>> +            reg = <0x0000 0 0 0 0>;
>> +            mediatek,mtd-eeprom = <&factory 0x0000>;
>> +            ieee80211-freq-limit = <2400000 2500000>;
>> +            mtd-mac-address = <&factory 0x4>;
> 
> With mtd-eeprom reading from 0x0, the MAC address at 0x4 should be read by 
> default. So, you should get the same result with the mtd-mac-address line 
> removed.
Indeed, this works, I get the correct MAC address by default.

> 
>> +    };
>> +};
>> +
>> +&pcie1 {
>> +    wifi1: wifi@0,0 {
>> +            compatible = "pci14c3,7615";
>> +            reg = <0x0000 0 0 0 0>;
>> +            mediatek,mtd-eeprom = <&factory 0x8000>;
>> +            ieee80211-freq-limit = <5000000 6000000>;
>> +            mtd-mac-address = <&factory 0x8004>;
> 
> See above: address is mtd-eeprom +4, so try to remove it.
Here as well.


>> +
>> +&i2c {
>> +    status = "disabled";
> 
> Indent is wrong here.
Oops.

> 
> Best
> 
> Adrian
> 

will send a v7.

Best,
  Birger


_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to