On 20/11/2023 23:10, Pavel Löbl wrote: > On Mon, 20 Nov 2023 10:18:30 +0100 > Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote: > >> On 18/11/2023 12:14, Pavel Löbl wrote: >>> Banana Pi P2 Zero is H2+-based board by Sinovoip internally similar >>> to Banana Pi M2 Zero. >>> >> >> >>> diff --git >>> a/arch/arm/boot/dts/allwinner/sun8i-h2-plus-bananapi-p2-zero-v1.1.dts >>> b/arch/arm/boot/dts/allwinner/sun8i-h2-plus-bananapi-p2-zero-v1.1.dts >>> new file mode 100644 index 000000000000..f963051d8ff5 --- /dev/null >>> +++ >>> b/arch/arm/boot/dts/allwinner/sun8i-h2-plus-bananapi-p2-zero-v1.1.dts >>> @@ -0,0 +1,290 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) >> >> Unusual license. We usually do not want GPL-v5.0. Does anything >> requires such licensing? If not, use 2.0 OR MIT > License was copied from sun8i-h2-plus-bananapi-m2-zero as it served as > base for this DT. It seems GPL-2.0+ identifier is deprecated. So I > should replace it with GPL-2.0-or-later, probably. It's the same problem, we do not want "later", but if you copied code licensed that way, it's ok. Best regards, Krzysztof