.. | .. |
---|
1 | | -Samsung S5P/EXYNOS SoC Camera Subsystem (FIMC) |
---|
| 1 | +Samsung S5P/Exynos SoC Camera Subsystem (FIMC) |
---|
2 | 2 | ---------------------------------------------- |
---|
3 | 3 | |
---|
4 | 4 | The S5P/Exynos SoC Camera subsystem comprises of multiple sub-devices |
---|
.. | .. |
---|
95 | 95 | |
---|
96 | 96 | This node should contain child 'port' nodes specifying active parallel video |
---|
97 | 97 | input ports. It includes camera A and camera B inputs. 'reg' property in the |
---|
98 | | -port nodes specifies data input - 0, 1 indicates input A, B respectively. |
---|
| 98 | +port nodes specifies data input - 1, 2 indicates input A, B respectively. |
---|
99 | 99 | |
---|
100 | 100 | Optional properties |
---|
101 | 101 | |
---|
.. | .. |
---|
172 | 172 | /* parallel camera ports */ |
---|
173 | 173 | parallel-ports { |
---|
174 | 174 | /* camera A input */ |
---|
175 | | - port@0 { |
---|
176 | | - reg = <0>; |
---|
| 175 | + port@1 { |
---|
| 176 | + reg = <1>; |
---|
177 | 177 | fimc0_ep: endpoint { |
---|
178 | 178 | remote-endpoint = <&s5k6aa_ep>; |
---|
179 | 179 | bus-width = <8>; |
---|