put vo in board dts for easy configuration

Signed-off-by: carbon <carbon@milkv.io>
This commit is contained in:
carbon
2024-06-25 18:00:31 +08:00
parent 39a002c8b0
commit a9b9bf70b4
2 changed files with 18 additions and 0 deletions

View File

@ -17,6 +17,15 @@
/delete-property/ mute-gpio-r;
};
/* mipi dsi for u-boot */
&vo {
compatible = "cvitek,vo";
reset-gpio = <&porte 2 GPIO_ACTIVE_LOW>;
pwm-gpio = <&porte 0 GPIO_ACTIVE_HIGH>;
power-ct-gpio = <&porte 1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
/* mipi dsi for kernel */
&mipi_tx {
compatible = "cvitek,mipi_tx";

View File

@ -13,6 +13,15 @@
/delete-property/ mute-gpio-r;
};
/* mipi dsi for u-boot */
&vo {
compatible = "cvitek,vo";
reset-gpio = <&porte 2 GPIO_ACTIVE_LOW>;
pwm-gpio = <&porte 0 GPIO_ACTIVE_HIGH>;
power-ct-gpio = <&porte 1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
/* mipi dsi for kernel */
&mipi_tx {
compatible = "cvitek,mipi_tx";