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

ARM: dts: dra7: drop legacy cpsw dt node

All dra7/am57 boards converted to use new driver, so drop legacy
cpsw dt node.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Grygorii Strashko and committed by
Tony Lindgren
ec9bc5be fa46e7e7

+2 -56
-54
arch/arm/boot/dts/dra7-l4.dtsi
··· 3038 3038 */ 3039 3039 ti,no-idle; 3040 3040 3041 - mac: ethernet@0 { 3042 - compatible = "ti,dra7-cpsw","ti,cpsw"; 3043 - clocks = <&gmac_main_clk>, <&gmac_clkctrl DRA7_GMAC_GMAC_CLKCTRL 25>; 3044 - clock-names = "fck", "cpts"; 3045 - cpdma_channels = <8>; 3046 - ale_entries = <1024>; 3047 - bd_ram_size = <0x2000>; 3048 - mac_control = <0x20>; 3049 - slaves = <2>; 3050 - active_slave = <0>; 3051 - cpts_clock_mult = <0x784CFE14>; 3052 - cpts_clock_shift = <29>; 3053 - reg = <0x0 0x1000 3054 - 0x1200 0x2e00>; 3055 - #address-cells = <1>; 3056 - #size-cells = <1>; 3057 - 3058 - /* 3059 - * rx_thresh_pend 3060 - * rx_pend 3061 - * tx_pend 3062 - * misc_pend 3063 - */ 3064 - interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>, 3065 - <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>, 3066 - <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>, 3067 - <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>; 3068 - ranges = <0 0 0x4000>; 3069 - syscon = <&scm_conf>; 3070 - status = "disabled"; 3071 - 3072 - davinci_mdio: mdio@1000 { 3073 - compatible = "ti,cpsw-mdio","ti,davinci_mdio"; 3074 - clocks = <&gmac_main_clk>; 3075 - clock-names = "fck"; 3076 - #address-cells = <1>; 3077 - #size-cells = <0>; 3078 - bus_freq = <1000000>; 3079 - reg = <0x1000 0x100>; 3080 - }; 3081 - 3082 - cpsw_emac0: slave@200 { 3083 - /* Filled in by U-Boot */ 3084 - mac-address = [ 00 00 00 00 00 00 ]; 3085 - phys = <&phy_gmii_sel 1>; 3086 - }; 3087 - 3088 - cpsw_emac1: slave@300 { 3089 - /* Filled in by U-Boot */ 3090 - mac-address = [ 00 00 00 00 00 00 ]; 3091 - phys = <&phy_gmii_sel 2>; 3092 - }; 3093 - }; 3094 - 3095 3041 mac_sw: switch@0 { 3096 3042 compatible = "ti,dra7-cpsw-switch","ti,cpsw-switch"; 3097 3043 reg = <0x0 0x4000>;
+2 -2
arch/arm/boot/dts/dra7.dtsi
··· 37 37 serial7 = &uart8; 38 38 serial8 = &uart9; 39 39 serial9 = &uart10; 40 - ethernet0 = &cpsw_emac0; 41 - ethernet1 = &cpsw_emac1; 40 + ethernet0 = &cpsw_port1; 41 + ethernet1 = &cpsw_port2; 42 42 d_can0 = &dcan1; 43 43 d_can1 = &dcan2; 44 44 spi0 = &qspi;