Help with getting dts bindings working from within a module. #98225
-
Project Source:https://github.com/khanal-abhi/sqfmi_watchy Goal:Include a driver for a peripheral within the mode Progress so farModule works and the dts is almost ready for the board (based on esp32-s3). The driver is also getting built, even checked with a debug shell for the driver. However, it does not look like by dts-bindings yaml is being included. Here are a few symptoms:
The help I am requestingPlease check out the structure of the project and you can even test this against hello_world sample to reproduce the issue. Instructions on the repo. Error logs if you care: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Mismatch in compatibleFile name for yaml:
|
Beta Was this translation helpful? Give feedback.
Mismatch in compatible
File name for yaml:
gooddisplay,gdey0154d67.yaml- GOODDRV_COMPAT:
gooddisplay_gdey0154d67- GOODcompatible in yaml:
compatible: "gooddisplay,gdey0154D67"- VERY BAD, see the upper caseDthird from the end.There are other issues but I can figure that out now that my yaml is being picked in the build.