spacepaste

  1.  
  2. diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
  3. index 54fc24e4c569..a5a38394ae84 100644
  4. --- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi
  5. +++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
  6. @@ -420,7 +420,14 @@
  7. mdio: mdio {
  8. #address-cells = <1>;
  9. #size-cells = <0>;
  10. - int_mii_phy: ethernet-phy@1 {
  11. + /* Using 31 permits to make a seperation between
  12. + this integrated PHY and external ones.
  13. + Without it, external "ethernet-phy@1" will be
  14. + merged with it (due to same dtnode name).
  15. + Board makers currently only provides PHY at
  16. + addresses 1 and 7.
  17. + */
  18. + int_mii_phy: ethernet-phy@31 {
  19. compatible = "ethernet-phy-ieee802.3-c22";
  20. reg = <1>;
  21. clocks = <&ccu CLK_BUS_EPHY>;
  22.