[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <172909289110.1676363.14494745221795348933.robh@kernel.org>
Date: Wed, 16 Oct 2024 10:38:32 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Nícolas F. R. A. Prado <nfraprado@...labora.com>
Cc: kernel@...labora.com, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Jianguo Zhang <jianguo.zhang@...iatek.com>,
Hsuan-Yu Lin <shane.lin@...onical.com>,
fanyi zhang <fanyi.zhang@...iatek.com>, netdev@...r.kernel.org,
Macpaul Lin <macpaul.lin@...iatek.com>, Conor Dooley <conor+dt@...nel.org>,
Matthias Brugger <matthias.bgg@...il.com>, devicetree@...r.kernel.org,
linux-mediatek@...ts.infradead.org,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Richard Cochran <richardcochran@...il.com>,
Pablo Sun <pablo.sun@...iatek.com>
Subject: Re: [PATCH 0/2] Enable Ethernet on the Genio 700 EVK board
On Tue, 15 Oct 2024 14:15:00 -0400, Nícolas F. R. A. Prado wrote:
> The patches in this series add the ethernet node on mt8188 and enable it
> on the Genio 700 EVK board.
>
> The changes were picked up from the downstream branch at
> https://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-mtk/+git/jammy,
> cleaned up and split into two commits.
>
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@...labora.com>
> ---
> Nícolas F. R. A. Prado (2):
> arm64: dts: mediatek: mt8188: Add ethernet node
> arm64: dts: mediatek: mt8390-genio-700-evk: Enable ethernet
>
> arch/arm64/boot/dts/mediatek/mt8188.dtsi | 95 ++++++++++++++++++++++
> .../boot/dts/mediatek/mt8390-genio-700-evk.dts | 25 ++++++
> 2 files changed, 120 insertions(+)
> ---
> base-commit: 7f773fd61baa9b136faa5c4e6555aa64c758d07c
> change-id: 20241015-genio700-eth-252304da766c
>
> Best regards,
> --
> Nícolas F. R. A. Prado <nfraprado@...labora.com>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
New warnings running 'make CHECK_DTBS=y mediatek/mt8390-genio-700-evk.dtb' for 20241015-genio700-eth-v1-0-16a1c9738cf4@...labora.com:
arch/arm64/boot/dts/mediatek/mt8390-genio-700-evk.dtb: jpeg-decoder@...40000: iommus: [[118, 685], [118, 686], [118, 690], [118, 691], [118, 692], [118, 693]] is too long
from schema $id: http://devicetree.org/schemas/media/mediatek-jpeg-decoder.yaml#
Powered by blists - more mailing lists