Tool/software:
HI
The device tree is configured as follows. The event driver does not fire any events.What is the possible reason?
thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
HI
The device tree is configured as follows. The event driver does not fire any events.What is the possible reason?
thanks
Hello,
Can you check if you have
#include <dt-bindings/gpio/gpio.h> #include <dt-bindings/input/input.h>
added in the device tree?
Here are a few implementations in other device tree:
https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62x-sk-lpm-wkup-sources.dtso?h=ti-linux-6.1.y#n19
https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts?h=ti-linux-6.1.y#n201
Non-AM62 devices:
https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts?h=ti-linux-6.1.y#n22
https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts?h=ti-linux-6.1.y#n167
https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am654-base-board.dts?h=ti-linux-6.1.y#n74
Thanks,
Anshu
In this case, it is normal to trigger the event, I do not understand the difference between the two ways?
Hello,
it is normal to trigger the event,
Can you clarify what you mean? Does this mean the event occurred successfully?
Thanks,
Anshu