On 8/28/25 23:09, Hal Feng wrote: > Add the u-boot device tree include needed to support the > StarFive VisionFive 2 Lite board. > > Signed-off-by: Hal Feng <[email protected]> > --- > .../dts/jh7110s-starfive-visionfive-2-lite-u-boot.dtsi | 7 +++++++ > 1 file changed, 7 insertions(+) > create mode 100644 > arch/riscv/dts/jh7110s-starfive-visionfive-2-lite-u-boot.dtsi > > diff --git a/arch/riscv/dts/jh7110s-starfive-visionfive-2-lite-u-boot.dtsi > b/arch/riscv/dts/jh7110s-starfive-visionfive-2-lite-u-boot.dtsi > new file mode 100644 > index 00000000000..46ef07a99eb > --- /dev/null > +++ b/arch/riscv/dts/jh7110s-starfive-visionfive-2-lite-u-boot.dtsi > @@ -0,0 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0 OR MIT > +/* > + * Copyright (C) 2025 StarFive Technology Co., Ltd. > + */ > + > +#include "jh7110-common-u-boot.dtsi" > +#include "starfive-visionfive2-binman.dtsi"
NAK. Not needed, with some expected changes to U-Boot. See comments about "[RFC 02/10] riscv: dts: starfive: Add VisionFive 2 Lite board device tree" [1] 1: https://lore.kernel.org/u-boot/[email protected]/ -E

