From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Oltean Date: Sat, 13 Mar 2021 15:13:02 +0200 Subject: [PATCH v2 03/21] test: dm: Add a case to test ofnode_phy_is_fixed_link() In-Reply-To: <20210312133602.31105-4-bmeng.cn@gmail.com> References: <20210312133602.31105-1-bmeng.cn@gmail.com> <20210312133602.31105-4-bmeng.cn@gmail.com> Message-ID: <20210313131302.ufrdp34euxulkadb@skbuf> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Mar 12, 2021 at 09:35:44PM +0800, Bin Meng wrote: > This adds a test case to test the new ofnode_phy_is_fixed_link() API. > Both the new and old DT bindings are covered. > > Signed-off-by: Bin Meng > Reviewed-by: Simon Glass > --- The DSA sandbox patch adds three fixed-link nodes already. Can't you convert one of those three fixed-link nodes to an old-style binding, and modify your test case to cover those existing nodes?