Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tpetazzoni/63f6c29337111d64a2cf35ed8d42104b to your computer and use it in GitHub Desktop.
Save tpetazzoni/63f6c29337111d64a2cf35ed8d42104b to your computer and use it in GitHub Desktop.
diff --git a/board/stmicroelectronics/stm32mp1/linux-dts/stm32mp135f-dk-mx.dts b/board/stmicroelectronics/stm32mp1/linux-dts/stm32mp135f-dk-mx.dts
index a5c7e2e..5a92360 100644
--- a/board/stmicroelectronics/stm32mp1/linux-dts/stm32mp135f-dk-mx.dts
+++ b/board/stmicroelectronics/stm32mp1/linux-dts/stm32mp135f-dk-mx.dts
@@ -804,7 +804,7 @@
mipid02_0:endpoint{
data-lanes = <1 2>;
lane-polarities = <0 0 0>;
- remote-endpoint = <&gc2145_ep>;
+ remote-endpoint = <&ov5640_0>;
};
};
@@ -831,12 +831,11 @@
DVDD-supply = <&scmi_v3v3_sw>;
powerdown-gpios = <&mcp23017 3 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
reset-gpios = <&mcp23017 4 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
- status = "okay";
+ status = "disabled";
port{
gc2145_ep:endpoint{
- remote-endpoint = <&mipid02_0>;
clock-lanes = <0>;
data-lanes = <1 2>;
};
@@ -849,13 +848,14 @@
clocks = <&clk_ext_camera>;
clock-names = "xclk";
DOVDD-supply = <&scmi_v3v3_sw>;
- status = "disabled";
+ status = "okay";
powerdown-gpios = <&mcp23017 3 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
reset-gpios = <&mcp23017 4 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
port{
ov5640_0:endpoint{
+ remote-endpoint = <&mipid02_0>;
clock-lanes = <0>;
data-lanes = <1 2>;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment