From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 19 Dec 2020 08:40:14 -0800 Subject: [PATCH v3 21/28] dm: Switch over to use new sequence number for dev_seq() In-Reply-To: <20201216212001.v3.21.Ic38e8d0c049d8290b95b4503beaffe9dece3fc99@changeid> References: <20201216212001.v3.21.Ic38e8d0c049d8290b95b4503beaffe9dece3fc99@changeid> <20201217042034.411902-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Update this function to use the new sequence number and fix up the test that deals with this. Signed-off-by: Simon Glass --- (no changes since v2) Changes in v2: - Adjust the tests to handle the new allocation scheme - Drop the networking changes which are no-longer needed arch/sandbox/dts/test.dts | 2 +- drivers/core/uclass.c | 6 ++-- include/dm/device.h | 2 +- test/dm/test-fdt.c | 65 ++++++++++++++++++++++----------------- 4 files changed, 40 insertions(+), 35 deletions(-) Applied to u-boot-dm/next, thanks!