mbox series

[0/2] ARM: dts: stih410-b2260: Fix ethernet PHY DT node

Message ID 20200107123828.6586-1-patrice.chotard@st.com (mailing list archive)
Headers show
Series ARM: dts: stih410-b2260: Fix ethernet PHY DT node | expand

Message

Patrice CHOTARD Jan. 7, 2020, 12:38 p.m. UTC
From: Patrice Chotard <patrice.chotard@st.com>

This series is fixing a kernel Oops and is removing deprecated PHY properties: 

 - Since commit 'd3e014ec7d5e ("net: stmmac: platform: Fix MDIO init for 
   platforms without PHY")', a kernel Oops occurs and ethernet is no more
   functional.

 - Some deprecated Synopsys phy properties was always present in DT, 
   remove them.

Patrice Chotard (2):
  ARM: dts: stih410-b2260: Fix ethernet phy DT node
  ARM: dts: stih410-b2260: Remove deprecated snps PHY properties

 arch/arm/boot/dts/stih410-b2260.dts | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Comments

Patrice CHOTARD Jan. 8, 2020, 10:53 a.m. UTC | #1
Hi

This series is abandonned:

   - Patch 1 is no more needed due to https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=224637

   - Patch 2 will be resend alone

Thanks

Patrice


On 1/7/20 1:38 PM, patrice.chotard@st.com wrote:
> From: Patrice Chotard <patrice.chotard@st.com>
>
> This series is fixing a kernel Oops and is removing deprecated PHY properties: 
>
>  - Since commit 'd3e014ec7d5e ("net: stmmac: platform: Fix MDIO init for 
>    platforms without PHY")', a kernel Oops occurs and ethernet is no more
>    functional.
>
>  - Some deprecated Synopsys phy properties was always present in DT, 
>    remove them.
>
> Patrice Chotard (2):
>   ARM: dts: stih410-b2260: Fix ethernet phy DT node
>   ARM: dts: stih410-b2260: Remove deprecated snps PHY properties
>
>  arch/arm/boot/dts/stih410-b2260.dts | 13 ++++++++++---
>  1 file changed, 10 insertions(+), 3 deletions(-)
>