old mode 100644new mode 100755| .. | .. |
|---|
| 25 | 25 | vin-supply = <&dc_12v>; |
|---|
| 26 | 26 | }; |
|---|
| 27 | 27 | |
|---|
| 28 | | - rk_headset: rk-headset { |
|---|
| 29 | | - compatible = "rockchip_headset"; |
|---|
| 30 | | - headset_gpio = <&gpio3 RK_PA1 GPIO_ACTIVE_LOW>; |
|---|
| 31 | | - pinctrl-names = "default"; |
|---|
| 32 | | - pinctrl-0 = <&hp_det>; |
|---|
| 33 | | - }; |
|---|
| 34 | | - |
|---|
| 35 | 28 | vcc3v3_vga: vcc3v3-vga { |
|---|
| 36 | 29 | compatible = "regulator-fixed"; |
|---|
| 37 | 30 | regulator-name = "vcc3v3_vga"; |
|---|
| .. | .. |
|---|
| 54 | 47 | }; |
|---|
| 55 | 48 | }; |
|---|
| 56 | 49 | |
|---|
| 50 | +&bt_sound { |
|---|
| 51 | + status = "disabled"; |
|---|
| 52 | + simple-audio-card,cpu { |
|---|
| 53 | + sound-dai = <&i2s2_2ch>; |
|---|
| 54 | + }; |
|---|
| 55 | +}; |
|---|
| 56 | + |
|---|
| 57 | 57 | &audiopwmout_diff { |
|---|
| 58 | 58 | status = "disabled"; |
|---|
| 59 | 59 | }; |
|---|
| .. | .. |
|---|
| 67 | 67 | }; |
|---|
| 68 | 68 | |
|---|
| 69 | 69 | &csi2_dphy_hw { |
|---|
| 70 | | - status = "okay"; |
|---|
| 70 | + status = "disabled"; |
|---|
| 71 | 71 | }; |
|---|
| 72 | 72 | |
|---|
| 73 | 73 | &csi2_dphy1 { |
|---|
| 74 | | - status = "okay"; |
|---|
| 74 | + status = "disabled"; |
|---|
| 75 | 75 | |
|---|
| 76 | 76 | /* |
|---|
| 77 | 77 | * dphy1 only used for split mode, |
|---|
| .. | .. |
|---|
| 108 | 108 | }; |
|---|
| 109 | 109 | |
|---|
| 110 | 110 | &csi2_dphy2 { |
|---|
| 111 | | - status = "okay"; |
|---|
| 111 | + status = "disabled"; |
|---|
| 112 | 112 | |
|---|
| 113 | 113 | /* |
|---|
| 114 | 114 | * dphy2 only used for split mode, |
|---|
| .. | .. |
|---|
| 160 | 160 | * when dsi0 is enabled |
|---|
| 161 | 161 | */ |
|---|
| 162 | 162 | &dsi0 { |
|---|
| 163 | | - status = "okay"; |
|---|
| 163 | + status = "disabled"; |
|---|
| 164 | 164 | }; |
|---|
| 165 | 165 | |
|---|
| 166 | 166 | &dsi0_in_vp0 { |
|---|
| .. | .. |
|---|
| 168 | 168 | }; |
|---|
| 169 | 169 | |
|---|
| 170 | 170 | &dsi0_in_vp1 { |
|---|
| 171 | | - status = "okay"; |
|---|
| 171 | + status = "disabled"; |
|---|
| 172 | 172 | }; |
|---|
| 173 | 173 | |
|---|
| 174 | 174 | &dsi0_panel { |
|---|
| .. | .. |
|---|
| 218 | 218 | status = "disabled"; |
|---|
| 219 | 219 | }; |
|---|
| 220 | 220 | |
|---|
| 221 | +&gmac1 { |
|---|
| 222 | + phy-mode = "rgmii"; |
|---|
| 223 | + clock_in_out = "output"; |
|---|
| 224 | + |
|---|
| 225 | + snps,reset-gpio = <&gpio3 RK_PB0 GPIO_ACTIVE_LOW>; |
|---|
| 226 | + snps,reset-active-low; |
|---|
| 227 | + /* Reset time is 20ms, 100ms for rtl8211f */ |
|---|
| 228 | + snps,reset-delays-us = <0 20000 100000>; |
|---|
| 229 | + |
|---|
| 230 | + assigned-clocks = <&cru SCLK_GMAC1_RX_TX>, <&cru SCLK_GMAC1>; |
|---|
| 231 | + assigned-clock-parents = <&cru SCLK_GMAC1_RGMII_SPEED>, <&cru CLK_MAC1_2TOP>; |
|---|
| 232 | + assigned-clock-rates = <0>, <125000000>; |
|---|
| 233 | + |
|---|
| 234 | + pinctrl-names = "default"; |
|---|
| 235 | + pinctrl-0 = <&gmac1m1_miim |
|---|
| 236 | + &gmac1m1_tx_bus2 |
|---|
| 237 | + &gmac1m1_rx_bus2 |
|---|
| 238 | + &gmac1m1_rgmii_clk |
|---|
| 239 | + &gmac1m1_rgmii_bus>; |
|---|
| 240 | + |
|---|
| 241 | + tx_delay = <0x4f>; |
|---|
| 242 | + rx_delay = <0x26>; |
|---|
| 243 | + |
|---|
| 244 | + |
|---|
| 245 | + status = "okay"; |
|---|
| 246 | +}; |
|---|
| 247 | + |
|---|
| 221 | 248 | /* |
|---|
| 222 | 249 | * power-supply should switche to vcc3v3_lcd1_n |
|---|
| 223 | 250 | * when mipi panel is connected to dsi1. |
|---|
| 224 | 251 | */ |
|---|
| 225 | | ->1x { |
|---|
| 226 | | - power-supply = <&vcc3v3_lcd0_n>; |
|---|
| 227 | | -}; |
|---|
| 228 | 252 | |
|---|
| 229 | 253 | &i2c2 { |
|---|
| 230 | 254 | status = "okay"; |
|---|
| .. | .. |
|---|
| 280 | 304 | }; |
|---|
| 281 | 305 | }; |
|---|
| 282 | 306 | |
|---|
| 307 | +&i2s2_2ch { |
|---|
| 308 | + pinctrl-0 = <&i2s2m1_sclktx &i2s2m1_lrcktx &i2s2m1_sdi &i2s2m1_sdo>; |
|---|
| 309 | + rockchip,bclk-fs = <32>; |
|---|
| 310 | + status = "disabled"; |
|---|
| 311 | +}; |
|---|
| 312 | + |
|---|
| 283 | 313 | &i2s3_2ch { |
|---|
| 284 | 314 | status = "disabled"; |
|---|
| 285 | 315 | }; |
|---|
| .. | .. |
|---|
| 318 | 348 | }; |
|---|
| 319 | 349 | |
|---|
| 320 | 350 | &video_phy0 { |
|---|
| 321 | | - status = "okay"; |
|---|
| 351 | + status = "disabled"; |
|---|
| 322 | 352 | }; |
|---|
| 323 | 353 | |
|---|
| 324 | 354 | &video_phy1 { |
|---|
| .. | .. |
|---|
| 368 | 398 | }; |
|---|
| 369 | 399 | |
|---|
| 370 | 400 | &rkisp { |
|---|
| 371 | | - status = "okay"; |
|---|
| 401 | + status = "disabled"; |
|---|
| 372 | 402 | }; |
|---|
| 373 | 403 | |
|---|
| 374 | 404 | &rkisp_mmu { |
|---|
| 375 | | - status = "okay"; |
|---|
| 405 | + status = "disabled"; |
|---|
| 376 | 406 | }; |
|---|
| 377 | 407 | |
|---|
| 378 | 408 | &rkisp_vir0 { |
|---|
| 379 | | - status = "okay"; |
|---|
| 409 | + status = "disabled"; |
|---|
| 380 | 410 | |
|---|
| 381 | 411 | port { |
|---|
| 382 | 412 | #address-cells = <1>; |
|---|
| .. | .. |
|---|
| 390 | 420 | }; |
|---|
| 391 | 421 | |
|---|
| 392 | 422 | &route_dsi0 { |
|---|
| 393 | | - status = "okay"; |
|---|
| 423 | + status = "disabled"; |
|---|
| 394 | 424 | connect = <&vp1_out_dsi0>; |
|---|
| 395 | 425 | }; |
|---|
| 396 | 426 | |
|---|
| .. | .. |
|---|
| 443 | 473 | WIFI,host_wake_irq = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>; |
|---|
| 444 | 474 | }; |
|---|
| 445 | 475 | |
|---|
| 446 | | -&work_led { |
|---|
| 447 | | - gpios = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>; |
|---|
| 448 | | -}; |
|---|
| 449 | | - |
|---|
| 450 | 476 | &pinctrl { |
|---|
| 451 | 477 | cam { |
|---|
| 452 | 478 | camera_pwr: camera-pwr { |
|---|
| 453 | 479 | rockchip,pins = |
|---|
| 454 | 480 | /* camera power en */ |
|---|
| 455 | 481 | <0 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>; |
|---|
| 456 | | - }; |
|---|
| 457 | | - }; |
|---|
| 458 | | - |
|---|
| 459 | | - headphone { |
|---|
| 460 | | - hp_det: hp-det { |
|---|
| 461 | | - rockchip,pins = <3 RK_PA1 RK_FUNC_GPIO &pcfg_pull_down>; |
|---|
| 462 | 482 | }; |
|---|
| 463 | 483 | }; |
|---|
| 464 | 484 | |
|---|