From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: "Bernhard Rosenkränzer" <bero@baylibre.com>,
linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-serial@vger.kernel.org, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, tglx@linutronix.de,
maz@kernel.org, lee@kernel.org, linus.walleij@linaro.org,
matthias.bgg@gmail.com, gregkh@linuxfoundation.org,
daniel.lezcano@linaro.org, chunfeng.yun@mediatek.com,
allen-kh.cheng@mediatek.com, nfraprado@collabora.com,
andrew@lunn.ch, gtk3@inbox.ru, sean.wang@mediatek.com,
zhiyong.tao@mediatek.com
Subject: Re: [PATCH v8 9/9] arm64: dts: mediatek: Initial mt8365-evk support
Date: Tue, 24 Jan 2023 11:52:57 +0100 [thread overview]
Message-ID: <dec754f9-e79d-e1ce-e3ef-5a7eb4385dd7@collabora.com> (raw)
In-Reply-To: <20230123163833.1007181-10-bero@baylibre.com>
Il 23/01/23 17:38, Bernhard Rosenkränzer ha scritto:
> From: Fabien Parent <fparent@baylibre.com>
>
> This adds minimal support for the Mediatek 8365 SOC and the EVK reference
> board, allowing the board to boot to initramfs with serial port I/O.
>
> Signed-off-by: Fabien Parent <fparent@baylibre.com>
> [bero@baylibre.com: Removed parts depending on drivers that aren't upstream yet, cleanups, add CPU cache layout, add systimer, fix GIC]
> Signed-off-by: Bernhard Rosenkränzer <bero@baylibre.com>
> Tested-by: Kevin Hilman <khilman@baylibre.com>
> ---
> arch/arm64/boot/dts/mediatek/Makefile | 1 +
> arch/arm64/boot/dts/mediatek/mt8365-evk.dts | 169 +++++++++
> arch/arm64/boot/dts/mediatek/mt8365.dtsi | 378 ++++++++++++++++++++
> 3 files changed, 548 insertions(+)
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8365-evk.dts
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8365.dtsi
>
..snip..
> diff --git a/arch/arm64/boot/dts/mediatek/mt8365.dtsi b/arch/arm64/boot/dts/mediatek/mt8365.dtsi
> new file mode 100644
> index 0000000000000..04c666cab506a
> --- /dev/null
> +++ b/arch/arm64/boot/dts/mediatek/mt8365.dtsi
> @@ -0,0 +1,378 @@
> +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> +/*
> + * (C) 2018 MediaTek Inc.
> + * Copyright (C) 2022 BayLibre SAS
> + * Fabien Parent <fparent@baylibre.com>
> + * Bernhard Rosenkränzer <bero@baylibre.com>
> + */
> +#include <dt-bindings/clock/mediatek,mt8365-clk.h>
> +#include <dt-bindings/interrupt-controller/arm-gic.h>
> +#include <dt-bindings/interrupt-controller/irq.h>
> +#include <dt-bindings/phy/phy.h>
> +#include <dt-bindings/thermal/thermal.h>
thermal.h is unused... please remove it for now and add it back in a commit
where you add the thermal node.
Otherwise,
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
next prev parent reply other threads:[~2023-01-24 10:53 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-23 16:38 [PATCH v8 0/9] Add minimal MT8365 and MT8365-EVK support Bernhard Rosenkränzer
2023-01-23 16:38 ` [PATCH v8 1/9] dt-bindings: arm64: dts: mediatek: Add mt8365-evk board Bernhard Rosenkränzer
2023-01-23 16:38 ` [PATCH v8 2/9] dt-bindings: irq: mtk, sysirq: add support for mt8365 Bernhard Rosenkränzer
2023-01-23 16:38 ` [PATCH v8 3/9] dt-bindings: mfd: syscon: Add mt8365-syscfg Bernhard Rosenkränzer
2023-01-27 14:38 ` Lee Jones
2023-01-23 16:38 ` [PATCH v8 4/9] dt-bindings: pinctrl: add bindings for Mediatek MT8365 SoC Bernhard Rosenkränzer
2023-01-23 16:38 ` [PATCH v8 5/9] dt-bindings: usb: mediatek,mtu3: add MT8365 SoC bindings Bernhard Rosenkränzer
2023-01-23 16:38 ` [PATCH v8 6/9] dt-bindings: usb: mediatek,mtk-xhci: " Bernhard Rosenkränzer
2023-01-23 16:38 ` [PATCH v8 7/9] dt-bindings: timer: mediatek,mtk-timer: " Bernhard Rosenkränzer
2023-01-23 18:52 ` Krzysztof Kozlowski
2023-01-23 16:38 ` [PATCH v8 8/9] dt-bindings: serial: mediatek,uart: " Bernhard Rosenkränzer
2023-01-23 18:52 ` Krzysztof Kozlowski
2023-01-24 10:48 ` AngeloGioacchino Del Regno
2023-01-23 16:38 ` [PATCH v8 9/9] arm64: dts: mediatek: Initial mt8365-evk support Bernhard Rosenkränzer
2023-01-24 10:52 ` AngeloGioacchino Del Regno [this message]
2023-01-25 0:23 ` [PATCH v8 0/9] Add minimal MT8365 and MT8365-EVK support Kevin Hilman
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=dec754f9-e79d-e1ce-e3ef-5a7eb4385dd7@collabora.com \
--to=angelogioacchino.delregno@collabora.com \
--cc=allen-kh.cheng@mediatek.com \
--cc=andrew@lunn.ch \
--cc=bero@baylibre.com \
--cc=chunfeng.yun@mediatek.com \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=gtk3@inbox.ru \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lee@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-serial@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=maz@kernel.org \
--cc=nfraprado@collabora.com \
--cc=robh+dt@kernel.org \
--cc=sean.wang@mediatek.com \
--cc=tglx@linutronix.de \
--cc=zhiyong.tao@mediatek.com \
/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;
as well as URLs for NNTP newsgroup(s).