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

ARM: dts: am437x-l4: drop legacy cpsw dt node

All am437x boards have been 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
8cbe7afc aff7e503

-51
-51
arch/arm/boot/dts/am437x-l4.dtsi
··· 521 521 #size-cells = <1>; 522 522 ranges = <0x0 0x100000 0x8000>; 523 523 524 - mac: ethernet@0 { 525 - compatible = "ti,am4372-cpsw","ti,cpsw"; 526 - reg = <0x0 0x800 527 - 0x1200 0x100>; 528 - interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH 529 - GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH 530 - GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH 531 - GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>; 532 - #address-cells = <1>; 533 - #size-cells = <1>; 534 - clocks = <&cpsw_125mhz_gclk>, <&cpsw_cpts_rft_clk>, 535 - <&dpll_clksel_mac_clk>; 536 - clock-names = "fck", "cpts", "50mclk"; 537 - assigned-clocks = <&dpll_clksel_mac_clk>; 538 - assigned-clock-rates = <50000000>; 539 - status = "disabled"; 540 - cpdma_channels = <8>; 541 - ale_entries = <1024>; 542 - bd_ram_size = <0x2000>; 543 - mac_control = <0x20>; 544 - slaves = <2>; 545 - active_slave = <0>; 546 - cpts_clock_mult = <0x80000000>; 547 - cpts_clock_shift = <29>; 548 - ranges = <0 0 0x8000>; 549 - syscon = <&scm_conf>; 550 - 551 - davinci_mdio: mdio@1000 { 552 - compatible = "ti,am4372-mdio","ti,cpsw-mdio","ti,davinci_mdio"; 553 - reg = <0x1000 0x100>; 554 - clocks = <&cpsw_125mhz_clkctrl AM4_CPSW_125MHZ_CPGMAC0_CLKCTRL 0>; 555 - clock-names = "fck"; 556 - #address-cells = <1>; 557 - #size-cells = <0>; 558 - bus_freq = <1000000>; 559 - status = "disabled"; 560 - }; 561 - 562 - cpsw_emac0: slave@200 { 563 - /* Filled in by U-Boot */ 564 - mac-address = [ 00 00 00 00 00 00 ]; 565 - phys = <&phy_gmii_sel 1 0>; 566 - }; 567 - 568 - cpsw_emac1: slave@300 { 569 - /* Filled in by U-Boot */ 570 - mac-address = [ 00 00 00 00 00 00 ]; 571 - phys = <&phy_gmii_sel 2 0>; 572 - }; 573 - }; 574 - 575 524 mac_sw: switch@0 { 576 525 compatible = "ti,am4372-cpsw","ti,cpsw-switch"; 577 526 reg = <0x0 0x4000>;