Re: [PATCH 2/2] sun8i-emac: Added sun8i-v3s-emac example to sun8i-v3s.dtsi

2020-06-02 Thread Benedikt-Alexander Mokroß
Hi Jagan, do you mean to sync over the whole sun8i-v3s.dtsi or just the emac node? Linux does not have an emac node for the v3s in its dts. What could be done would be to sync the sun8i-v3s.dtsi and add the emac node from sunxi-h3-h5.dtsi (where I already have taken the main part of the emac

Re: [PATCH 2/2] sun8i-emac: Added sun8i-v3s-emac example to sun8i-v3s.dtsi

2020-06-01 Thread Jagan Teki
On Wed, May 27, 2020 at 7:03 PM Benedikt-Alexander Mokroß wrote: > > This optional patch adds the needed device-tree node to sun8i-v3s.dtsi to > enable > ethernet for sun8i-v3s boards. Better to sync the dts(i) from Linux (-next) with proper tag details.

[PATCH 2/2] sun8i-emac: Added sun8i-v3s-emac example to sun8i-v3s.dtsi

2020-05-27 Thread Benedikt-Alexander Mokroß
This optional patch adds the needed device-tree node to sun8i-v3s.dtsi to enable ethernet for sun8i-v3s boards. Signed-off-by: Benedikt-Alexander Mokroß --- arch/arm/dts/sun8i-v3s.dtsi | 48 + 1 file changed, 48 insertions(+) diff --git