ath79: add missing clock name strings in SoC dtsi
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9341_tplink.dtsi
index f229a1917e11bd62033c1aeab8011b197b14c314..9c505f2785c5e256cb6c262b2c4a59063325b4bd 100644 (file)
@@ -7,12 +7,10 @@
 
 / {
        aliases {
-               serial0 = &uart;
                led-boot = &led_power;
                led-failsafe = &led_power;
                led-running = &led_power;
                led-upgrade = &led_power;
-               label-mac-device = &wmac;
        };
 
        leds: leds {
        clock-frequency = <25000000>;
 };
 
-&uart {
-       status = "okay";
-};
-
 &gpio {
        pinctrl-names = "default";
        pinctrl-0 = <&jtag_disable_pins &pmx_usb_power>;
        status = "okay";
 
        phy-handle = <&swphy0>;
-
-       mtd-mac-address = <&uboot 0x1fc00>;
-       mtd-mac-address-increment = <(-1)>;
 };
 
 &eth1 {
-       mtd-mac-address = <&uboot 0x1fc00>;
-
        gmac-config {
                device = <&gmac>;
                switch-phy-swap = <1>;
 
 &wmac {
        status = "okay";
-
-       mtd-cal-data = <&art 0x1000>;
-       mtd-mac-address = <&uboot 0x1fc00>;
 };