diff --git a/dts/bindings/mipi-dbi/mipi-dbi-device.yaml b/dts/bindings/mipi-dbi/mipi-dbi-device.yaml index 13daaac3a300c..4f68fadf73151 100644 --- a/dts/bindings/mipi-dbi/mipi-dbi-device.yaml +++ b/dts/bindings/mipi-dbi/mipi-dbi-device.yaml @@ -15,7 +15,7 @@ properties: mipi-mode: type: int description: | - MIPI DBI mode in use. Use the macros not the actual enum value, here is + MIPI DBI mode in use. Use the macros, not the actual enum value. Here is the concordance list (see dt-bindings/mipi_dbi/mipi_dbi.h) 1 MIPI_DBI_MODE_SPI_3WIRE 2 MIPI_DBI_MODE_SPI_4WIRE diff --git a/include/zephyr/drivers/mipi_dbi.h b/include/zephyr/drivers/mipi_dbi.h index d8f7c3bd52658..d6ffcaf335da7 100644 --- a/include/zephyr/drivers/mipi_dbi.h +++ b/include/zephyr/drivers/mipi_dbi.h @@ -276,6 +276,10 @@ static inline int mipi_dbi_reset(const struct device *dev, uint32_t delay) * locked. * @param dev mipi dbi controller * @param config MIPI DBI configuration + * @retval 0 reset succeeded + * @retval -EIO I/O error + * @retval -ENOSYS not implemented + * @retval -ENOTSUP not supported */ static inline int mipi_dbi_release(const struct device *dev, const struct mipi_dbi_config *config)