Hello, > drivers/pci/controller/pcie-mediatek-gen3.c: In function 'mtk_pcie_parse_port': > >> drivers/pci/controller/pcie-mediatek-gen3.c:898:14: error: implicit declaration of function 'of_property_read_u31'; did you mean 'of_property_read_u32'? [-Wimplicit-function-declaration] > 898 | ret = of_property_read_u31(dev->of_node, "num-lanes", &num_lanes); > | ^~~~~~~~~~~~~~~~~~~~ > | of_property_read_u32 Fixed. Krzysztof