From: Matthias Brugger <matthias.bgg@gmail.com>
To: Enric Balletbo i Serra <enric.balletbo@collabora.com>,
linux-kernel@vger.kernel.org
Cc: Collabora Kernel ML <kernel@collabora.com>,
erwanaliasr1@gmail.com, drinkcat@chromium.org,
hsinyi@chromium.org, Mars Cheng <mars.cheng@mediatek.com>,
Rob Herring <robh+dt@kernel.org>,
Sean Wang <sean.wang@mediatek.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org
Subject: Re: [PATCH v2 0/7] arm64: dts: mediatek: Add support for Lenovo IdeaPad Duet Chromebook
Date: Fri, 10 Jul 2020 15:35:41 +0200 [thread overview]
Message-ID: <e748b9b4-fa5e-b80b-d76c-305cc53aed74@gmail.com> (raw)
In-Reply-To: <20200625101757.101775-1-enric.balletbo@collabora.com>
On 25/06/2020 12:17, Enric Balletbo i Serra wrote:
> These series adds basic support for the Lenovo IdeaPad Duet Chromebook, a
> 2-in-1 detachable devices using the MediaTek MT8183 SoC. The first patch
> only adds the new compatible names in the mediatek binding. The second
> patch, adds the missing compatible to instantiate the PMIC regulators.
> The next patch adds missing devices to support better the board and fixes
> some warnings found running dtbs_check. And finally, the latest
> introduces support for the board itself.
>
> All the patches has been tested on Lenovo IdeaPad Duet Chromebook with
> the patches applied on top of 5.8-rc1 and with serial console, booting
> without problems and being able to go to the login prompt.
>
> Best regards,
> Enric
>
> Changes in v2:
> - Replace cluster-sleepX for cluster-sleep-x (Matthias Brugger)
> - [6/7] Move adding #phy-cells to this patch. (Matthias Brugger)
> - [7/7] Move adding #phy-cells out of this patch. (Matthias Brugger)
>
> Enric Balletbo i Serra (7):
> dt-bindings: arm64: dts: mediatek: Add mt8183-kukui-krane-sku176
> arm64: dts: mt6358: Add the compatible for the regulators
> arm64: dts: mt8183: Add MediaTek's peripheral configuration controller
> arm64: dts: mt8183: Fix unit name warnings
> arm64: dts: mt8183-evb: Fix unit name warnings
> arm64: dts: mt8183: Add USB3.0 support
> arm64: dts: mt8183: Add krane-sku176 board
>
Whole series applied to v5.8-next/dts64
Thanks!
> .../devicetree/bindings/arm/mediatek.yaml | 5 +
> arch/arm64/boot/dts/mediatek/Makefile | 1 +
> arch/arm64/boot/dts/mediatek/mt6358.dtsi | 2 +
> arch/arm64/boot/dts/mediatek/mt8183-evb.dts | 4 +-
> .../mediatek/mt8183-kukui-krane-sku176.dts | 18 +
> .../boot/dts/mediatek/mt8183-kukui-krane.dtsi | 343 ++++++++
> .../arm64/boot/dts/mediatek/mt8183-kukui.dtsi | 788 ++++++++++++++++++
> arch/arm64/boot/dts/mediatek/mt8183.dtsi | 68 +-
> 8 files changed, 1225 insertions(+), 4 deletions(-)
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8183-kukui-krane-sku176.dts
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
>
prev parent reply other threads:[~2020-07-10 13:35 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-25 10:17 [PATCH v2 0/7] arm64: dts: mediatek: Add support for Lenovo IdeaPad Duet Chromebook Enric Balletbo i Serra
2020-06-25 10:17 ` [PATCH v2 1/7] dt-bindings: arm64: dts: mediatek: Add mt8183-kukui-krane-sku176 Enric Balletbo i Serra
2020-06-25 10:17 ` [PATCH v2 2/7] arm64: dts: mt6358: Add the compatible for the regulators Enric Balletbo i Serra
2020-07-02 5:04 ` Hsin-Yi Wang
2020-06-25 10:17 ` [PATCH v2 3/7] arm64: dts: mt8183: Add MediaTek's peripheral configuration controller Enric Balletbo i Serra
2020-07-02 5:06 ` Hsin-Yi Wang
2020-06-25 10:17 ` [PATCH v2 4/7] arm64: dts: mt8183: Fix unit name warnings Enric Balletbo i Serra
2020-07-02 5:06 ` Hsin-Yi Wang
2020-06-25 10:17 ` [PATCH v2 5/7] arm64: dts: mt8183-evb: " Enric Balletbo i Serra
2020-07-02 5:06 ` Hsin-Yi Wang
2020-06-25 10:17 ` [PATCH v2 6/7] arm64: dts: mt8183: Add USB3.0 support Enric Balletbo i Serra
2020-07-02 5:06 ` Hsin-Yi Wang
2020-06-25 10:17 ` [PATCH v2 7/7] arm64: dts: mt8183: Add krane-sku176 board Enric Balletbo i Serra
2020-07-02 5:07 ` Hsin-Yi Wang
2020-07-10 13:35 ` Matthias Brugger [this message]
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=e748b9b4-fa5e-b80b-d76c-305cc53aed74@gmail.com \
--to=matthias.bgg@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=drinkcat@chromium.org \
--cc=enric.balletbo@collabora.com \
--cc=erwanaliasr1@gmail.com \
--cc=hsinyi@chromium.org \
--cc=kernel@collabora.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=mars.cheng@mediatek.com \
--cc=robh+dt@kernel.org \
--cc=sean.wang@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).