[PATCH] ARM: dts: Add ethernet PHYs to the a bunch of Geminis

Andrew Lunn andrew at lunn.ch
Wed Nov 29 08:07:32 PST 2017


> +	mdio0: ethernet-phy {
> +		compatible = "virtual,mdio-gpio";
> +		gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */
> +			<&gpio0 21 GPIO_ACTIVE_HIGH>; /* MDIO */
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +
> +		phy0: ethernet-phy at 0 {

Hi Linus

ethernet-phy at 1 since the reg is 1.

You seem to have them all wrong :-(

    Andrew



More information about the linux-arm-kernel mailing list