From patchwork Mon Aug 22 08:00:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frieder Schrempf X-Patchwork-Id: 12950285 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 9202DC28D13 for ; Mon, 22 Aug 2022 08:03:16 +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=bAcKpvi8jIK3aNMGyehN7p9wuN5iYtyuzkliGJ6+4IE=; b=v63DfL4oZfd8g9 qbGbFB7g0kXoUiKZ3e+FxwGFDUgggb/720qKyFjgWFectzld/Yz87X0uDgQ/M1yqXZkCjxXbON+NK FH1uz4MCELm5wAO7NVxAWJWwuPpjHprwhjM+NUUP4kJ0eGPBgF4bCLvmesDtOFmuAATGBzX96bh4U 1CqdwsYhQ7dZfjm7fqhIqXabe/OdmFprhd4NfcSdnKdR8vQxunUx1H1st2J2GEu5qI3CE6ARHCcBR 3BghvN7xxIqLALjRACGcVeC41EhoW4Hfk27MDoy2fugBoQCxjYRz4fQJ6oWJ0n6e51Q3CyzFM4kBu oLLIvFC+8s/PincKfWfw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oQ2Nh-006E5u-Nc; Mon, 22 Aug 2022 08:01:57 +0000 Received: from mail.fris.de ([2a01:4f8:c2c:390b::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oQ2NX-006DwG-Ha for linux-arm-kernel@lists.infradead.org; Mon, 22 Aug 2022 08:01:52 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 2CB32C01BC; Mon, 22 Aug 2022 10:01:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fris.de; s=dkim; t=1661155294; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=hzJyrDoXrhCO0SrbCPDsNSDDOwNsM9vLr50z3j28vZM=; b=v+xGDzjY/NHElhlidd2kj+/PqHlXJZoGyB0Owlbnv2LwftDjhD8f06+EEgAhR3ohR5HWOg 5UKVvr0yQvtc1tqxGeaMFT9HnY2oIz+pCa5MJJImBRBlFJ2DeX0UGBPjXHIJP1/VPMffZX 9GsnfKddcZQxYxit2QcPGO2sdtCQ5OQwoyBPUHphlZ2zTXd+9EII60u2GxId4Vv9EpldCO 8wBV4b4ukvVeg9j8bKsjgjn0hN9drp2b+wTlu2kqhwKdpcB8SY5mnzD6umBKWUgMKvg/3M RqtrFEijM0VFTuUpoQkhFriiGq99o10vQeNlrZR7ELva1bz60H/RLixC3awXyQ== From: Frieder Schrempf To: devicetree@vger.kernel.org, Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Li Yang , Rob Herring , Shawn Guo Cc: Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, Frieder Schrempf , Alexander Stein , Denys Drozdov , Fabio Estevam , Marcel Ziswiler , Marek Vasut , Matthias Schiffer , Max Krummenacher , Peng Fan , Rob Herring Subject: [PATCH v3 2/8] dt-bindings: arm: fsl: Add Kontron BL i.MX8MM OSM-S board Date: Mon, 22 Aug 2022 10:00:55 +0200 Message-Id: <20220822080103.24016-3-frieder@fris.de> In-Reply-To: <20220822080103.24016-1-frieder@fris.de> References: <20220822080103.24016-1-frieder@fris.de> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220822_010150_110404_8BB80ECB X-CRM114-Status: UNSURE ( 6.23 ) 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 From: Frieder Schrempf Add bindings for the Kontron BL i.MX8MM OSM-S board. Signed-off-by: Frieder Schrempf Acked-by: Krzysztof Kozlowski --- Changes in v3: * rename compatibles * rebase on v6.0-rc1 Changes in v2: * add A-b tag from Krzysztof (Thanks!) --- Documentation/devicetree/bindings/arm/fsl.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 4dcfa27044f0..2b5a4d293e25 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -832,6 +832,7 @@ properties: - gw,imx8mm-gw7902 # i.MX8MM Gateworks Board - gw,imx8mm-gw7903 # i.MX8MM Gateworks Board - kontron,imx8mm-sl # i.MX8MM Kontron SL (N801X) SOM + - kontron,imx8mm-osm-s # i.MX8MM Kontron OSM-S (N802X) SOM - menlo,mx8menlo # i.MX8MM Menlo board with Verdin SoM - toradex,verdin-imx8mm # Verdin iMX8M Mini Modules - toradex,verdin-imx8mm-nonwifi # Verdin iMX8M Mini Modules without Wi-Fi / BT @@ -854,6 +855,12 @@ properties: - const: kontron,imx8mm-sl - const: fsl,imx8mm + - description: Kontron BL i.MX8MM OSM-S (N802X S) Board + items: + - const: kontron,imx8mm-bl-osm-s + - const: kontron,imx8mm-osm-s + - const: fsl,imx8mm + - description: Toradex Boards with Verdin iMX8M Mini Modules items: - enum: