Browse Source
For a 16-bit data bus, "DT_INST_PROP_LEN(n, data_gpios)" returns 16 which is equals "MIPI_DBI_MAX_DATA_BUS_WIDTH(16)". As a result, the assertion will always be triggered. Use a "<=" condition for the assertion instead. Signed-off-by: Hua Zheng <writeforever@foxmail.com>pull/83350/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue