summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4b4b676)
raw | patch | inline | side by side (parent: 4b4b676)
author | Nikhil Devshatwar <nikhil.nd@ti.com> | |
Wed, 18 Feb 2015 09:11:51 +0000 (14:41 +0530) | ||
committer | Nikhil Devshatwar <nikhil.nd@ti.com> | |
Mon, 17 Aug 2015 07:51:43 +0000 (13:21 +0530) |
Each VIP slice has a 24bit port A and an 8bit port B for video capture.
For each of this port, there has to be an endpoint device node which
should connect to the camera endpoint node.
Add the endpoint device nodes for port B. The reg property of the endpoint
node describes the slice and port it belongs to.
Change-Id: I9ead7caa8fc09b898b8f396765a39a75afd3acaf
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
For each of this port, there has to be an endpoint device node which
should connect to the camera endpoint node.
Add the endpoint device nodes for port B. The reg property of the endpoint
node describes the slice and port it belongs to.
Change-Id: I9ead7caa8fc09b898b8f396765a39a75afd3acaf
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
arch/arm/boot/dts/dra7-evm.dts | patch | blob | history | |
arch/arm/boot/dts/dra7.dtsi | patch | blob | history | |
arch/arm/boot/dts/dra72-evm.dts | patch | blob | history |
index 54c116c519166e4f97824c14bffc5edc383d8b6e..f3c7631d4bc710af6122063f2a63dd9a277f36e4 100644 (file)
};
video_in: &vin1a {
+ status = "okay";
endpoint@0 {
slave-mode;
remote-endpoint = <&onboardLI>;
index e106349e9d4b18a865197fe986750856e52de073..62ae692ed5421442707412f7293b5c2fdc947c3c 100644 (file)
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;
+ status = "disabled";
};
vin2a: port@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
+ status = "disabled";
+ };
+ vin1b: port@2 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ reg = <2>;
+ status = "disabled";
+ };
+ vin2b: port@3 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ reg = <3>;
+ status = "disabled";
};
};
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;
+ status = "disabled";
};
vin4a: port@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
+ status = "disabled";
+ };
+ vin3b: port@2 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ reg = <2>;
+ status = "disabled";
+ };
+ vin4b: port@3 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ reg = <3>;
+ status = "disabled";
};
};
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;
+ status = "disabled";
};
vin6a: port@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
+ status = "disabled";
};
};
index 0572ccf9acefc70fa83cca6a284b3deec221d88e..78f04be4e7410812b352ee787ab5c0a073a9bccc 100644 (file)
};
video_in: &vin2a {
+ status = "okay";
endpoint@0 {
slave-mode;
remote-endpoint = <&onboardLI>;