mbox series

[GIT,PULL] i.MX clock fixes for 5.6

Message ID 20200217125759.GA3671@dragon
State New
Headers show
Series [GIT,PULL] i.MX clock fixes for 5.6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-fixes-5.6

Message

Shawn Guo Feb. 17, 2020, 12:58 p.m. UTC
The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-fixes-5.6

for you to fetch changes up to 5eb40257047fb11085d582b7b9ccd0bffe900726:

  clk: imx8mn: Fix incorrect clock defines (2020-02-17 15:18:00 +0800)

----------------------------------------------------------------
i.MX clock fixes for 5.6:

A fix on i.MX8MN I2C4 and UART1 clock IDs, which clash with PWM2 and
PWM3 ID.  This bug makes I2C4 and UART1 device in i.MX8MN DT point to
PWM2 and PWM3 clock.

----------------------------------------------------------------
Anson Huang (1):
      clk: imx8mn: Fix incorrect clock defines

 include/dt-bindings/clock/imx8mn-clock.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Stephen Boyd Feb. 25, 2020, 4:57 p.m. UTC | #1
Quoting Shawn Guo (2020-02-17 04:58:01)
> The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
> 
>   Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-fixes-5.6
> 
> for you to fetch changes up to 5eb40257047fb11085d582b7b9ccd0bffe900726:
> 
>   clk: imx8mn: Fix incorrect clock defines (2020-02-17 15:18:00 +0800)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-fixes.