mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 15:27:00 +00:00
imx6: clock: correct comment for PLL_VIDEO
This appear to be a copy-paste error, clean it up. Signed-off-by: Anatolij Gustschin <agust@denx.de> Reviewed-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
557b9b7250
commit
ff3a5fc46d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ enum pll_clocks {
|
|||
PLL_USBOTG, /* OTG USB PLL */
|
||||
PLL_ENET, /* ENET PLL */
|
||||
PLL_AUDIO, /* AUDIO PLL */
|
||||
PLL_VIDEO, /* AUDIO PLL */
|
||||
PLL_VIDEO, /* VIDEO PLL */
|
||||
};
|
||||
|
||||
struct mxc_ccm_reg *imx_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR;
|
||||
|
|
Loading…
Add table
Reference in a new issue