From patchwork Thu Sep 12 12:48:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lukasz Majewski X-Patchwork-Id: 13802091 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 94F34EE57F8 for ; Thu, 12 Sep 2024 12:49:58 +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: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:In-Reply-To:References:List-Owner; bh=8CR2aDii7smh/tqc1g8mB9eAQqyrlVh29TmUpt45vTE=; b=5C+CQhAEgwymn1aqFxsacIu1GY IVJslyXVHsne7COSrQimTC1mHqCyIo6luLjMJWzwMNZc1XfQZFP3Oap+s0JCwZvscJ1XNJOoPiBxb pkqxgnNe/Po5+BOjZC9lXDE7JTaP7DXkCU1NZqb/zmJ9cUijJW4LCMa5QhB4oY8acfUtHcVem6lRn dJHXmelZzCq477zFtXpJD89i+tq4dfRGXvk8XGkXs5rpwuwwKi1PVPnqilm4NHs8SVS1VVmOCY7u+ FKediU+f0YwK7H3hS8SGVr0/O0EI4B3/wOWUIzbqC2M+PusoCGDXS60NUh5iHhVLY15tC8SA+WcS2 NgZsYPXw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sojGf-0000000D5g7-0lbs; Thu, 12 Sep 2024 12:49:49 +0000 Received: from phobos.denx.de ([85.214.62.61]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sojFZ-0000000D5S4-0BdK for linux-arm-kernel@lists.infradead.org; Thu, 12 Sep 2024 12:48:42 +0000 Received: from localhost.localdomain (85-222-111-42.dynamic.chello.pl [85.222.111.42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: lukma@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id BCE5F88EEC; Thu, 12 Sep 2024 14:48:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1726145318; bh=8CR2aDii7smh/tqc1g8mB9eAQqyrlVh29TmUpt45vTE=; h=From:To:Cc:Subject:Date:From; b=OP5SryASBaGYDOeAPUBKcWfPccaC0xP6kMaX0Weh1tS4tGwdcaFhyjcycMd/+sVaA WLjmk1y2N6u+a54QkU1kxbbOqWfWE61KR19OnfH09G0Km7Up1ZIymAwTKTw+PZ6Ngi 7NkSPOBT0geYMf36e7h4Jg5s5rtcSRC/MsPWaqspJvuDJUlH+N1yt11P411+F40LeV 3KEL1S3YhiAjwMU3yxFa56V+yWYZizWpHkaO8WN8Dgl3DYwHkruKbpcaTmmUdqhzM+ DiBCvG6mPckUKFsc2bfbHuH2gpVjgDcTdlQVgxt/G2nES2awRNqA71ltIZFetDwYT2 tYIt0jTKYsDmw== From: Lukasz Majewski To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer Cc: Pengutronix Kernel Team , Fabio Estevam , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Lukasz Majewski Subject: [PATCH v6 1/2] dt-bindings: arm: Document the btt3 i.MX28 based board Date: Thu, 12 Sep 2024 14:48:24 +0200 Message-Id: <20240912124825.2528984-1-lukma@denx.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240912_054841_258255_6ED06236 X-CRM114-Status: UNSURE ( 7.97 ) 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 The imx287 based btt3 board is very similar to xea in terms of used SOM module. Signed-off-by: Lukasz Majewski Acked-by: Conor Dooley --- Documentation/devicetree/bindings/arm/fsl.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 80747d79418a..f290c824a91b 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -97,6 +97,7 @@ properties: - i2se,duckbill - i2se,duckbill-2 - karo,tx28 # Ka-Ro electronics TX28 module + - lwn,imx28-btt3 - lwn,imx28-xea - msr,m28cu3 # M28 SoM with custom base board - schulercontrol,imx28-sps1