Does it support tinydrm?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Does it support tinydrm?

627 Views
k_j_lee
Contributor I

Hello,

I want to used tinydrm spi lcd.

The dts file  has been modified 

&ecspi1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ecspi1 &pinctrl_ecspi1_cs>;
status = "okay";
cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;
num-cs = <1>;
spi-3wire;

display@0{
compatible ="multi-inno,mi0283qt";
reg = <0>;
spi-max-frequency = <50000000>;
/* dc-gpios = <&pio>; */
reset-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;/* MX8MM_IOMUXC_SAI5_RXFS_GPIO3_IO19 */
rotation = <0>;
};
};

mi0283qt spi0.0: Failed to set dma mask -5 ( dma_coerce_mask_and_coherent)

i don't know, it return an error.

Can not use tinydrm modules ?

what's the problem ?

kernel 4.14.78

device: imx8m-mini

Tags (3)
0 Kudos
1 Reply

474 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello K.J. Lee,

Tinydrm is not implemented on the i.MX8M Mini BSP, you would need to add it on the BSP.

Regards,

0 Kudos