mbox series

[v2,0/1] imx: Fix typo in iMQ8MQ reset names

Message ID cover.1564647612.git.agx@sigxcpu.org
Headers show
Series imx: Fix typo in iMQ8MQ reset names | expand

Message

Guido Günther Aug. 1, 2019, 8:20 a.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. This fixes the only in tree
user as well to not break bisecting.

Guido Günther (1):
  dt-bindings: reset: Fix typo in imx8mq resets

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