On 20/04/2021 10:47, Neil Armstrong wrote: > This lacks the right u-boot specific DT include to make HDMI work. > > Reported-by: B1oHazard <ty...@mail.ua> > Signed-off-by: Neil Armstrong <narmstr...@baylibre.com> > --- > arch/arm/dts/meson-g12b-gtking-pro-u-boot.dtsi | 7 +++++++ > arch/arm/dts/meson-g12b-gtking-u-boot.dtsi | 7 +++++++ > 2 files changed, 14 insertions(+) > create mode 100644 arch/arm/dts/meson-g12b-gtking-pro-u-boot.dtsi > create mode 100644 arch/arm/dts/meson-g12b-gtking-u-boot.dtsi > > diff --git a/arch/arm/dts/meson-g12b-gtking-pro-u-boot.dtsi > b/arch/arm/dts/meson-g12b-gtking-pro-u-boot.dtsi > new file mode 100644 > index 0000000000..236f2468dc > --- /dev/null > +++ b/arch/arm/dts/meson-g12b-gtking-pro-u-boot.dtsi > @@ -0,0 +1,7 @@ > +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) > +/* > + * Copyright (c) 2019 BayLibre, SAS. > + * Author: Neil Armstrong <narmstr...@baylibre.com> > + */ > + > +#include "meson-g12-common-u-boot.dtsi" > diff --git a/arch/arm/dts/meson-g12b-gtking-u-boot.dtsi > b/arch/arm/dts/meson-g12b-gtking-u-boot.dtsi > new file mode 100644 > index 0000000000..236f2468dc > --- /dev/null > +++ b/arch/arm/dts/meson-g12b-gtking-u-boot.dtsi > @@ -0,0 +1,7 @@ > +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) > +/* > + * Copyright (c) 2019 BayLibre, SAS. > + * Author: Neil Armstrong <narmstr...@baylibre.com> > + */ > + > +#include "meson-g12-common-u-boot.dtsi" >
Applied to u-boot-amlogic Neil