aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/reset/imx8mq-reset.h
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2019-08-01 10:20:59 +0200
committerPhilipp Zabel <p.zabel@pengutronix.de>2019-08-01 10:49:18 +0200
commit942b4c10b11bced65c0e553d8355b58bb3d9cdb2 (patch)
tree1bc43aa0ed4b630bd34a61bdafcf4732bc4c4690 /include/dt-bindings/reset/imx8mq-reset.h
parentdt-bindings: reset: imx7: Add support for i.MX8MM (diff)
downloadlinux-dev-942b4c10b11bced65c0e553d8355b58bb3d9cdb2.tar.xz
linux-dev-942b4c10b11bced65c0e553d8355b58bb3d9cdb2.zip
dt-bindings: reset: Fix typo in imx8mq resets
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. Signed-off-by: Guido Günther <agx@sigxcpu.org> Reviewed-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'include/dt-bindings/reset/imx8mq-reset.h')
-rw-r--r--include/dt-bindings/reset/imx8mq-reset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dt-bindings/reset/imx8mq-reset.h b/include/dt-bindings/reset/imx8mq-reset.h
index f17ef2a972f6..9a301082d361 100644
--- a/include/dt-bindings/reset/imx8mq-reset.h
+++ b/include/dt-bindings/reset/imx8mq-reset.h
@@ -31,9 +31,9 @@
#define IMX8MQ_RESET_OTG2_PHY_RESET 20
#define IMX8MQ_RESET_MIPI_DSI_RESET_BYTE_N 21
#define IMX8MQ_RESET_MIPI_DSI_RESET_N 22
-#define IMX8MQ_RESET_MIPI_DIS_DPI_RESET_N 23
-#define IMX8MQ_RESET_MIPI_DIS_ESC_RESET_N 24
-#define IMX8MQ_RESET_MIPI_DIS_PCLK_RESET_N 25
+#define IMX8MQ_RESET_MIPI_DSI_DPI_RESET_N 23
+#define IMX8MQ_RESET_MIPI_DSI_ESC_RESET_N 24
+#define IMX8MQ_RESET_MIPI_DSI_PCLK_RESET_N 25
#define IMX8MQ_RESET_PCIEPHY 26
#define IMX8MQ_RESET_PCIEPHY_PERST 27
#define IMX8MQ_RESET_PCIE_CTRL_APPS_EN 28