put mipi_tx in board dts for easy configuration
This commit is contained in:
@ -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";
|
||||
};
|
||||
|
||||
@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user