Re: [PATCH 5/8] arm64: dts: qcom: sa8155p-adp: Enable ethernet node

From: Andrew Lunn
Date: Wed Jan 26 2022 - 19:07:46 EST


> +&ethernet {
> + status = "okay";
> +
> + snps,reset-gpio = <&tlmm 79 GPIO_ACTIVE_LOW>;
> + snps,reset-active-low;
> + snps,reset-delays-us = <0 11000 70000>;
> +
> + snps,ptp-ref-clk-rate = <250000000>;
> + snps,ptp-req-clk-rate = <96000000>;
> +
> + snps,mtl-rx-config = <&mtl_rx_setup>;
> + snps,mtl-tx-config = <&mtl_tx_setup>;
> +
> + pinctrl-names = "default";
> + pinctrl-0 = <&ethernet_defaults>;
> +
> + phy-handle = <&rgmii_phy>;
> + phy-mode = "rgmii";

Where are the rgmii delays being added for this board?

Andrew