| .. | .. |
|---|
| 19 | 19 | }; |
|---|
| 20 | 20 | |
|---|
| 21 | 21 | chosen { |
|---|
| 22 | | - bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp"; |
|---|
| 22 | + bootargs = "ignore_loglevel rw root=/dev/nfs ip=on"; |
|---|
| 23 | 23 | stdout-path = "serial0:115200n8"; |
|---|
| 24 | 24 | }; |
|---|
| 25 | 25 | |
|---|
| .. | .. |
|---|
| 94 | 94 | status = "okay"; |
|---|
| 95 | 95 | |
|---|
| 96 | 96 | clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>, <&cpg CPG_MOD 722>, |
|---|
| 97 | | - <&cpg CPG_MOD 726>, <&cpg CPG_MOD 725>, |
|---|
| 98 | 97 | <&osc1_clk>; |
|---|
| 99 | | - clock-names = "du.0", "du.1", "du.2", "lvds.0", "lvds.1", "dclkin.0"; |
|---|
| 98 | + clock-names = "du.0", "du.1", "du.2", "dclkin.0"; |
|---|
| 100 | 99 | |
|---|
| 101 | 100 | ports { |
|---|
| 102 | 101 | port@0 { |
|---|
| .. | .. |
|---|
| 104 | 103 | remote-endpoint = <&adv7511_in>; |
|---|
| 105 | 104 | }; |
|---|
| 106 | 105 | }; |
|---|
| 106 | + }; |
|---|
| 107 | +}; |
|---|
| 108 | + |
|---|
| 109 | +&lvds0 { |
|---|
| 110 | + ports { |
|---|
| 107 | 111 | port@1 { |
|---|
| 108 | 112 | lvds_connector0: endpoint { |
|---|
| 109 | 113 | }; |
|---|
| 110 | 114 | }; |
|---|
| 111 | | - port@2 { |
|---|
| 115 | + }; |
|---|
| 116 | +}; |
|---|
| 117 | + |
|---|
| 118 | +&lvds1 { |
|---|
| 119 | + ports { |
|---|
| 120 | + port@1 { |
|---|
| 112 | 121 | lvds_connector1: endpoint { |
|---|
| 113 | 122 | }; |
|---|
| 114 | 123 | }; |
|---|
| .. | .. |
|---|
| 170 | 179 | function = "iic3"; |
|---|
| 171 | 180 | }; |
|---|
| 172 | 181 | |
|---|
| 182 | + pmic_irq_pins: pmicirq { |
|---|
| 183 | + groups = "intc_irq2"; |
|---|
| 184 | + function = "intc"; |
|---|
| 185 | + }; |
|---|
| 186 | + |
|---|
| 173 | 187 | usb0_pins: usb0 { |
|---|
| 174 | 188 | groups = "usb0"; |
|---|
| 175 | 189 | function = "usb0"; |
|---|
| .. | .. |
|---|
| 189 | 203 | interrupt-parent = <&irqc0>; |
|---|
| 190 | 204 | interrupts = <1 IRQ_TYPE_LEVEL_LOW>; |
|---|
| 191 | 205 | micrel,led-mode = <1>; |
|---|
| 206 | + reset-gpios = <&gpio3 31 GPIO_ACTIVE_LOW>; |
|---|
| 192 | 207 | }; |
|---|
| 193 | 208 | }; |
|---|
| 194 | 209 | |
|---|
| .. | .. |
|---|
| 282 | 297 | adi,input-depth = <8>; |
|---|
| 283 | 298 | adi,input-colorspace = "rgb"; |
|---|
| 284 | 299 | adi,input-clock = "1x"; |
|---|
| 285 | | - adi,input-style = <1>; |
|---|
| 286 | | - adi,input-justification = "evenly"; |
|---|
| 287 | 300 | |
|---|
| 288 | 301 | ports { |
|---|
| 289 | 302 | #address-cells = <1>; |
|---|
| .. | .. |
|---|
| 308 | 321 | |
|---|
| 309 | 322 | &iic3 { |
|---|
| 310 | 323 | pinctrl-names = "default"; |
|---|
| 311 | | - pinctrl-0 = <&iic3_pins>; |
|---|
| 324 | + pinctrl-0 = <&iic3_pins &pmic_irq_pins>; |
|---|
| 312 | 325 | status = "okay"; |
|---|
| 313 | 326 | |
|---|
| 314 | 327 | pmic@58 { |
|---|
| .. | .. |
|---|
| 318 | 331 | interrupts = <2 IRQ_TYPE_LEVEL_LOW>; |
|---|
| 319 | 332 | interrupt-controller; |
|---|
| 320 | 333 | |
|---|
| 334 | + onkey { |
|---|
| 335 | + compatible = "dlg,da9063-onkey"; |
|---|
| 336 | + }; |
|---|
| 337 | + |
|---|
| 321 | 338 | rtc { |
|---|
| 322 | 339 | compatible = "dlg,da9063-rtc"; |
|---|
| 323 | 340 | }; |
|---|