diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-02-19 09:04:09 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-02-24 05:08:36 +0300 |
commit | c267bd443f38972ab4ad29976f15f5eee9ed6f45 (patch) | |
tree | c06f26d1455d396d4f94aa69505c9444b1d13b2d /include/dt-bindings | |
parent | 6b2d0cffee52260bbf20414ce408af3f6f718d52 (diff) | |
download | linux-c267bd443f38972ab4ad29976f15f5eee9ed6f45.tar.xz |
clk: imx8mp: Rename the IMX8MP_CLK_HDMI_27M clock
On i.MX8MP, internal HDMI 27M clock is actually 24MHz, so rename
the IMX8MP_CLK_HDMI_27M to IMX8MP_CLK_HDMI_24M.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/imx8mp-clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx8mp-clock.h b/include/dt-bindings/clock/imx8mp-clock.h index 2fab63186bca..00d4d2288990 100644 --- a/include/dt-bindings/clock/imx8mp-clock.h +++ b/include/dt-bindings/clock/imx8mp-clock.h @@ -173,7 +173,7 @@ #define IMX8MP_CLK_IPP_DO_CLKO1 164 #define IMX8MP_CLK_IPP_DO_CLKO2 165 #define IMX8MP_CLK_HDMI_FDCC_TST 166 -#define IMX8MP_CLK_HDMI_27M 167 +#define IMX8MP_CLK_HDMI_24M 167 #define IMX8MP_CLK_HDMI_REF_266M 168 #define IMX8MP_CLK_USDHC3 169 #define IMX8MP_CLK_MEDIA_CAM1_PIX 170 |