diff options
| -rw-r--r-- | arch/arm/boot/dts/dra7-l4.dtsi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/dra7-l4.dtsi b/arch/arm/boot/dts/dra7-l4.dtsi index bb45cb7fc3b6..414f1cd68733 100644 --- a/arch/arm/boot/dts/dra7-l4.dtsi +++ b/arch/arm/boot/dts/dra7-l4.dtsi | |||
| @@ -77,18 +77,18 @@ | |||
| 77 | }; | 77 | }; |
| 78 | }; | 78 | }; |
| 79 | 79 | ||
| 80 | phy_gmii_sel: phy-gmii-sel { | ||
| 81 | compatible = "ti,dra7xx-phy-gmii-sel"; | ||
| 82 | reg = <0x554 0x4>; | ||
| 83 | #phy-cells = <1>; | ||
| 84 | }; | ||
| 85 | |||
| 80 | scm_conf_clocks: clocks { | 86 | scm_conf_clocks: clocks { |
| 81 | #address-cells = <1>; | 87 | #address-cells = <1>; |
| 82 | #size-cells = <0>; | 88 | #size-cells = <0>; |
| 83 | }; | 89 | }; |
| 84 | }; | 90 | }; |
| 85 | 91 | ||
| 86 | phy_sel: cpsw-phy-sel@554 { | ||
| 87 | compatible = "ti,dra7xx-cpsw-phy-sel"; | ||
| 88 | reg= <0x554 0x4>; | ||
| 89 | reg-names = "gmii-sel"; | ||
| 90 | }; | ||
| 91 | |||
| 92 | dra7_pmx_core: pinmux@1400 { | 92 | dra7_pmx_core: pinmux@1400 { |
| 93 | compatible = "ti,dra7-padconf", | 93 | compatible = "ti,dra7-padconf", |
| 94 | "pinctrl-single"; | 94 | "pinctrl-single"; |
| @@ -3099,7 +3099,6 @@ | |||
| 3099 | <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>; | 3099 | <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>; |
| 3100 | ranges = <0 0 0x4000>; | 3100 | ranges = <0 0 0x4000>; |
| 3101 | syscon = <&scm_conf>; | 3101 | syscon = <&scm_conf>; |
| 3102 | cpsw-phy-sel = <&phy_sel>; | ||
| 3103 | status = "disabled"; | 3102 | status = "disabled"; |
| 3104 | 3103 | ||
| 3105 | davinci_mdio: mdio@1000 { | 3104 | davinci_mdio: mdio@1000 { |
| @@ -3114,11 +3113,13 @@ | |||
| 3114 | cpsw_emac0: slave@200 { | 3113 | cpsw_emac0: slave@200 { |
| 3115 | /* Filled in by U-Boot */ | 3114 | /* Filled in by U-Boot */ |
| 3116 | mac-address = [ 00 00 00 00 00 00 ]; | 3115 | mac-address = [ 00 00 00 00 00 00 ]; |
| 3116 | phys = <&phy_gmii_sel 1>; | ||
| 3117 | }; | 3117 | }; |
| 3118 | 3118 | ||
| 3119 | cpsw_emac1: slave@300 { | 3119 | cpsw_emac1: slave@300 { |
| 3120 | /* Filled in by U-Boot */ | 3120 | /* Filled in by U-Boot */ |
| 3121 | mac-address = [ 00 00 00 00 00 00 ]; | 3121 | mac-address = [ 00 00 00 00 00 00 ]; |
| 3122 | phys = <&phy_gmii_sel 2>; | ||
| 3122 | }; | 3123 | }; |
| 3123 | }; | 3124 | }; |
| 3124 | }; | 3125 | }; |
