On Tue, 28 Jul 2020 at 01:13, Patrice Chotard <patrice.chot...@st.com> wrote: > > Usage of lists_bind_fdt() in bind command imposes to add > a compatible string for bind-test node. > > Others impacts are: > - bind-test node is binded at sandbox start, so no need to bind it > in test_bind_unbind_with_node() test. > - As explained just above, after sandbox start, now a phy exist. > In test/dm/phy.c, it was verified that a third phy didn't exist, > now we must verified that a fourth phy doesn't exist. > > Signed-off-by: Patrice Chotard <patrice.chot...@st.com> > > --- > > Changes in v5: > - rebase on last master > - fix phy test regression > > arch/sandbox/dts/test.dts | 1 + > test/dm/phy.c | 2 +- > test/py/tests/test_bind.py | 3 --- > 3 files changed, 2 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>