|
549 | 549 |
|
550 | 550 | camera: camera@fa600000 {
|
551 | 551 | compatible = "samsung,fimc";
|
| 552 | + ranges = <0x0 0xfa600000 0xe01000>; |
552 | 553 | clocks = <&clocks SCLK_CAM0>, <&clocks SCLK_CAM1>;
|
553 | 554 | clock-names = "sclk_cam0", "sclk_cam1";
|
554 | 555 | #address-cells = <1>;
|
555 | 556 | #size-cells = <1>;
|
556 | 557 | #clock-cells = <1>;
|
557 | 558 | clock-output-names = "cam_a_clkout", "cam_b_clkout";
|
558 |
| - ranges; |
559 | 559 |
|
560 |
| - csis0: csis@fa600000 { |
| 560 | + csis0: csis@0 { |
561 | 561 | compatible = "samsung,s5pv210-csis";
|
562 |
| - reg = <0xfa600000 0x4000>; |
| 562 | + reg = <0x00000000 0x4000>; |
563 | 563 | interrupt-parent = <&vic2>;
|
564 | 564 | interrupts = <29>;
|
565 | 565 | clocks = <&clocks CLK_CSIS>,
|
|
572 | 572 | #size-cells = <0>;
|
573 | 573 | };
|
574 | 574 |
|
575 |
| - fimc0: fimc@fb200000 { |
| 575 | + fimc0: fimc@c00000 { |
576 | 576 | compatible = "samsung,s5pv210-fimc";
|
577 |
| - reg = <0xfb200000 0x1000>; |
| 577 | + reg = <0x00c00000 0x1000>; |
578 | 578 | interrupts = <5>;
|
579 | 579 | interrupt-parent = <&vic2>;
|
580 | 580 | clocks = <&clocks CLK_FIMC0>,
|
|
586 | 586 | samsung,cam-if;
|
587 | 587 | };
|
588 | 588 |
|
589 |
| - fimc1: fimc@fb300000 { |
| 589 | + fimc1: fimc@d00000 { |
590 | 590 | compatible = "samsung,s5pv210-fimc";
|
591 |
| - reg = <0xfb300000 0x1000>; |
| 591 | + reg = <0x00d00000 0x1000>; |
592 | 592 | interrupt-parent = <&vic2>;
|
593 | 593 | interrupts = <6>;
|
594 | 594 | clocks = <&clocks CLK_FIMC1>,
|
|
602 | 602 | samsung,lcd-wb;
|
603 | 603 | };
|
604 | 604 |
|
605 |
| - fimc2: fimc@fb400000 { |
| 605 | + fimc2: fimc@e00000 { |
606 | 606 | compatible = "samsung,s5pv210-fimc";
|
607 |
| - reg = <0xfb400000 0x1000>; |
| 607 | + reg = <0x00e00000 0x1000>; |
608 | 608 | interrupt-parent = <&vic2>;
|
609 | 609 | interrupts = <7>;
|
610 | 610 | clocks = <&clocks CLK_FIMC2>,
|
|
0 commit comments