* [PATCH v3 0/2] arm64: dts: mediatek: Add MT8186 Ponyta
@ 2024-09-04 8:14 Jianeng Ceng
2024-09-04 8:15 ` [PATCH v3 1/2] dt-bindings: arm: mediatek: Add MT8186 Ponyta Chromebook Jianeng Ceng
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Jianeng Ceng @ 2024-09-04 8:14 UTC (permalink / raw)
To: angelogioacchino.delregno, matthias.bgg, robh, krzk+dt, conor+dt,
knoxchiou, hsinyi
Cc: dri-devel, devicetree, linux-kernel, Jianeng Ceng
This is v3 of the MT8186 Chromebook device tree series.
---
Changes in v3:
- PATCH 0/2: Add the modify records.
- PATCH 1/2: Modify lable to label.
- Link to v2:https://lore.kernel.org/all/20240903061603.3007289-1-cengjianeng@huaqin.corp-partner.google.com/
Changes in v2:
- PATCH 2/2: Modify the dtb name without rev2.
- Link to v1:https://lore.kernel.org/all/20240902125502.1844374-1-cengjianeng@huaqin.corp-partner.google.com/
Jianeng Ceng (2):
dt-bindings: arm: mediatek: Add MT8186 Ponyta Chromebook
arm64: dts: mediatek: Add MT8186 Ponyta Chromebooks
.../devicetree/bindings/arm/mediatek.yaml | 11 +++++
arch/arm64/boot/dts/mediatek/Makefile | 2 +
.../mediatek/mt8186-corsola-ponyta-sku0.dts | 24 ++++++++++
.../mediatek/mt8186-corsola-ponyta-sku1.dts | 27 ++++++++++++
.../dts/mediatek/mt8186-corsola-ponyta.dtsi | 44 +++++++++++++++++++
5 files changed, 108 insertions(+)
create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-ponyta-sku0.dts
create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-ponyta-sku1.dts
create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-ponyta.dtsi
--
2.34.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v3 1/2] dt-bindings: arm: mediatek: Add MT8186 Ponyta Chromebook
2024-09-04 8:14 [PATCH v3 0/2] arm64: dts: mediatek: Add MT8186 Ponyta Jianeng Ceng
@ 2024-09-04 8:15 ` Jianeng Ceng
2024-09-04 15:25 ` Rob Herring
2024-09-04 15:23 ` [PATCH v3 0/2] arm64: dts: mediatek: Add MT8186 Ponyta Rob Herring
2024-09-05 22:28 ` Matthias Brugger
2 siblings, 1 reply; 5+ messages in thread
From: Jianeng Ceng @ 2024-09-04 8:15 UTC (permalink / raw)
To: angelogioacchino.delregno, matthias.bgg, robh, krzk+dt, conor+dt,
knoxchiou, hsinyi
Cc: dri-devel, devicetree, linux-kernel, Jianeng Ceng
Add an entry for the MT8186 based Ponyta Chromebook (custom lable).
Signed-off-by: Jianeng Ceng <cengjianeng@huaqin.corp-partner.google.com>
---
Changes in v3:
- PATCH 1/2: Modify lable to label.
- Link to v2:https://lore.kernel.org/all/20240903061603.3007289-1-cengjianeng@huaqin.corp-partner.google.com/
Chage since V2:
- No change.
---
Documentation/devicetree/bindings/arm/mediatek.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml
index 1d4bb50fcd8d..410145976272 100644
--- a/Documentation/devicetree/bindings/arm/mediatek.yaml
+++ b/Documentation/devicetree/bindings/arm/mediatek.yaml
@@ -257,6 +257,17 @@ properties:
- const: google,steelix-sku393218
- const: google,steelix
- const: mediatek,mt8186
+ - description: Google Ponyta (Custom label)
+ items:
+ - const: google,ponyta-sku0
+ - const: google,ponyta-sku2147483647
+ - const: google,ponyta
+ - const: mediatek,mt8186
+ - description: Google Ponyta (Custom label)
+ items:
+ - const: google,ponyta-sku1
+ - const: google,ponyta
+ - const: mediatek,mt8186
- description: Google Rusty (Lenovo 100e Chromebook Gen 4)
items:
- const: google,steelix-sku196609
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v3 0/2] arm64: dts: mediatek: Add MT8186 Ponyta
2024-09-04 8:14 [PATCH v3 0/2] arm64: dts: mediatek: Add MT8186 Ponyta Jianeng Ceng
2024-09-04 8:15 ` [PATCH v3 1/2] dt-bindings: arm: mediatek: Add MT8186 Ponyta Chromebook Jianeng Ceng
@ 2024-09-04 15:23 ` Rob Herring
2024-09-05 22:28 ` Matthias Brugger
2 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2024-09-04 15:23 UTC (permalink / raw)
To: Jianeng Ceng
Cc: angelogioacchino.delregno, matthias.bgg, krzk+dt, conor+dt,
knoxchiou, hsinyi, dri-devel, devicetree, linux-kernel
On Wed, Sep 04, 2024 at 04:14:59PM +0800, Jianeng Ceng wrote:
> This is v3 of the MT8186 Chromebook device tree series.
> ---
> Changes in v3:
> - PATCH 0/2: Add the modify records.
> - PATCH 1/2: Modify lable to label.
> - Link to v2:https://lore.kernel.org/all/20240903061603.3007289-1-cengjianeng@huaqin.corp-partner.google.com/
>
> Changes in v2:
> - PATCH 2/2: Modify the dtb name without rev2.
> - Link to v1:https://lore.kernel.org/all/20240902125502.1844374-1-cengjianeng@huaqin.corp-partner.google.com/
>
> Jianeng Ceng (2):
> dt-bindings: arm: mediatek: Add MT8186 Ponyta Chromebook
> arm64: dts: mediatek: Add MT8186 Ponyta Chromebooks
>
> .../devicetree/bindings/arm/mediatek.yaml | 11 +++++
> arch/arm64/boot/dts/mediatek/Makefile | 2 +
> .../mediatek/mt8186-corsola-ponyta-sku0.dts | 24 ++++++++++
> .../mediatek/mt8186-corsola-ponyta-sku1.dts | 27 ++++++++++++
> .../dts/mediatek/mt8186-corsola-ponyta.dtsi | 44 +++++++++++++++++++
> 5 files changed, 108 insertions(+)
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-ponyta-sku0.dts
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-ponyta-sku1.dts
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-ponyta.dtsi
Something is wrong in the threading of your series.
Rob
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v3 1/2] dt-bindings: arm: mediatek: Add MT8186 Ponyta Chromebook
2024-09-04 8:15 ` [PATCH v3 1/2] dt-bindings: arm: mediatek: Add MT8186 Ponyta Chromebook Jianeng Ceng
@ 2024-09-04 15:25 ` Rob Herring
0 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2024-09-04 15:25 UTC (permalink / raw)
To: Jianeng Ceng
Cc: angelogioacchino.delregno, matthias.bgg, krzk+dt, conor+dt,
knoxchiou, hsinyi, dri-devel, devicetree, linux-kernel
On Wed, Sep 04, 2024 at 04:15:00PM +0800, Jianeng Ceng wrote:
> Add an entry for the MT8186 based Ponyta Chromebook (custom lable).
Still a typo.
Would be helpful to define what 'custom label' means here.
>
> Signed-off-by: Jianeng Ceng <cengjianeng@huaqin.corp-partner.google.com>
> ---
> Changes in v3:
> - PATCH 1/2: Modify lable to label.
> - Link to v2:https://lore.kernel.org/all/20240903061603.3007289-1-cengjianeng@huaqin.corp-partner.google.com/
>
> Chage since V2:
> - No change.
>
> ---
> Documentation/devicetree/bindings/arm/mediatek.yaml | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml
> index 1d4bb50fcd8d..410145976272 100644
> --- a/Documentation/devicetree/bindings/arm/mediatek.yaml
> +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml
> @@ -257,6 +257,17 @@ properties:
> - const: google,steelix-sku393218
> - const: google,steelix
> - const: mediatek,mt8186
> + - description: Google Ponyta (Custom label)
> + items:
> + - const: google,ponyta-sku0
> + - const: google,ponyta-sku2147483647
> + - const: google,ponyta
> + - const: mediatek,mt8186
> + - description: Google Ponyta (Custom label)
> + items:
> + - const: google,ponyta-sku1
> + - const: google,ponyta
> + - const: mediatek,mt8186
> - description: Google Rusty (Lenovo 100e Chromebook Gen 4)
> items:
> - const: google,steelix-sku196609
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v3 0/2] arm64: dts: mediatek: Add MT8186 Ponyta
2024-09-04 8:14 [PATCH v3 0/2] arm64: dts: mediatek: Add MT8186 Ponyta Jianeng Ceng
2024-09-04 8:15 ` [PATCH v3 1/2] dt-bindings: arm: mediatek: Add MT8186 Ponyta Chromebook Jianeng Ceng
2024-09-04 15:23 ` [PATCH v3 0/2] arm64: dts: mediatek: Add MT8186 Ponyta Rob Herring
@ 2024-09-05 22:28 ` Matthias Brugger
2 siblings, 0 replies; 5+ messages in thread
From: Matthias Brugger @ 2024-09-05 22:28 UTC (permalink / raw)
To: Jianeng Ceng, angelogioacchino.delregno, robh, krzk+dt, conor+dt,
knoxchiou, hsinyi
Cc: dri-devel, devicetree, linux-kernel,
moderated list:ARM/Mediatek SoC support
On 04/09/2024 10:14, Jianeng Ceng wrote:
> This is v3 of the MT8186 Chromebook device tree series.
Please send this kind of patches also to the mediatek mailinglist:
moderated list:ARM/Mediatek SoC support <linux-mediatek@lists.infradead.org>
Thanks
Matthias
> ---
> Changes in v3:
> - PATCH 0/2: Add the modify records.
> - PATCH 1/2: Modify lable to label.
> - Link to v2:https://lore.kernel.org/all/20240903061603.3007289-1-cengjianeng@huaqin.corp-partner.google.com/
>
> Changes in v2:
> - PATCH 2/2: Modify the dtb name without rev2.
> - Link to v1:https://lore.kernel.org/all/20240902125502.1844374-1-cengjianeng@huaqin.corp-partner.google.com/
>
> Jianeng Ceng (2):
> dt-bindings: arm: mediatek: Add MT8186 Ponyta Chromebook
> arm64: dts: mediatek: Add MT8186 Ponyta Chromebooks
>
> .../devicetree/bindings/arm/mediatek.yaml | 11 +++++
> arch/arm64/boot/dts/mediatek/Makefile | 2 +
> .../mediatek/mt8186-corsola-ponyta-sku0.dts | 24 ++++++++++
> .../mediatek/mt8186-corsola-ponyta-sku1.dts | 27 ++++++++++++
> .../dts/mediatek/mt8186-corsola-ponyta.dtsi | 44 +++++++++++++++++++
> 5 files changed, 108 insertions(+)
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-ponyta-sku0.dts
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-ponyta-sku1.dts
> create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-ponyta.dtsi
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-09-05 22:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-04 8:14 [PATCH v3 0/2] arm64: dts: mediatek: Add MT8186 Ponyta Jianeng Ceng
2024-09-04 8:15 ` [PATCH v3 1/2] dt-bindings: arm: mediatek: Add MT8186 Ponyta Chromebook Jianeng Ceng
2024-09-04 15:25 ` Rob Herring
2024-09-04 15:23 ` [PATCH v3 0/2] arm64: dts: mediatek: Add MT8186 Ponyta Rob Herring
2024-09-05 22:28 ` Matthias Brugger
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).