> + if (!of_property_read_u32(node, "allwinner,tx-delay-ps", &val)) { Please use the standard properties rx-internal-delay-ps and tx-internal-delay-ps. Please also ensure that if the property is missing, the default is 0ps. Andrew