mbox series

[v2,0/2] arm64: dts: freescale: sl28: fix RGMII

Message ID 20210514185553.10095-1-michael@walle.cc (mailing list archive)
Headers show
Series arm64: dts: freescale: sl28: fix RGMII | expand

Message

Michael Walle May 14, 2021, 6:55 p.m. UTC
This fixes the RGMII on the sl28 boards. While the network port was
actually working it is still out-of-spec.

Please note, that this is split into two patches because each one fixes
a different commit.

Changes since v1:
  - use different subjects for the two patches. I didn't use sl28-varN
	because I'd like to keep "sl28:" for all the sl28 related patches.

Michael Walle (2):
  arm64: dts: freescale: sl28: var4: fix RGMII clock and voltage
  arm64: dts: freescale: sl28: var1: fix RGMII clock and voltage

 .../boot/dts/freescale/fsl-ls1028a-kontron-sl28-var1.dts     | 3 ++-
 .../boot/dts/freescale/fsl-ls1028a-kontron-sl28-var4.dts     | 5 ++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Shawn Guo May 23, 2021, 5:08 a.m. UTC | #1
On Fri, May 14, 2021 at 08:55:51PM +0200, Michael Walle wrote:
> This fixes the RGMII on the sl28 boards. While the network port was
> actually working it is still out-of-spec.
> 
> Please note, that this is split into two patches because each one fixes
> a different commit.
> 
> Changes since v1:
>   - use different subjects for the two patches. I didn't use sl28-varN
> 	because I'd like to keep "sl28:" for all the sl28 related patches.
> 
> Michael Walle (2):
>   arm64: dts: freescale: sl28: var4: fix RGMII clock and voltage
>   arm64: dts: freescale: sl28: var1: fix RGMII clock and voltage

Applied both, thanks.