]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: sl28: fix network on variant 3
authorMichael Walle <mwalle@kernel.org>
Fri, 13 Dec 2024 10:23:19 +0000 (11:23 +0100)
committerPeng Fan <peng.fan@nxp.com>
Sun, 15 Dec 2024 01:00:32 +0000 (09:00 +0800)
commitad7ebf1b989baf32e8917695a1611ea051356e35
treeb90eabf74701dcf61ee0020cf07d5af76ceff204
parent6c849340b7ab5953e061885c4f7152bd93e3ba49
board: sl28: fix network on variant 3

Network is broken on variant 3 boards since commit 61ff13283c3b ("board:
sl28: move to OF_UPSTREAM") because it was removing the variant 3
handling. That is because at that time the var3 device tree was not
upstream. FWIW variant 3 is actually the same as the base variant, but
I've missed that the -u-boot.dtsi is not inlcuded in this case which
will set the ethernet alias.  Now that the var3 device tree is upstream,
just re-add it to the SPL handling again.

Fixes: 61ff13283c3b ("board: sl28: move to OF_UPSTREAM")
Signed-off-by: Michael Walle <mwalle@kernel.org>
Reviewed-by: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/kontron/sl28/spl.c
configs/kontron_sl28_defconfig