mbox series

[0/2] imx: Fix typo in iMQ8MQ reset names

Message ID cover.1564591352.git.agx@sigxcpu.org (mailing list archive)
Headers show
Series imx: Fix typo in iMQ8MQ reset names | expand

Message

Guido Günther July 31, 2019, 4:43 p.m. UTC
Some of the mipi dsi resets were called

  IMX8MQ_RESET_MIPI_DIS_

instead of

  IMX8MQ_RESET_MIPI_DSI_

Since they're DSI related this looks like a typo.

Guido Günther (2):
  dt-bindings: reset: Fix typo in imx8mq resets
  reset: imx7: Fix IMX8MQ_RESET_MIPI_DSI_ defines

 drivers/reset/reset-imx7.c               | 12 ++++++------
 include/dt-bindings/reset/imx8mq-reset.h |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)