> It's not necessary since already included in: Yes u right ! Sorry !
On Fri, Jan 15, 2021 at 4:15 PM Neil Armstrong <narmstr...@baylibre.com> wrote: > Hi, > > > On 15/01/2021 06:15, Artem Lapkin wrote: > > Add missed include meson-g12-common-u-boot.dtsi > > > > PROBLEM: missed hdmi video setup for VIM3 and VIM3L boards > > > > Signed-off-by: Artem Lapkin <a...@khadas.com> > > --- > > arch/arm/dts/meson-khadas-vim3-u-boot.dtsi | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/arch/arm/dts/meson-khadas-vim3-u-boot.dtsi > b/arch/arm/dts/meson-khadas-vim3-u-boot.dtsi > > index 81fd5be378..5d6444cbac 100644 > > --- a/arch/arm/dts/meson-khadas-vim3-u-boot.dtsi > > +++ b/arch/arm/dts/meson-khadas-vim3-u-boot.dtsi > > @@ -10,6 +10,8 @@ > > }; > > }; > > > > +#include "meson-g12-common-u-boot.dtsi" > > + > > It's not necessary since already included in: > arch/arm/dts/meson-g12b-a311d-khadas-vim3-u-boot.dtsi:#include > "meson-g12-common-u-boot.dtsi" > and > arch/arm/dts/meson-sm1-u-boot.dtsi:#include "meson-g12-common-u-boot.dtsi" > > What u-boot version are you using ? > Please check u-boot-master and my u-boot-amlogic and u-boot-amlogic-next > branches on https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic > before posting ! > > Thanks, > Neil >