From: Vignesh Raghavendra <vigneshr@ti.com>
To: MD Danish Anwar <danishanwar@ti.com>, Nishanth Menon <nm@ti.com>
Cc: "Peng Fan" <peng.fan@nxp.com>, "Udit Kumar" <u-kumar1@ti.com>,
"Nícolas F. R. A. Prado" <nfraprado@collabora.com>,
"Neil Armstrong" <neil.armstrong@linaro.org>,
"Arnd Bergmann" <arnd@arndb.de>,
"Konrad Dybcio" <konrad.dybcio@linaro.org>,
"Geert Uytterhoeven" <geert+renesas@glider.be>,
"Bjorn Andersson" <quic_bjorande@quicinc.com>,
"Will Deacon" <will@kernel.org>,
"Catalin Marinas" <catalin.marinas@arm.com>,
"Conor Dooley" <conor+dt@kernel.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
"Rob Herring" <robh+dt@kernel.org>,
"Andrew Lunn" <andrew@lunn.ch>,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
"Tero Kristo" <kristo@kernel.org>,
linux-omap@vger.kernel.org, srk@ti.com, r-gunasekaran@ti.com
Subject: Re: [PATCH v4 0/4] Add AM65x ICSSG Ethernet support
Date: Thu, 12 Oct 2023 14:48:57 +0530 [thread overview]
Message-ID: <625f462e-d0d9-4abd-87db-178674f02cb9@ti.com> (raw)
In-Reply-To: <20231003105539.1698436-1-danishanwar@ti.com>
On 03/10/23 16:25, MD Danish Anwar wrote:
> Hi All,
>
> This series adds support for ICSSG ethernet on AM65x SR2.0.
> This series also enables TI_ICSSG_PRUETH as loadable kernel module.
> This series is based on the latest next-20230925 linux-next.
>
> This is the v4 of the series [v1]. This addresses comments made on v3.
>
> Changes from v3 to v4:
> *) Added RB tag of Andrew Davis.
> *) Added LAKML to the --cc of this series as it was dropped in v3.
>
> Changes from v2 to v3:
> *) Changed comment of icssg nodes in device trees from "Dual Ethernet
> application node" to "Ethernet node" as asked by Andrew L.
> *) Applied k3-am654-idk.dtbo at build time to the k3-am654-base-board.dtb
> in order to not have orphan DTBO as asked by Andrew D.
> *) Modified k3-am654-gp-evm.dtb to have k3-am654-icssg2.dtbo as well.
>
> Changes from v1 to v2:
> *) Moved ICSSG2 nodes from k3-am654-base-board.dts to new overlay file
> k3-am654-icssg2.dtso as asked by Andrew.
> *) Renamed k3-am654-base-board.dts to k3-am654-common-board.dts
> *) Added "Enable TI_ICSSG_PRUETH" patch to this series.
>
> [v1] https://lore.kernel.org/all/20230911071245.2173520-1-danishanwar@ti.com/
> [v2] https://lore.kernel.org/all/20230921060913.721336-1-danishanwar@ti.com/
> [v3] https://lore.kernel.org/all/20230926045337.1248276-1-danishanwar@ti.com/
>
Wit this series applied I see build failures like:
arch/arm64/boot/dts/ti/k3-am65-main.dtsi:897.25-916.4: Warning (unique_unit_address): /bus@100000/pcie@5600000: duplicate unit-address (also used in node /bus@100000/pcie-ep@5600000)
DTC arch/arm64/boot/dts/ti/k3-am654-icssg2.dtbo
arch/arm64/boot/dts/ti/k3-am654-icssg2.dtso:14.6-85.3: Warning (node_name_chars_strict): /fragment@0/__overlay__: Character '_' not recommended in node name
arch/arm64/boot/dts/ti/k3-am654-icssg2.dtso:87.12-125.3: Warning (node_name_chars_strict): /fragment@1/__overlay__: Character '_' not recommended in node name
arch/arm64/boot/dts/ti/k3-am654-icssg2.dtso:127.14-145.3: Warning (node_name_chars_strict): /fragment@2/__overlay__: Character '_' not recommended in node name
DTOVL arch/arm64/boot/dts/ti/k3-am654-base-board.dtb
Overlay 'arch/arm64/boot/dts/ti/k3-am654.dtsi' is incomplete (4096 / 1346656301 bytes read)
make[3]: *** [scripts/Makefile.lib:402: arch/arm64/boot/dts/ti/k3-am654-base-board.dtb] Error 1
make[2]: *** [scripts/Makefile.build:480: arch/arm64/boot/dts/ti] Error 2
make[1]: *** [/home/a0132425/workspace/k3-next/Makefile:1391: dtbs] Error 2
make: *** [Makefile:234: __sub-make] Error 2
There probably is some race here as I see this with make -j32 dtbs
but not on my less powerful laptop
> Thanks and Regards,
> MD Danish Anwar
>
> MD Danish Anwar (4):
> arm64: dts: ti: k3-am65-main: Add ICSSG IEP nodes
> arm64: dts: ti: k3-am654-base-board: add ICSSG2 Ethernet support
> arm64: dts: ti: k3-am654-idk: Add ICSSG Ethernet ports
> arm64: defconfig: Enable TI_ICSSG_PRUETH
>
> arch/arm64/boot/dts/ti/Makefile | 4 +
> arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 36 +++
> ...se-board.dts => k3-am654-common-board.dts} | 0
> arch/arm64/boot/dts/ti/k3-am654-icssg2.dtso | 145 +++++++++
> arch/arm64/boot/dts/ti/k3-am654-idk.dtso | 296 ++++++++++++++++++
> arch/arm64/configs/defconfig | 1 +
> 6 files changed, 482 insertions(+)
> rename arch/arm64/boot/dts/ti/{k3-am654-base-board.dts => k3-am654-common-board.dts} (100%)
> create mode 100644 arch/arm64/boot/dts/ti/k3-am654-icssg2.dtso
> create mode 100644 arch/arm64/boot/dts/ti/k3-am654-idk.dtso
>
--
Regards
Vignesh
next prev parent reply other threads:[~2023-10-12 9:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-03 10:55 [PATCH v4 0/4] Add AM65x ICSSG Ethernet support MD Danish Anwar
2023-10-03 10:55 ` [PATCH v4 1/4] arm64: dts: ti: k3-am65-main: Add ICSSG IEP nodes MD Danish Anwar
2023-10-03 10:55 ` [PATCH v4 2/4] arm64: dts: ti: k3-am654-base-board: add ICSSG2 Ethernet support MD Danish Anwar
2023-10-12 9:21 ` Vignesh Raghavendra
2023-10-03 10:55 ` [PATCH v4 3/4] arm64: dts: ti: k3-am654-idk: Add ICSSG Ethernet ports MD Danish Anwar
2023-10-03 10:55 ` [PATCH v4 4/4] arm64: defconfig: Enable TI_ICSSG_PRUETH MD Danish Anwar
2023-10-12 9:18 ` Vignesh Raghavendra [this message]
2023-10-12 9:58 ` [PATCH v4 0/4] Add AM65x ICSSG Ethernet support MD Danish Anwar
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=625f462e-d0d9-4abd-87db-178674f02cb9@ti.com \
--to=vigneshr@ti.com \
--cc=andrew@lunn.ch \
--cc=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=danishanwar@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=geert+renesas@glider.be \
--cc=konrad.dybcio@linaro.org \
--cc=kristo@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=nfraprado@collabora.com \
--cc=nm@ti.com \
--cc=peng.fan@nxp.com \
--cc=quic_bjorande@quicinc.com \
--cc=r-gunasekaran@ti.com \
--cc=robh+dt@kernel.org \
--cc=srk@ti.com \
--cc=u-kumar1@ti.com \
--cc=will@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox