From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 17 Mar 2021 01:28:54 +0000 Subject: [PATCH v4 06/42] dm: core: Adjust uclass setup with of-platdata In-Reply-To: <20210315172537.v4.6.I30dc7335f97a218b7a30b5ffa6a4d254e7266238@changeid> References: <20210315172537.v4.6.I30dc7335f97a218b7a30b5ffa6a4d254e7266238@changeid> <20210315042553.1932494-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 When OF_PLATDATA_INST is enabled we don't need to create the uclass list. Instead we just need to point to the existing list. Update the code accordingly. Signed-off-by: Simon Glass --- (no changes since v1) drivers/core/root.c | 8 ++++++-- include/dm/root.h | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) Applied to u-boot-dm/next, thanks!