From patchwork Mon Jun 17 09:13:40 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 13700361 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 229F4191487; Mon, 17 Jun 2024 09:14:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718615676; cv=none; b=e1B4ko0OljZYf2aXhuwTOh9Z82va0tKcrQlSli+7hVyqSdX8fCkr7kkTYUAYd2MfKE+KlsODD6WxCauJlbYwjGiyigb40L4+NUxsBR7rOylibKrTZCZSHVo3bo+THjeB6f0m6lrOXD4R+w+1TSKRwbl82deP+6paKtxQOvCdY2E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718615676; c=relaxed/simple; bh=RlPWeWXjhvnYwwTMXwCVHKOnptTzdjxk1lMBqmrQsYg=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=lINKwtHqeZ4/slagvybrlaqh0MF29ANbsXUbLo6PTeq7yooJzd5atSy6Nqvss0ewFaADf4M+k3WtR3jnGSMWJ0lKX1hAJZmCys+fqpL4zp/1ZvNhPdidmhDhdzLZqa9dAHgKe7FyDbxCbamGQk+zTcueBXowIHELCpCQ0BHqV8U= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oeWZB1Yu; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oeWZB1Yu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CAAC9C4AF1D; Mon, 17 Jun 2024 09:14:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718615675; bh=RlPWeWXjhvnYwwTMXwCVHKOnptTzdjxk1lMBqmrQsYg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oeWZB1YumCqPsTcKN0L8sJBtZSltuamDJN5SOMEQ5Kaq2IZsHBhmjUCOg0WVwBebF zDoeEjpo4uthc2UcisiZwWED6h+0z3by3IQufGqSkar3QEyrj+mQDx2Umc+ot5suTC 1K+CbBSx/QrktYF7dvM1XZHp30q79JpuxRxBnMOqFDb67EnlSI/ADw1bXcA7Q9NLOp mz5pnUFLd0EMdXG6kjF8TeKNYPNrOn/qGQoViSz2Ed1lOe74Zb4AhQycJsQjTZJW0j jZgcfEpFbFBNg/bHZhkGH/eht84WBwY4c5EV6Ok6tEeqcqXXG9KrwOK7DqtmdPr4Rh 05iOEoNX7YcKQ== From: Michael Walle To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Li Yang Cc: Pengutronix Kernel Team , Fabio Estevam , Priit Laes , Michael Grzeschik , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Marco Felsch , imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Michael Walle , Krzysztof Kozlowski Subject: [PATCH v3 12/13] dt-bindings: arm: fsl: document Kontron SMARC-sAMX6i boards Date: Mon, 17 Jun 2024 11:13:40 +0200 Message-Id: <20240617091341.2375325-13-mwalle@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240617091341.2375325-1-mwalle@kernel.org> References: <20240617091341.2375325-1-mwalle@kernel.org> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 The Kontron SMARC-sAMX6i is just a module. There was no device tree for an actual board for now. Document the binding to use the module on the evaluation carrier. Acked-by: Krzysztof Kozlowski Signed-off-by: Michael Walle --- Documentation/devicetree/bindings/arm/fsl.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 6d185d09cb6a..f731fb5b5e2a 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -363,6 +363,12 @@ properties: - const: gw,ventana - const: fsl,imx6q + - description: i.MX6Q Kontron SMARC-sAMX6i on SMARC Eval Carrier 2.0 + items: + - const: kontron,imx6q-samx6i-ads2 + - const: kontron,imx6q-samx6i + - const: fsl,imx6q + - description: i.MX6Q PHYTEC phyBOARD-Mira items: - enum: @@ -544,6 +550,12 @@ properties: - const: gw,ventana - const: fsl,imx6dl + - description: i.MX6DL Kontron SMARC-sAMX6i on SMARC Eval Carrier 2.0 + items: + - const: kontron,imx6dl-samx6i-ads2 + - const: kontron,imx6dl-samx6i + - const: fsl,imx6dl + - description: i.MX6DL PHYTEC phyBOARD-Mira items: - enum: