Re: [PATCH] hw/ppc: e500: Add missing in the eTSEC node

2021-02-28 Thread David Gibson
On Sun, Feb 28, 2021 at 03:02:32PM +0800, Bin Meng wrote: > On Wed, Feb 24, 2021 at 5:28 PM Bin Meng wrote: > > > > From: Bin Meng > > > > The eTSEC node should provide an empty property in the > > eTSEC node, otherwise of_translate_address() in the Linux kernel > > fails to get the eTSEC regist

Re: [PATCH] hw/ppc: e500: Add missing in the eTSEC node

2021-02-27 Thread Bin Meng
On Wed, Feb 24, 2021 at 5:28 PM Bin Meng wrote: > > From: Bin Meng > > The eTSEC node should provide an empty property in the > eTSEC node, otherwise of_translate_address() in the Linux kernel > fails to get the eTSEC register base, reporting: > > OF: ** translation for device /platform@f0

[PATCH] hw/ppc: e500: Add missing in the eTSEC node

2021-02-24 Thread Bin Meng
From: Bin Meng The eTSEC node should provide an empty property in the eTSEC node, otherwise of_translate_address() in the Linux kernel fails to get the eTSEC register base, reporting: OF: ** translation for device /platform@f/ethernet@0/queue-group ** OF: bus is default (na=1, ns=1)