From mboxrd@z Thu Jan 1 00:00:00 1970 From: Icenowy Zheng Date: Mon, 03 Jul 2017 14:54:17 +0800 Subject: [U-Boot] [PATCH 3/4] sunxi: add stub EMAC device node in A83T device tree In-Reply-To: <20170703065200.36rga27nxq6czt6x@flea> References: <20170702070244.10539-1-icenowy@aosc.io> <20170702070244.10539-4-icenowy@aosc.io> <20170703065200.36rga27nxq6czt6x@flea> Message-ID: <36B28AD3-0FEE-4546-9CBC-A6D891FF12D7@aosc.io> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de 于 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. >> >> 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. > >Uh? > >There is clock support in Linux. But adding it will largely change U-Boot DT. I may do it then, in a sync between Linux and U-Boot DT. > >Maxime