Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6qdl-wandboard: add ethernet PHY description

Wandboard devicetrees lack the ethernet PHY description, add it.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Anatolij Gustschin and committed by
Shawn Guo
77591e42 b0a506fb

+10
+10
arch/arm/boot/dts/imx6qdl-wandboard.dtsi
··· 279 279 pinctrl-names = "default"; 280 280 pinctrl-0 = <&pinctrl_enet>; 281 281 phy-mode = "rgmii-id"; 282 + phy-handle = <&ethphy>; 282 283 phy-reset-gpios = <&gpio3 29 GPIO_ACTIVE_LOW>; 283 284 status = "okay"; 285 + 286 + mdio { 287 + #address-cells = <1>; 288 + #size-cells = <0>; 289 + 290 + ethphy: ethernet-phy@1 { 291 + reg = <1>; 292 + }; 293 + }; 284 294 }; 285 295 286 296 &mipi_csi {