OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 31... Line 31...
31 led-upgrade = &power; 31 led-upgrade = &power;
32 }; 32 };
Line 33... Line 33...
33   33  
34 chosen { 34 chosen {
35 bootargs = "console=ttyMSM0,115200n8"; 35 bootargs = "console=ttyMSM0,115200n8";
36 stdout-path = "serial0:115200n8"; 36 linux,stdout-path = "serial0:115200n8";
37 append-rootblock = "ubi.mtd="; /* append to bootargs adding the root deviceblock nbr from bootloader */ 37 append-rootblock = "ubi.mtd="; /* append to bootargs adding the root deviceblock nbr from bootloader */
Line 38... Line 38...
38 }; 38 };
39   39  
Line 307... Line 307...
307 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>; 307 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>;
308 pinctrl-0 = <&mdio0_pins>; 308 pinctrl-0 = <&mdio0_pins>;
309 pinctrl-names = "default"; 309 pinctrl-names = "default";
Line 310... Line 310...
310   310  
-   311 phy0: ethernet-phy@0 {
311 phy0: ethernet-phy@0 { 312 device_type = "ethernet-phy";
312 reg = <0>; 313 reg = <0>;
313 qca,ar8327-initvals = < 314 qca,ar8327-initvals = <
314 0x00004 0x7600000 /* PAD0_MODE */ 315 0x00004 0x7600000 /* PAD0_MODE */
315 0x00008 0x1000000 /* PAD5_MODE */ 316 0x00008 0x1000000 /* PAD5_MODE */
Line 320... Line 321...
320 0x00094 0x4e /* PORT6_STATUS */ 321 0x00094 0x4e /* PORT6_STATUS */
321 >; 322 >;
322 }; 323 };
Line 323... Line 324...
323   324  
-   325 phy4: ethernet-phy@4 {
324 phy4: ethernet-phy@4 { 326 device_type = "ethernet-phy";
325 reg = <4>; 327 reg = <4>;
326 }; 328 };
Line 327... Line 329...
327 }; 329 };
Line 359... Line 361...
359 adm_dma: dma@18300000 { 361 adm_dma: dma@18300000 {
360 status = "ok"; 362 status = "ok";
361 }; 363 };
362 }; 364 };
Line 363... Line 365...
363   365  
364 keys { 366 gpio-keys {
365 compatible = "gpio-keys"; 367 compatible = "gpio-keys";
366 pinctrl-0 = <&button_pins>; 368 pinctrl-0 = <&button_pins>;
Line 367... Line 369...
367 pinctrl-names = "default"; 369 pinctrl-names = "default";
Line 383... Line 385...
383 gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>; 385 gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
384 linux,code = <KEY_WPS_BUTTON>; 386 linux,code = <KEY_WPS_BUTTON>;
385 }; 387 };
386 }; 388 };
Line 387... Line 389...
387   389  
388 leds { 390 gpio-leds {
389 compatible = "gpio-leds"; 391 compatible = "gpio-leds";
390 pinctrl-0 = <&led_pins>; 392 pinctrl-0 = <&led_pins>;
Line 391... Line 393...
391 pinctrl-names = "default"; 393 pinctrl-names = "default";
Line 408... Line 410...
408 }; 410 };
409 }; 411 };
Line 410... Line 412...
410   412  
411 /delete-node/ &pcie2_pins; 413 /delete-node/ &pcie2_pins;
-   414 /delete-node/ &pcie2;