put mipi_tx in board dts for easy configuration
Signed-off-by: carbon <carbon@milkv.io>
This commit is contained in:
@ -16,3 +16,12 @@
|
||||
/delete-property/ mute-gpio-l;
|
||||
/delete-property/ mute-gpio-r;
|
||||
};
|
||||
|
||||
/* 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";
|
||||
};
|
||||
|
||||
@ -13,3 +13,11 @@
|
||||
/delete-property/ mute-gpio-r;
|
||||
};
|
||||
|
||||
/* 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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user