Re: [PATCH v5 06/10] arm: dts: meson: add meson-gxbb-u-boot.dtsi
Neil Armstrong <[email protected]> Wed, 26 Nov 2025 14:09:48 +0100
| Newsgroups | io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot |
|---|---|
| Organization | Linaro |
| Message-ID | <[email protected]> |
On 11/26/25 13:17, Ferass El Hafidi wrote: > Add a common GXBB DTSI, similar to the meson-gxl-u-boot.dtsi file, > which GXBB devicetrees can include. > > Signed-off-by: Ferass El Hafidi <[email protected]> > --- > arch/arm/dts/meson-gxbb-kii-pro-u-boot.dtsi | 2 +- > arch/arm/dts/meson-gxbb-nanopi-k2-u-boot.dtsi | 2 +- > arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi | 2 +- > arch/arm/dts/meson-gxbb-p200-u-boot.dtsi | 2 +- > arch/arm/dts/meson-gxbb-p201-u-boot.dtsi | 2 +- > arch/arm/dts/meson-gxbb-u-boot.dtsi | 7 +++++++ > arch/arm/dts/meson-gxbb-wetek-hub-u-boot.dtsi | 2 +- > arch/arm/dts/meson-gxbb-wetek-play2-u-boot.dtsi | 2 +- > 8 files changed, 14 insertions(+), 7 deletions(-) > > diff --git a/arch/arm/dts/meson-gxbb-kii-pro-u-boot.dtsi b/arch/arm/dts/meson-gxbb-kii-pro-u-boot.dtsi > index 191c5192c68..4a027b9022b 100644 > --- a/arch/arm/dts/meson-gxbb-kii-pro-u-boot.dtsi > +++ b/arch/arm/dts/meson-gxbb-kii-pro-u-boot.dtsi > @@ -4,7 +4,7 @@ > * Author: Neil Armstrong <[email protected]> > */ > > -#include "meson-gx-u-boot.dtsi" > +#include "meson-gxbb-u-boot.dtsi" > > ðmac { > snps,reset-gpio = <&gpio GPIOZ_14 0>; > diff --git a/arch/arm/dts/meson-gxbb-nanopi-k2-u-boot.dtsi b/arch/arm/dts/meson-gxbb-nanopi-k2-u-boot.dtsi > index 2a245bbe7f2..53d5c0113fc 100644 > --- a/arch/arm/dts/meson-gxbb-nanopi-k2-u-boot.dtsi > +++ b/arch/arm/dts/meson-gxbb-nanopi-k2-u-boot.dtsi > @@ -4,7 +4,7 @@ > * Author: Neil Armstrong <[email protected]> > */ > > -#include "meson-gx-u-boot.dtsi" > +#include "meson-gxbb-u-boot.dtsi" > > ðmac { > snps,reset-gpio = <&gpio GPIOZ_14 0>; > diff --git a/arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi b/arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi > index 5a2be8171e1..1bd000eaa86 100644 > --- a/arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi > +++ b/arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi > @@ -4,7 +4,7 @@ > * Author: Neil Armstrong <[email protected]> > */ > > -#include "meson-gx-u-boot.dtsi" > +#include "meson-gxbb-u-boot.dtsi" > > / { > smbios { > diff --git a/arch/arm/dts/meson-gxbb-p200-u-boot.dtsi b/arch/arm/dts/meson-gxbb-p200-u-boot.dtsi > index c35158d7e9e..1bef64dc01d 100644 > --- a/arch/arm/dts/meson-gxbb-p200-u-boot.dtsi > +++ b/arch/arm/dts/meson-gxbb-p200-u-boot.dtsi > @@ -4,4 +4,4 @@ > * Author: Neil Armstrong <[email protected]> > */ > > -#include "meson-gx-u-boot.dtsi" > +#include "meson-gxbb-u-boot.dtsi" > diff --git a/arch/arm/dts/meson-gxbb-p201-u-boot.dtsi b/arch/arm/dts/meson-gxbb-p201-u-boot.dtsi > index c35158d7e9e..1bef64dc01d 100644 > --- a/arch/arm/dts/meson-gxbb-p201-u-boot.dtsi > +++ b/arch/arm/dts/meson-gxbb-p201-u-boot.dtsi > @@ -4,4 +4,4 @@ > * Author: Neil Armstrong <[email protected]> > */ > > -#include "meson-gx-u-boot.dtsi" > +#include "meson-gxbb-u-boot.dtsi" > diff --git a/arch/arm/dts/meson-gxbb-u-boot.dtsi b/arch/arm/dts/meson-gxbb-u-boot.dtsi > new file mode 100644 > index 00000000000..c35158d7e9e > --- /dev/null > +++ b/arch/arm/dts/meson-gxbb-u-boot.dtsi > @@ -0,0 +1,7 @@ > +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) > +/* > + * Copyright (c) 2019 BayLibre, SAS. > + * Author: Neil Armstrong <[email protected]> > + */ > + > +#include "meson-gx-u-boot.dtsi" > diff --git a/arch/arm/dts/meson-gxbb-wetek-hub-u-boot.dtsi b/arch/arm/dts/meson-gxbb-wetek-hub-u-boot.dtsi > index 3743053eb9c..cd2e9b5099e 100644 > --- a/arch/arm/dts/meson-gxbb-wetek-hub-u-boot.dtsi > +++ b/arch/arm/dts/meson-gxbb-wetek-hub-u-boot.dtsi > @@ -4,7 +4,7 @@ > * Author: Neil Armstrong <[email protected]> > */ > > -#include "meson-gx-u-boot.dtsi" > +#include "meson-gxbb-u-boot.dtsi" > > ðmac { > snps,reset-gpio = <&gpio GPIOZ_14 0>; > diff --git a/arch/arm/dts/meson-gxbb-wetek-play2-u-boot.dtsi b/arch/arm/dts/meson-gxbb-wetek-play2-u-boot.dtsi > index 3743053eb9c..cd2e9b5099e 100644 > --- a/arch/arm/dts/meson-gxbb-wetek-play2-u-boot.dtsi > +++ b/arch/arm/dts/meson-gxbb-wetek-play2-u-boot.dtsi > @@ -4,7 +4,7 @@ > * Author: Neil Armstrong <[email protected]> > */ > > -#include "meson-gx-u-boot.dtsi" > +#include "meson-gxbb-u-boot.dtsi" > > ðmac { > snps,reset-gpio = <&gpio GPIOZ_14 0>; > Reviewed-by: Neil Armstrong <[email protected]>