Skip to content

Commit ede4837

Browse files
Heiko Stuebnermmind
authored andcommitted
arm64: dts: rockchip: add basic mdio node to px30
Using snps,reset-* properties for handling the phy-reset is deprecated and instead a real phy node should be defined that then contains the reset-gpios handling. To facilitate this, add the core mdio node under the px30's gmac, similar to how the other Rockchip socs already do this. Signed-off-by: Heiko Stuebner <[email protected]> Reviewed-by: Quentin Schulz <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent febd8c6 commit ede4837

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm64/boot/dts/rockchip/px30.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,12 @@
985985
resets = <&cru SRST_GMAC_A>;
986986
reset-names = "stmmaceth";
987987
status = "disabled";
988+
989+
mdio: mdio {
990+
compatible = "snps,dwmac-mdio";
991+
#address-cells = <1>;
992+
#size-cells = <0>;
993+
};
988994
};
989995

990996
sdmmc: mmc@ff370000 {

0 commit comments

Comments
 (0)