Mac-address-increment not working in 23.05.2

Hi
i had a device i added support for it and i was using 22.03.5 and it was working fine.

i did to upgrade to 23.05.2
but the wifi mt7615nd (dual wifi) did not use the property and both wifi interfaces are with the same mac address now.

this is my wifi node

&pcie0 {
        mt7615d@0,0 {
		compatible = "pci14c3,7615";
		reg = <0x0000 0 0 0 0>;
		mediatek,mtd-eeprom = <&bdinfo 0x0000>;
		mediatek,firmware-eeprom = "mt7615e_eeprom.bin";
		nvmem-cells = <&macaddr_bdinfo_4>;
		nvmem-cell-names = "mac-address";
		mac-address-increment = <(1)>;
        };
};

is there anything changed in 23.05 ?
should i use different approach?

there are lots of mac address problems with V23.05.2
the dlink DIR-825-B2 don't have lan or wan
linksys ea7500 & ea8500 have the same address for lam and wan
so 4 out of my 8 routers have bad MAC's on V23.05.2
I have had to manually set them

i had to find another approach with /target/linux/ramips/mt7621/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac

done fixed for my case