From: Andre Przywara <andre.przywara@arm.com>
To: "Pavel Löbl" <pavel@loebl.cz>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
devicetree@vger.kernel.org, linux-sunxi@lists.linux.dev
Subject: Re: [PATCH v2 1/3] ARM: dts: sunxi: remove duplicated entries in makefile
Date: Wed, 20 Mar 2024 10:57:04 +0000 [thread overview]
Message-ID: <20240320105704.25612cff@donnerap.manchester.arm.com> (raw)
In-Reply-To: <20240320061027.4078852-1-pavel@loebl.cz>
On Wed, 20 Mar 2024 07:10:19 +0100
Pavel Löbl <pavel@loebl.cz> wrote:
Hi,
> During introduction of DTS vendor subdirectories in 724ba6751532, sun8i
> section of the makefile got duplicated. Clean that up.
>
> Fixes: 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
>
> Signed-off-by: Pavel Löbl <pavel@loebl.cz>
Looks good, that indeed removes the "bad" copy, with the newline mishap
and the missing sun8i-v3s-anbernic-rg-nano.dtb line.
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Thanks,
Andre
> ---
> arch/arm/boot/dts/allwinner/Makefile | 62 ----------------------------
> 1 file changed, 62 deletions(-)
>
> diff --git a/arch/arm/boot/dts/allwinner/Makefile b/arch/arm/boot/dts/allwinner/Makefile
> index 2d26c3397f14..2a4162657a2c 100644
> --- a/arch/arm/boot/dts/allwinner/Makefile
> +++ b/arch/arm/boot/dts/allwinner/Makefile
> @@ -260,68 +260,6 @@ dtb-$(CONFIG_MACH_SUN8I) += \
> sun8i-v3s-licheepi-zero.dtb \
> sun8i-v3s-licheepi-zero-dock.dtb \
> sun8i-v40-bananapi-m2-berry.dtb
> -dtb-$(CONFIG_MACH_SUN8I) += \
> - sun8i-a23-evb.dtb \
> - sun8i-a23-gt90h-v4.dtb \
> - sun8i-a23-inet86dz.dtb \
> - sun8i-a23-ippo-q8h-v5.dtb \
> - sun8i-a23-ippo-q8h-v1.2.dtb \
> - sun8i-a23-polaroid-mid2407pxe03.dtb \
> - sun8i-a23-polaroid-mid2809pxe04.dtb \
> - sun8i-a23-q8-tablet.dtb \
> - sun8i-a33-et-q8-v1.6.dtb \
> - sun8i-a33-ga10h-v1.1.dtb \
> - sun8i-a33-inet-d978-rev2.dtb \
> - sun8i-a33-ippo-q8h-v1.2.dtb \
> - sun8i-a33-olinuxino.dtb \
> - sun8i-a33-q8-tablet.dtb \
> - sun8i-a33-sinlinx-sina33.dtb \
> - sun8i-a83t-allwinner-h8homlet-v2.dtb \
> - sun8i-a83t-bananapi-m3.dtb \
> - sun8i-a83t-cubietruck-plus.dtb \
> - sun8i-a83t-tbs-a711.dtb \
> - sun8i-h2-plus-bananapi-m2-zero.dtb \
> - sun8i-h2-plus-libretech-all-h3-cc.dtb \
> - sun8i-h2-plus-orangepi-r1.dtb \
> - sun8i-h2-plus-orangepi-zero.dtb \
> - sun8i-h3-bananapi-m2-plus.dtb \
> - sun8i-h3-bananapi-m2-plus-v1.2.dtb \
> - sun8i-h3-beelink-x2.dtb \
> - sun8i-h3-libretech-all-h3-cc.dtb \
> - sun8i-h3-mapleboard-mp130.dtb \
> - sun8i-h3-nanopi-duo2.dtb \
> - sun8i-h3-nanopi-m1.dtb\
> - \
> - sun8i-h3-nanopi-m1-plus.dtb \
> - sun8i-h3-nanopi-neo.dtb \
> - sun8i-h3-nanopi-neo-air.dtb \
> - sun8i-h3-nanopi-r1.dtb \
> - sun8i-h3-orangepi-2.dtb \
> - sun8i-h3-orangepi-lite.dtb \
> - sun8i-h3-orangepi-one.dtb \
> - sun8i-h3-orangepi-pc.dtb \
> - sun8i-h3-orangepi-pc-plus.dtb \
> - sun8i-h3-orangepi-plus.dtb \
> - sun8i-h3-orangepi-plus2e.dtb \
> - sun8i-h3-orangepi-zero-plus2.dtb \
> - sun8i-h3-rervision-dvk.dtb \
> - sun8i-h3-zeropi.dtb \
> - sun8i-h3-emlid-neutis-n5h3-devboard.dtb \
> - sun8i-r16-bananapi-m2m.dtb \
> - sun8i-r16-nintendo-nes-classic.dtb \
> - sun8i-r16-nintendo-super-nes-classic.dtb \
> - sun8i-r16-parrot.dtb \
> - sun8i-r40-bananapi-m2-ultra.dtb \
> - sun8i-r40-oka40i-c.dtb \
> - sun8i-s3-elimo-initium.dtb \
> - sun8i-s3-lichee-zero-plus.dtb \
> - sun8i-s3-pinecube.dtb \
> - sun8i-t113s-mangopi-mq-r-t113.dtb \
> - sun8i-t3-cqa3t-bv3.dtb \
> - sun8i-v3-sl631-imx179.dtb \
> - sun8i-v3s-licheepi-zero.dtb \
> - sun8i-v3s-licheepi-zero-dock.dtb \
> - sun8i-v40-bananapi-m2-berry.dtb
> dtb-$(CONFIG_MACH_SUN9I) += \
> sun9i-a80-optimus.dtb \
> sun9i-a80-cubieboard4.dtb
next prev parent reply other threads:[~2024-03-20 10:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-20 0:11 [PATCH v2 0/3] dt-bindings: arm: sunxi: Add Banana Pi P2 Zero v1.1 Pavel Löbl
2024-03-20 6:10 ` [PATCH v2 1/3] ARM: dts: sunxi: remove duplicated entries in makefile Pavel Löbl
2024-03-20 10:57 ` Andre Przywara [this message]
2024-03-26 22:23 ` Jernej Škrabec
2024-03-20 6:10 ` [PATCH v2 2/3] dt-bindings: arm: sunxi: Add Banana Pi P2 Zero v1.1 Pavel Löbl
2024-03-20 7:52 ` Krzysztof Kozlowski
2024-03-20 6:13 ` [PATCH v2 3/3] ARM: dts: sun8i: h2+: add support for Banana Pi P2 Zero board Pavel Löbl
2024-03-26 22:32 ` Jernej Škrabec
2024-03-20 16:21 ` [PATCH v2 0/3] dt-bindings: arm: sunxi: Add Banana Pi P2 Zero v1.1 Rob Herring
2024-06-03 14:07 ` (subset) " Chen-Yu Tsai
2024-06-03 14:09 ` Chen-Yu Tsai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240320105704.25612cff@donnerap.manchester.arm.com \
--to=andre.przywara@arm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jernej.skrabec@gmail.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=pavel@loebl.cz \
--cc=robh@kernel.org \
--cc=samuel@sholland.org \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.