Skip to content

Commit

Permalink
put mipi_tx in board dts for easy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonfix committed May 17, 2024
1 parent bdc387d commit f0d04e5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@
status = "okay";
};

/* mipi dsi for kernel */
&mipi_tx {
compatible = "cvitek,mipi_tx";
reset-gpio = <&porte 2 GPIO_ACTIVE_LOW>;
pwm-gpio = <&porte 0 GPIO_ACTIVE_HIGH>;
power-ct-gpio = <&porte 1 GPIO_ACTIVE_HIGH>;
status = "okay";
};

/ {
model = "Milk-V DuoS";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@
status = "okay";
};

/* mipi dsi for kernel */
&mipi_tx {
compatible = "cvitek,mipi_tx";
reset-gpio = <&porte 2 GPIO_ACTIVE_LOW>;
pwm-gpio = <&porte 0 GPIO_ACTIVE_HIGH>;
power-ct-gpio = <&porte 1 GPIO_ACTIVE_HIGH>;
status = "okay";
};

/ {
model = "Milk-V DuoS";
};
Expand Down

0 comments on commit f0d04e5

Please sign in to comment.