mbox series

[devicetree,0/3] Update SJA1105 switch RGMII delay bindings

Message ID 20211020113613.815210-1-vladimir.oltean@nxp.com (mailing list archive)
Headers show
Series Update SJA1105 switch RGMII delay bindings | expand

Message

Vladimir Oltean Oct. 20, 2021, 11:36 a.m. UTC
The sja1105 driver has received a set of new DT bindings for RGMII
delays, and it warns when the old ones are in use:
https://patchwork.kernel.org/project/netdevbpf/cover/20211013222313.3767605-1-vladimir.oltean@nxp.com/

This patch set adds the new bindings to the in-kernel device trees.
It would be nice if these patches could make it for v5.16, so that we
don't have warnings in the kernel log.

Vladimir Oltean (3):
  ARM: dts: imx6qp-prtwd3: update RGMII delays for sja1105 switch
  ARM: dts: ls1021a-tsn: update RGMII delays for sja1105 switch
  arm64: dts: lx2160abluebox3: update RGMII delays for sja1105 switch

 arch/arm/boot/dts/imx6qp-prtwd3.dts                    | 2 ++
 arch/arm/boot/dts/ls1021a-tsn.dts                      | 2 ++
 arch/arm64/boot/dts/freescale/fsl-lx2160a-bluebox3.dts | 4 ++++
 3 files changed, 8 insertions(+)

Comments

Shawn Guo Nov. 21, 2021, 2:37 a.m. UTC | #1
On Wed, Oct 20, 2021 at 02:36:10PM +0300, Vladimir Oltean wrote:
> The sja1105 driver has received a set of new DT bindings for RGMII
> delays, and it warns when the old ones are in use:
> https://patchwork.kernel.org/project/netdevbpf/cover/20211013222313.3767605-1-vladimir.oltean@nxp.com/
> 
> This patch set adds the new bindings to the in-kernel device trees.
> It would be nice if these patches could make it for v5.16, so that we
> don't have warnings in the kernel log.
> 
> Vladimir Oltean (3):
>   ARM: dts: imx6qp-prtwd3: update RGMII delays for sja1105 switch
>   ARM: dts: ls1021a-tsn: update RGMII delays for sja1105 switch
>   arm64: dts: lx2160abluebox3: update RGMII delays for sja1105 switch

Applied for 5.16-rc, thanks!