OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 14... Line 14...
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 * 15 *
16 */ 16 */
Line 17... Line 17...
17   17  
-   18 #include "qcom-ipq4019.dtsi"
18 #include "qcom-ipq4019.dtsi" 19 #include "qcom-ipq4019-bus.dtsi"
19 #include <dt-bindings/gpio/gpio.h> 20 #include <dt-bindings/gpio/gpio.h>
20 #include <dt-bindings/input/input.h> 21 #include <dt-bindings/input/input.h>
Line 21... Line 22...
21 #include <dt-bindings/soc/qcom,tcsr.h> 22 #include <dt-bindings/soc/qcom,tcsr.h>
Line 49... Line 50...
49 compatible = "qcom,tcsr"; 50 compatible = "qcom,tcsr";
50 reg = <0x1957000 0x100>; 51 reg = <0x1957000 0x100>;
51 qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>; 52 qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
52 }; 53 };
Line -... Line 54...
-   54  
-   55 serial@78af000 {
-   56 pinctrl-0 = <&serial_pins>;
-   57 pinctrl-names = "default";
-   58 status = "okay";
-   59 };
53   60  
54 crypto@8e3a000 { 61 crypto@8e3a000 {
55 status = "okay"; 62 status = "okay";
Line 56... Line 63...
56 }; 63 };
Line 74... Line 81...
74 led-failsafe = &power_amber; 81 led-failsafe = &power_amber;
75 led-running = &power_green; 82 led-running = &power_green;
76 led-upgrade = &power_amber; 83 led-upgrade = &power_amber;
77 }; 84 };
Line 78... Line 85...
78   85  
79 keys { 86 gpio-keys {
Line 80... Line 87...
80 compatible = "gpio-keys"; 87 compatible = "gpio-keys";
81   88  
82 wps { 89 wps {
Line 93... Line 100...
93 }; 100 };
Line 94... Line 101...
94   101  
95 led_spi { 102 led_spi {
96 compatible = "spi-gpio"; 103 compatible = "spi-gpio";
97 #address-cells = <1>; 104 #address-cells = <1>;
Line 98... Line 105...
98 #size-cells = <0>; 105 ranges;
99   106  
100 gpio-sck = <&tlmm 5 GPIO_ACTIVE_HIGH>; 107 gpio-sck = <&tlmm 5 GPIO_ACTIVE_HIGH>;
Line 109... Line 116...
109 registers-number = <1>; 116 registers-number = <1>;
110 spi-max-frequency = <1000000>; 117 spi-max-frequency = <1000000>;
111 }; 118 };
112 }; 119 };
Line 113... Line 120...
113   120  
114 leds { 121 gpio-leds {
Line 115... Line 122...
115 compatible = "gpio-leds"; 122 compatible = "gpio-leds";
116   123  
117 power_amber: power_amber { 124 power_amber: power_amber {
Line 185... Line 192...
185 output-high; 192 output-high;
186 }; 193 };
187 }; 194 };
188 }; 195 };
Line 189... Line 196...
189   196  
190 &blsp1_spi1 { 197 &spi_0 {
191 pinctrl-0 = <&spi_0_pins>; 198 pinctrl-0 = <&spi_0_pins>;
192 pinctrl-names = "default"; 199 pinctrl-names = "default";
193 status = "okay"; 200 status = "okay";
Line 268... Line 275...
268 reg = <0x001a0000 0x00010000>; 275 reg = <0x001a0000 0x00010000>;
269 read-only; 276 read-only;
270 }; 277 };
Line 271... Line 278...
271   278  
272 partition11@1b0000 { -  
273 compatible = "denx,fit"; 279 partition11@1b0000 {
274 label = "firmware"; 280 label = "firmware";
275 reg = <0x001b0000 0x00e10000>; 281 reg = <0x001b0000 0x00e10000>;
Line 276... Line 282...
276 }; 282 };
Line 282... Line 288...
282 }; 288 };
283 }; 289 };
284 }; 290 };
285 }; 291 };
Line 286... Line -...
286   -  
287 &blsp1_uart1 { -  
288 pinctrl-0 = <&serial_pins>; -  
289 pinctrl-names = "default"; -  
290 status = "okay"; -  
291 }; -  
292   292  
293 &blsp_dma { 293 &blsp_dma {
294 status = "okay"; 294 status = "okay";
Line 295... Line 295...
295 }; 295 };