.. | .. |
---|
21 | 21 | }; |
---|
22 | 22 | |
---|
23 | 23 | chosen { |
---|
24 | | - bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp"; |
---|
| 24 | + bootargs = "ignore_loglevel rw root=/dev/nfs ip=on"; |
---|
25 | 25 | stdout-path = "serial0:115200n8"; |
---|
26 | 26 | }; |
---|
27 | 27 | |
---|
.. | .. |
---|
234 | 234 | groups = "du1_rgb666", "du1_sync", "du1_disp"; |
---|
235 | 235 | function = "du1"; |
---|
236 | 236 | }; |
---|
| 237 | + |
---|
| 238 | + pmic_irq_pins: pmicirq { |
---|
| 239 | + groups = "intc_irq2"; |
---|
| 240 | + function = "intc"; |
---|
| 241 | + }; |
---|
237 | 242 | }; |
---|
238 | 243 | |
---|
239 | 244 | &rwdt { |
---|
.. | .. |
---|
284 | 289 | adi,input-depth = <8>; |
---|
285 | 290 | adi,input-colorspace = "rgb"; |
---|
286 | 291 | adi,input-clock = "1x"; |
---|
287 | | - adi,input-style = <1>; |
---|
288 | | - adi,input-justification = "evenly"; |
---|
289 | 292 | |
---|
290 | 293 | ports { |
---|
291 | 294 | #address-cells = <1>; |
---|
.. | .. |
---|
308 | 311 | }; |
---|
309 | 312 | }; |
---|
310 | 313 | |
---|
| 314 | +&iic3 { |
---|
| 315 | + status = "okay"; |
---|
| 316 | + |
---|
| 317 | + pmic@58 { |
---|
| 318 | + compatible = "dlg,da9063"; |
---|
| 319 | + reg = <0x58>; |
---|
| 320 | + pinctrl-names = "default"; |
---|
| 321 | + pinctrl-0 = <&pmic_irq_pins>; |
---|
| 322 | + interrupt-parent = <&irqc>; |
---|
| 323 | + interrupts = <2 IRQ_TYPE_LEVEL_LOW>; |
---|
| 324 | + interrupt-controller; |
---|
| 325 | + |
---|
| 326 | + rtc { |
---|
| 327 | + compatible = "dlg,da9063-rtc"; |
---|
| 328 | + }; |
---|
| 329 | + |
---|
| 330 | + wdt { |
---|
| 331 | + compatible = "dlg,da9063-watchdog"; |
---|
| 332 | + }; |
---|
| 333 | + }; |
---|
| 334 | +}; |
---|
| 335 | + |
---|
311 | 336 | &du { |
---|
312 | 337 | pinctrl-0 = <&du0_pins &du1_pins>; |
---|
313 | 338 | pinctrl-names = "default"; |
---|