diff options
author | Tom Rini <trini@konsulko.com> | 2019-12-13 20:58:49 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-13 20:58:49 -0500 |
commit | 85432c69da37144c2ae7b7e5539a142b218cdc81 (patch) | |
tree | 98b06f362e50134c6763380f2c0196f7938d1d97 /arch/arm | |
parent | f39abbbc531eb7b246d83dbb765e65afcc0989f8 (diff) | |
parent | 7da4fb9235dd242036bed16c9ea6ad07b60b7ba1 (diff) |
Merge branch '2019-12-13-master-imports'
- Assorted minor fixes
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/am335x-brsmarc1.dts | 2 | ||||
-rw-r--r-- | arch/arm/dts/am335x-brxre1.dts | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/am335x-brsmarc1.dts b/arch/arm/dts/am335x-brsmarc1.dts index e1738b6dde..a63fc2da22 100644 --- a/arch/arm/dts/am335x-brsmarc1.dts +++ b/arch/arm/dts/am335x-brsmarc1.dts @@ -266,12 +266,14 @@ }; &cpsw_emac0 { + phy_id = <&davinci_mdio>, <1>; phy-handle = <ðphy0>; phy-mode = "rmii"; ti,ledcr = <0x0480>; }; &cpsw_emac1 { + phy_id = <&davinci_mdio>, <3>; phy-handle = <ðphy1>; phy-mode = "rmii"; ti,ledcr = <0x0480>; diff --git a/arch/arm/dts/am335x-brxre1.dts b/arch/arm/dts/am335x-brxre1.dts index a0d046d07a..33d8ab78d8 100644 --- a/arch/arm/dts/am335x-brxre1.dts +++ b/arch/arm/dts/am335x-brxre1.dts @@ -221,11 +221,13 @@ }; &cpsw_emac0 { + phy_id = <&davinci_mdio>, <1>; phy-handle = <ðphy0>; phy-mode = "mii"; }; &cpsw_emac1 { + phy_id = <&davinci_mdio>, <2>; phy-handle = <ðphy1>; phy-mode = "mii"; }; |