mbox series

[U-Boot,PULL,u-boot] Please pull u-boot-amlogic-20190828

Message ID 328a6134-2e7e-78a2-19fa-47c58e62d069@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL,u-boot] Please pull u-boot-amlogic-20190828 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20190828

Message

Neil Armstrong Aug. 28, 2019, 1:20 p.m. UTC
Hi Tom,

This PR simply adds a missing compatible enabling the G12B clock controller.

The CI jobs passed at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/568

Thanks,
Neil

The following changes since commit e4b8dd9b34021241cd05d5cc9d24b4ae34657830:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx (2019-08-27 07:11:37 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20190828

for you to fetch changes up to d0e8c4ad513c0df492cc90bdc59f272687e90b32:

  clk: meson-g12b: add compatible (2019-08-28 10:14:31 +0200)

----------------------------------------------------------------
- add missing g12b clock driver compatible, fixing odroid-n2 usb support

----------------------------------------------------------------
Mark Kettenis (1):
      clk: meson-g12b: add compatible

 drivers/clk/meson/g12a.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Aug. 30, 2019, 1:36 a.m. UTC | #1
On Wed, Aug 28, 2019 at 03:20:00PM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> This PR simply adds a missing compatible enabling the G12B clock controller.
> 
> The CI jobs passed at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/568
> 
> Thanks,
> Neil
> 
> The following changes since commit e4b8dd9b34021241cd05d5cc9d24b4ae34657830:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx (2019-08-27 07:11:37 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20190828
> 
> for you to fetch changes up to d0e8c4ad513c0df492cc90bdc59f272687e90b32:
> 
>   clk: meson-g12b: add compatible (2019-08-28 10:14:31 +0200)
> 

Applied to u-boot/master, thanks!