From mboxrd@z Thu Jan 1 00:00:00 1970 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 1291CCA0EEB for ; Tue, 19 Aug 2025 16:09: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:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=MLzPPob4PWRr5o1X29idn583JxcMkCwzNQmuZnGLTE8=; b=qmNTnVUvhFU49mB81vxzWyOwWH PPtKZ3QSsPW8kPAhYMcdTPe6ihMBdSu2iZfdDxz2Gnkl7H6cnKp8x0VcU6wLR1Y0VKzAJu5wKZCR1 GRS1RSGmL1LtE6HviO6bzezjwrhtWhJd2ZNvm4H3trYvwqOCETp3SAeONv0wgfMfaernfVziv64LW oJ+kHOsBV9vVt+BQ95aDHWC6FW02cKKotbY/SKkp4MlhMcsWlba6opmyCcTwRwbszH4SrDwH8+nXi O7N6HsDLtYqJgQQB6Hj8ueXDpg0sWua76w9TExS5VyHungoNffwm7wALk8+Ob9DcyepyfXbiOE8T+ CpwcW00w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uoOti-0000000Aygn-3AIq; Tue, 19 Aug 2025 16:09:18 +0000 Received: from mail.grinn-global.com ([77.55.128.204]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uoM0Q-0000000AWP2-27mB; Tue, 19 Aug 2025 13:04:03 +0000 X-Virus-Scanned: by amavisd-new using ClamAV (9) Received: from mateusz.int.grinn-global.com (f90-187.icpnet.pl [46.228.90.187]) by server220076.nazwa.pl (Postfix) with ESMTP id 6D7DA1BE43A; Tue, 19 Aug 2025 15:03:59 +0200 (CEST) From: Mateusz Koza To: angelogioacchino.delregno@collabora.com, robh@kernel.org Cc: krzk+dt@kernel.org, conor+dt@kernel.org, matthias.bgg@gmail.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, marcin.czarnecki@grinn-global.com, b.bilas@grinn-global.com, Mateusz Koza Subject: [PATCH v2 4/4] dt-bindings: arm: mediatek: Add grinn,genio-510-sbc Date: Tue, 19 Aug 2025 15:02:31 +0200 Message-ID: <20250819130231.181571-5-mateusz.koza@grinn-global.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250819130231.181571-1-mateusz.koza@grinn-global.com> References: <20250819130231.181571-1-mateusz.koza@grinn-global.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-NA-AI-Spam-Probability: 0.49 X-NA-AI-Is-Spam: no X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250819_060402_729447_DCA9985B X-CRM114-Status: UNSURE ( 8.56 ) 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 device tree bindings support for the Grinn GenioSBC-510, a single-board computer based on the MediaTek Genio 510 SoC. More details about the hardware: - https://grinn-global.com/products/grinn-geniosom-510 - https://grinn-global.com/products/grinn-genioboard-edge-ai-sbc Signed-off-by: Mateusz Koza --- 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 122af0bad141..468672b0296a 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml @@ -425,6 +425,7 @@ properties: - const: mediatek,mt8365 - items: - enum: + - grinn,genio-510-sbc - mediatek,mt8370-evk - const: mediatek,mt8370 - const: mediatek,mt8188 -- 2.43.0