arch/arm/dts/mt7623n-bananapi-bpi-r2.dtb: Warning (phys_property): /pcie-controller@1a140000: Missing property '#phy-cells' in node /pcie-phy@1a14a000 or bad phandle (referred from phys[1])
tried to add phys here in pcie-node (not the phy):
285 phys = <&pcie0_phy>,
286 <&pcie1_phy>;
ok, got it…had added phy-cells only to one phy
seems to work so far:
DEBUG: probing TPHY mtk_phy_probe 32
have to go now…maybe you can try to get further? @ray