mbox series

[v2,0/1] hw/arm: versal-virt: Correct the tx/rx GEM clocks

Message ID 20200909174647.662864-1-edgar.iglesias@gmail.com (mailing list archive)
Headers show
Series hw/arm: versal-virt: Correct the tx/rx GEM clocks | expand

Message

Edgar E. Iglesias Sept. 9, 2020, 5:46 p.m. UTC
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

This corrects the Ethernet tx/rx clocks in the generated DTB.
Avoids a Linux kernel warning.

Cheers,
Edgar

ChangeLog:

v1 -> v2:
* Fix commit message typo, I -> It

Edgar E. Iglesias (1):
  hw/arm: versal-virt: Correct the tx/rx GEM clocks

 hw/arm/xlnx-versal-virt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell Sept. 14, 2020, 12:26 p.m. UTC | #1
On Wed, 9 Sep 2020 at 18:46, Edgar E. Iglesias <edgar.iglesias@gmail.com> wrote:
>
> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
>
> This corrects the Ethernet tx/rx clocks in the generated DTB.
> Avoids a Linux kernel warning.
>
> Cheers,
> Edgar
>
> ChangeLog:
>
> v1 -> v2:
> * Fix commit message typo, I -> It
>
> Edgar E. Iglesias (1):
>   hw/arm: versal-virt: Correct the tx/rx GEM clocks
>
>  hw/arm/xlnx-versal-virt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)



Applied to target-arm.next, thanks.

-- PMM