Re: [U-Boot] [PATCH 3/4] sunxi: add stub EMAC device node in A83T device tree

2017-07-03 Thread Maxime Ripard
On Mon, Jul 03, 2017 at 02:54:17PM +0800, Icenowy Zheng wrote: > > > 于 2017年7月3日 GMT+08:00 下午2:52:00, Maxime Ripard > 写到: > >On Sun, Jul 02, 2017 at 03:02:43PM +0800, Icenowy Zheng wrote: > >> The Allwinner A83T SoC has an EMAC which is already supported by >

Re: [U-Boot] [PATCH 3/4] sunxi: add stub EMAC device node in A83T device tree

2017-07-03 Thread Icenowy Zheng
于 2017年7月3日 GMT+08:00 下午2:52:00, Maxime Ripard 写到: >On Sun, Jul 02, 2017 at 03:02:43PM +0800, Icenowy Zheng wrote: >> The Allwinner A83T SoC has an EMAC which is already supported by >> sun8i_emac driver in U-Boot now. >> >> Add a stub device node for it. >>

Re: [U-Boot] [PATCH 3/4] sunxi: add stub EMAC device node in A83T device tree

2017-07-03 Thread Maxime Ripard
On Sun, Jul 02, 2017 at 03:02:43PM +0800, Icenowy Zheng wrote: > The Allwinner A83T SoC has an EMAC which is already supported by > sun8i_emac driver in U-Boot now. > > Add a stub device node for it. > > The device node cannot work for Linux, because it now lacks the proper > clock definition;

[U-Boot] [PATCH 3/4] sunxi: add stub EMAC device node in A83T device tree

2017-07-02 Thread Icenowy Zheng
The Allwinner A83T SoC has an EMAC which is already supported by sun8i_emac driver in U-Boot now. Add a stub device node for it. The device node cannot work for Linux, because it now lacks the proper clock definition; however, it can satisfy sun8i_emac driver in U-Boot. Signed-off-by: Icenowy