From patchwork Wed Oct 25 21:03:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 13436792 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 185F8C25B6B for ; Wed, 25 Oct 2023 21:04:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tnu7L2v7TbQ/RaR0bZJXRBA9z79nhtm+BMPr0QJFBdI=; b=kwESj8ed4EWSCB AdNj1QHAqef4iokIpQavENOXdrCCFDiqYX9CcVNMNHYAZphPED3Km74mqUQBaHcCeQ1wr5r6TTAB3 J01NFi1a/INEhDdDvk2NeUmOYTo/1BGowBjHrmtCB9BRGjzZDTkhUYvBTiMp8/ijUxe2FrCPB6RHZ ZH7fwzhQUh5HzLc7Z0orGAnPNiHWcITAk9d3MUYvtFMp7aOaDXoLXpw1t8A2/6+jfN+YRAEi5XsGX /cxl4cLIfxiDpNIOppag/SaseK4aPNOq8mgedspj9WZL0k3JIalG6dNoSlJI/q6XAo82FGLhumAPh 11moIqphCzCHWjNlIcsQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qvl2i-00D8Yy-2z; Wed, 25 Oct 2023 21:03:56 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qvl2R-00D8Sp-2y; Wed, 25 Oct 2023 21:03:41 +0000 Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 391051010; Wed, 25 Oct 2023 23:03:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1698267806; bh=/b8vjeg16N6sTnaDqZ5QDVr3cUbrSUJbXeISJbDnREI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=eDnaHf/iliqhFkq0/qGdpM19hHP+HEOjztzg0VeonUv6ClYUwAdtRwxO72HoBQBhy 2rujEl85xBQN8cEoO8dWH+XJMr8tk3dCrk6MU3WSi257WV+7HIkIzB17R6DbJ/yr8X ePFUWlTLFJq/NpuozuGEhVP67VsAk2YDKJTPqbQs= From: Laurent Pinchart To: linux-mediatek@lists.infradead.org Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Paul Elder , Fabien Parent , Alexandre Mergnat , Julien Stephan , Suhrid Subramaniam , Ted Larson Subject: [PATCH v2 2/3] dt-bindings: arm64: dts: mediatek: Add ologic,pumpkin-i350 board Date: Thu, 26 Oct 2023 00:03:41 +0300 Message-ID: <20231025210342.30995-3-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20231025210342.30995-1-laurent.pinchart@ideasonboard.com> References: <20231025210342.30995-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231025_140340_102470_978D09F9 X-CRM114-Status: UNSURE ( 8.52 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add a compatible string for the Pumpkin i350 board, an MT8365-based board developed by OLogic. Signed-off-by: Laurent Pinchart Acked-by: Krzysztof Kozlowski Reviewed-by: Alexandre Mergnat --- Documentation/devicetree/bindings/arm/mediatek.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml index ae12b1cab9fb..dc34e62c6756 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml @@ -247,6 +247,7 @@ properties: - items: - enum: - mediatek,mt8365-evk + - ologic,pumpkin-i350 - const: mediatek,mt8365 - items: - enum: