From nobody Sun Nov 24 16:37:17 2024 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 96FA21FDFAD; Tue, 5 Nov 2024 06:42:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=85.214.62.61 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730788949; cv=none; b=gb18Rr+SLMBkIsiE1/RFiQ0Q7TpSCkBkmu4IzLMCfGb4Ydv53pZp+zhgP7XJR86REGBr21ZA06Y8vLcLs9uFvzKZWg/aLkzQBYe0MCchnpBZPGcuC8KMNSAUTZ8vXeYQCr1vKkJo3CMK/B+mfzBTu/+VWDMWpWInbwdKprFJgbI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730788949; c=relaxed/simple; bh=/N/tBcY5Ap6L0FyIz7W+ZKJeqrPEXK9I9dM7w+tRjIw=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=pZ8Ysazm6AE0SdCIZa65/Pq301sN1jhiTnqkXyrjdqB3W00aBebfj6/2n69dSThUkDKXHNZxVt6OePeYu9Naz1s6z5TkTWEyFbaE5zkITBF+kpUoSgzj21ukGmDr62zyOpzyfTx4i5Hg/cmO7DGwv6chnJY7Am9wU0l/XBnXA0s= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=denx.de; spf=pass smtp.mailfrom=denx.de; dkim=pass (2048-bit key) header.d=denx.de header.i=@denx.de header.b=UOE/pQF0; arc=none smtp.client-ip=85.214.62.61 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=denx.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=denx.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=denx.de header.i=@denx.de header.b="UOE/pQF0" Received: from localhost.localdomain (87-97-112-21.pool.digikabel.hu [87.97.112.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: hs@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 2220A88EDE; Tue, 5 Nov 2024 07:42:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1730788939; bh=xhHi+o5Mgt4vE62+EN185nyzLfwnIHMnzNtTNTjPFfc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UOE/pQF0fr5eZRf5Fq8jpI55EHP9/kiZYNJ6x2vS3lBp6H2XraRZYjcYoB2qOvkNf 2XZyu5qM9kkh2F8azEF9d+uN2OKHtf84dy+9Z1WD6fE7r1BBaCqHgpBTVLvMznCgqb bMcGN6hhju2KbVsTppnJFqTAeuwBW+2WgTdFNh9ryRstSGD9mFxLcfHsusC/cdAghY omCTM/n5ZPFBbBeEstXsqCYRUIBKc9jBXsnaqap9X9T5kOhxcHWbzOsQcA/P4on/O2 MtB4gOEAkSBVVIQ5Nv6rFM+GYEdwacy47RVV37nAs6azQNJgszCNMGv1jbz4jCuBaX E/OeHq1CS+NNg== From: Heiko Schocher To: linux-kernel@vger.kernel.org Cc: Heiko Schocher , Krzysztof Kozlowski , Alexander Stein , Conor Dooley , Frieder Schrempf , Gregor Herburger , Hiago De Franco , Hugo Villeneuve , Joao Paulo Goncalves , Krzysztof Kozlowski , Krzysztof Kozlowski , Mathieu Othacehe , Max Merchel , Michael Walle , Peng Fan , Rob Herring , Shawn Guo , Tim Harvey , devicetree@vger.kernel.org Subject: [PATCH v3 1/3] dt-bindings: arm: fsl: Add ABB SoM and carrier Date: Tue, 5 Nov 2024 07:42:04 +0100 Message-Id: <20241105064206.43626-2-hs@denx.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20241105064206.43626-1-hs@denx.de> References: <20241105064206.43626-1-hs@denx.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Content-Type: text/plain; charset="utf-8" add support for the i.MX8MP based SoM and carrier from ABB. Signed-off-by: Heiko Schocher Reviewed-by: Krzysztof Kozlowski --- Changes in v3: added Reviewed-by from Krzysztof Changes in v2: reworked the compatible strings for ABB imx8mp based boards called dtb checks, no errors for this patch Documentation/devicetree/bindings/arm/fsl.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation= /devicetree/bindings/arm/fsl.yaml index b39a7e031177..b933788f756b 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1090,6 +1090,15 @@ properties: - toradex,verdin-imx8mp-wifi # Verdin iMX8M Plus Wi-Fi / BT= Modules - const: fsl,imx8mp =20 + - description: ABB Boards with i.MX8M Plus Modules from ADLink + items: + - enum: + - abb,imx8mp-aristanetos3-adpismarc # i.MX8MP ABB SoM on PI = SMARC Board + - abb,imx8mp-aristanetos3-helios # i.MX8MP ABB SoM on hel= ios Board + - abb,imx8mp-aristanetos3-proton2s # i.MX8MP ABB SoM on pro= ton2s Board + - const: abb,imx8mp-aristanetos3-som # i.MX8MP ABB SoM + - const: fsl,imx8mp + - description: Avnet (MSC Branded) Boards with SM2S i.MX8M Plus Modu= les items: - const: avnet,sm2s-imx8mp-14N0600E-ep1 # SM2S-IMX8PLUS-14N0600E= on SM2-MB-EP1 Carrier Board --=20 2.20.1