forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/media/samsung-fimc.txt
....@@ -1,4 +1,4 @@
1
-Samsung S5P/EXYNOS SoC Camera Subsystem (FIMC)
1
+Samsung S5P/Exynos SoC Camera Subsystem (FIMC)
22 ----------------------------------------------
33
44 The S5P/Exynos SoC Camera subsystem comprises of multiple sub-devices
....@@ -95,7 +95,7 @@
9595
9696 This node should contain child 'port' nodes specifying active parallel video
9797 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.
9999
100100 Optional properties
101101
....@@ -172,8 +172,8 @@
172172 /* parallel camera ports */
173173 parallel-ports {
174174 /* camera A input */
175
- port@0 {
176
- reg = <0>;
175
+ port@1 {
176
+ reg = <1>;
177177 fimc0_ep: endpoint {
178178 remote-endpoint = <&s5k6aa_ep>;
179179 bus-width = <8>;