The meander is displayed incorrectly when using interrupts on epit

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

The meander is displayed incorrectly when using interrupts on epit

351 Views
Artem
Contributor I

Hanging timer interrupts on the LED pin by m4 app. Before linux is fully started, the meander is displayed correctly. After a full start, the meander breaks off and does not work as it should. Tried adding epit1 epit2 status disabled in the device tree, nothing changed.
Before starting linux

photo_5343759638253910589_y.jpeg
After starting linux 

photo_5343759638253910590_y.jpeg

In the file imx6sxea-com-kit_v2-m4.dts tried
&epit1 {
status = "disabled";
};
&epit2 {
status = "disabled";
};

In the file imx6sxea-com-kit_v2-m4.dts tried (also tried to comment out epit)

epit1: epit@020d0000 {
reg = <0x020d0000 0x4000>;
interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};

epit2: epit@020d4000 {
reg = <0x020d4000 0x4000>;
interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};
Please advise in which direction to look

Labels (1)
0 Kudos
0 Replies