sandbox: dts: Add compatible string for bind-test node
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 28 Jul 2020 07:13:33 +0000 (09:13 +0200)
committerSimon Glass <sjg@chromium.org>
Sat, 22 Aug 2020 13:58:39 +0000 (07:58 -0600)
commit1f0d5885dbbd669400e5d8cfdb3998c7945e0a7a
tree580524762e103486e52d945d518322f404b641a3
parentcfa3ed4390c158b527bdb2ceceacf7eabae1b01e
sandbox: dts: Add compatible string for bind-test node

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.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
test/dm/phy.c
test/py/tests/test_bind.py