Re: [PATCH 07/20] test: dm: Add a case to test ofnode_phy_is_fixed_link()

2021-03-04 Thread Simon Glass
On Tue, 2 Mar 2021 at 10:35, 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 > --- > > arch/sandbox/dts/test.dts | 11 +++ > test/dm/of_extra.c| 18 ++

[PATCH 07/20] test: dm: Add a case to test ofnode_phy_is_fixed_link()

2021-03-02 Thread Bin Meng
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 --- arch/sandbox/dts/test.dts | 11 +++ test/dm/of_extra.c| 18 ++ 2 files changed, 29 insertions(+) diff --git a/arch/san