.. | .. |
---|
53 | 53 | i2c12 = &i2cexio1; |
---|
54 | 54 | i2c13 = &i2chdmi; |
---|
55 | 55 | i2c14 = &i2cexio4; |
---|
| 56 | + mmc0 = &sdhi0; |
---|
| 57 | + mmc1 = &sdhi1; |
---|
| 58 | + mmc2 = &sdhi2; |
---|
56 | 59 | }; |
---|
57 | 60 | |
---|
58 | 61 | chosen { |
---|
59 | | - bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp"; |
---|
| 62 | + bootargs = "ignore_loglevel rw root=/dev/nfs ip=on"; |
---|
60 | 63 | stdout-path = "serial0:115200n8"; |
---|
61 | 64 | }; |
---|
62 | 65 | |
---|
.. | .. |
---|
193 | 196 | |
---|
194 | 197 | gpios = <&gpio2 12 GPIO_ACTIVE_HIGH>; |
---|
195 | 198 | gpios-states = <1>; |
---|
196 | | - states = <3300000 1 |
---|
197 | | - 1800000 0>; |
---|
| 199 | + states = <3300000 1>, <1800000 0>; |
---|
198 | 200 | }; |
---|
199 | 201 | |
---|
200 | 202 | vcc_sdhi1: regulator-vcc-sdhi1 { |
---|
.. | .. |
---|
217 | 219 | |
---|
218 | 220 | gpios = <&gpio2 13 GPIO_ACTIVE_HIGH>; |
---|
219 | 221 | gpios-states = <1>; |
---|
220 | | - states = <3300000 1 |
---|
221 | | - 1800000 0>; |
---|
| 222 | + states = <3300000 1>, <1800000 0>; |
---|
222 | 223 | }; |
---|
223 | 224 | |
---|
224 | 225 | vcc_sdhi2: regulator-vcc-sdhi2 { |
---|
.. | .. |
---|
241 | 242 | |
---|
242 | 243 | gpios = <&gpio2 26 GPIO_ACTIVE_HIGH>; |
---|
243 | 244 | gpios-states = <1>; |
---|
244 | | - states = <3300000 1 |
---|
245 | | - 1800000 0>; |
---|
| 245 | + states = <3300000 1>, <1800000 0>; |
---|
246 | 246 | }; |
---|
247 | 247 | |
---|
248 | 248 | audio_clock: audio_clock { |
---|
.. | .. |
---|
369 | 369 | composite-in@20 { |
---|
370 | 370 | compatible = "adi,adv7180"; |
---|
371 | 371 | reg = <0x20>; |
---|
372 | | - remote = <&vin1>; |
---|
373 | 372 | |
---|
374 | 373 | port { |
---|
375 | 374 | adv7180: endpoint { |
---|
.. | .. |
---|
390 | 389 | adi,input-depth = <8>; |
---|
391 | 390 | adi,input-colorspace = "rgb"; |
---|
392 | 391 | adi,input-clock = "1x"; |
---|
393 | | - adi,input-style = <1>; |
---|
394 | | - adi,input-justification = "evenly"; |
---|
395 | 392 | |
---|
396 | 393 | ports { |
---|
397 | 394 | #address-cells = <1>; |
---|
.. | .. |
---|
540 | 537 | function = "intc"; |
---|
541 | 538 | }; |
---|
542 | 539 | |
---|
| 540 | + pmic_irq_pins: pmicirq { |
---|
| 541 | + groups = "intc_irq2"; |
---|
| 542 | + function = "intc"; |
---|
| 543 | + }; |
---|
| 544 | + |
---|
543 | 545 | sdhi0_pins: sd0 { |
---|
544 | 546 | groups = "sdhi0_data4", "sdhi0_ctrl"; |
---|
545 | 547 | function = "sdhi0"; |
---|
.. | .. |
---|
631 | 633 | interrupt-parent = <&irqc0>; |
---|
632 | 634 | interrupts = <0 IRQ_TYPE_LEVEL_LOW>; |
---|
633 | 635 | micrel,led-mode = <1>; |
---|
| 636 | + reset-gpios = <&gpio5 22 GPIO_ACTIVE_LOW>; |
---|
634 | 637 | }; |
---|
635 | 638 | }; |
---|
636 | 639 | |
---|
.. | .. |
---|
776 | 779 | }; |
---|
777 | 780 | |
---|
778 | 781 | &i2c6 { |
---|
| 782 | + pinctrl-names = "default"; |
---|
| 783 | + pinctrl-0 = <&pmic_irq_pins>; |
---|
779 | 784 | status = "okay"; |
---|
780 | 785 | clock-frequency = <100000>; |
---|
781 | 786 | |
---|