.. | .. |
---|
28 | 28 | serial0 = &scif0; |
---|
29 | 29 | i2c9 = &gpioi2c2; |
---|
30 | 30 | i2c10 = &i2chdmi; |
---|
| 31 | + mmc0 = &sdhi0; |
---|
| 32 | + mmc1 = &sdhi2; |
---|
31 | 33 | }; |
---|
32 | 34 | |
---|
33 | 35 | chosen { |
---|
34 | | - bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp"; |
---|
| 36 | + bootargs = "ignore_loglevel rw root=/dev/nfs ip=on"; |
---|
35 | 37 | stdout-path = "serial0:115200n8"; |
---|
36 | 38 | }; |
---|
37 | 39 | |
---|
.. | .. |
---|
63 | 65 | |
---|
64 | 66 | gpios = <&gpio2 12 GPIO_ACTIVE_HIGH>; |
---|
65 | 67 | gpios-states = <1>; |
---|
66 | | - states = <3300000 1 |
---|
67 | | - 1800000 0>; |
---|
| 68 | + states = <3300000 1>, <1800000 0>; |
---|
68 | 69 | }; |
---|
69 | 70 | |
---|
70 | 71 | vcc_sdhi2: regulator-vcc-sdhi2 { |
---|
.. | .. |
---|
85 | 86 | |
---|
86 | 87 | gpios = <&gpio2 26 GPIO_ACTIVE_HIGH>; |
---|
87 | 88 | gpios-states = <1>; |
---|
88 | | - states = <3300000 1 |
---|
89 | | - 1800000 0>; |
---|
| 89 | + states = <3300000 1>, <1800000 0>; |
---|
90 | 90 | }; |
---|
91 | 91 | |
---|
92 | 92 | hdmi-out { |
---|
.. | .. |
---|
164 | 164 | composite-in@20 { |
---|
165 | 165 | compatible = "adi,adv7180"; |
---|
166 | 166 | reg = <0x20>; |
---|
167 | | - remote = <&vin0>; |
---|
168 | 167 | |
---|
169 | 168 | port { |
---|
170 | 169 | adv7180: endpoint { |
---|
.. | .. |
---|
183 | 182 | adi,input-depth = <8>; |
---|
184 | 183 | adi,input-colorspace = "rgb"; |
---|
185 | 184 | adi,input-clock = "1x"; |
---|
186 | | - adi,input-style = <1>; |
---|
187 | | - adi,input-justification = "evenly"; |
---|
188 | 185 | |
---|
189 | 186 | ports { |
---|
190 | 187 | #address-cells = <1>; |
---|
.. | .. |
---|
225 | 222 | |
---|
226 | 223 | phy1_pins: phy1 { |
---|
227 | 224 | groups = "intc_irq0"; |
---|
| 225 | + function = "intc"; |
---|
| 226 | + }; |
---|
| 227 | + |
---|
| 228 | + pmic_irq_pins: pmicirq { |
---|
| 229 | + groups = "intc_irq2"; |
---|
228 | 230 | function = "intc"; |
---|
229 | 231 | }; |
---|
230 | 232 | |
---|
.. | .. |
---|
304 | 306 | interrupt-parent = <&irqc0>; |
---|
305 | 307 | interrupts = <0 IRQ_TYPE_LEVEL_LOW>; |
---|
306 | 308 | micrel,led-mode = <1>; |
---|
| 309 | + reset-gpios = <&gpio5 22 GPIO_ACTIVE_LOW>; |
---|
307 | 310 | }; |
---|
308 | 311 | }; |
---|
309 | 312 | |
---|
.. | .. |
---|
373 | 376 | }; |
---|
374 | 377 | |
---|
375 | 378 | &i2c6 { |
---|
| 379 | + pinctrl-names = "default"; |
---|
| 380 | + pinctrl-0 = <&pmic_irq_pins>; |
---|
376 | 381 | status = "okay"; |
---|
377 | 382 | clock-frequency = <100000>; |
---|
378 | 383 | |
---|