From patchwork Sun Jul 24 20:47:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 12927626 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 EE6C3C433EF for ; Sun, 24 Jul 2022 20:48:52 +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: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:In-Reply-To:References: List-Owner; bh=qDhPSQMTWOG5kmZesj1PKVhahnIq/X6WchIvnZ74BX8=; b=eiMrkl8Uh/zPIc 3zMZNrunDaS2PNQyoUQpYsxoX4icG9t2QN8SOSctaJIWfpSRNcsFjQjyLHlABczkGKR6cCXyrnIgM UYKAe4DbXbCM5g1ZjFSmBC3mkAj/MJ5UuQppZr2xoZ2CPnafojwPBbP8fKJdXs2Pf01NZK4xOu4PP Q3CY+/hkZrXjlJBwTeHGQrbPM13jx8IUtmLlf0L9qGLD46JdiBm3HcozfRTCqBgZRrGfYDgHMd+Bv Fle1fvbVo23OIcAPW/V8Z2IucoKZAg/1+8oGcJrIEJ9Q/b2BiEJoSEG40DGzHZ9CGGCvrBJdALvA2 0Cai2VIOXxx5Kko7ARGA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oFiW3-00CLTy-9K; Sun, 24 Jul 2022 20:47:55 +0000 Received: from phobos.denx.de ([2a01:238:438b:c500:173d:9f52:ddab:ee01]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oFiVz-00CLEN-Eq for linux-arm-kernel@lists.infradead.org; Sun, 24 Jul 2022 20:47:52 +0000 Received: from tr.lan (ip-86-49-12-201.bb.vodafone.cz [86.49.12.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id EA62D840BE; Sun, 24 Jul 2022 22:47:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1658695670; bh=14us0bkNT+K/bLXftE7IZ3OORYWN1UnNO/WvqHp6myo=; h=From:To:Cc:Subject:Date:From; b=KpTDqjlPC8X7KxGbHfDwLW8pHp/Wf8FvG1FyQ77IxCpREkxWHv7X58Rm3B6uD2nbp zhRpu7wnOtwBtH3SSbHRGJsYTRJewoGVfZ7QR9PeW3sjQjJ1QkNv3036HSZwxKuByY QNYezWgESmaux2hDe3odweHpk+1wf3UHVz3aHCkzu6hInf25ywZE+viJRvYUzpSK07 NP8SvRWFinSN5SKjSeVMtAXL8HgWlMThM0FP6IiNsc6oAt/yZcDOXTeGj6Y7DFG0u0 hAIdjwpVIbWzl69sg7PtKKv8DRRf26B8J5x79pHh4eQOn6xHl3fRqlEVKHdxUfrGUe zpwAyAYGwxVrQ== From: Marek Vasut To: linux-arm-kernel@lists.infradead.org Cc: Marek Vasut , Fabio Estevam , NXP Linux Team , Peng Fan , Shawn Guo Subject: [PATCH] arm64: dts: imx8mp: Add SoM compatible to i.MX8M Plus DHCOM PDK2 Date: Sun, 24 Jul 2022 22:47:41 +0200 Message-Id: <20220724204741.130487-1-marex@denx.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220724_134751_682465_3736FD6F X-CRM114-Status: UNSURE ( 8.52 ) 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 SoM compatible string into i.MX8MP DHCOM PDK2 compatible strings. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: NXP Linux Team Cc: Peng Fan Cc: Shawn Guo To: linux-arm-kernel@lists.infradead.org --- arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk2.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk2.dts b/arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk2.dts index c641b850c5774..382fbedaf6ba4 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk2.dts +++ b/arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk2.dts @@ -16,7 +16,8 @@ / { model = "DH electronics i.MX8M Plus DHCOM Premium Developer Kit (2)"; - compatible = "dh,imx8mp-dhcom-pdk2", "fsl,imx8mp"; + compatible = "dh,imx8mp-dhcom-pdk2", "dh,imx8mp-dhcom-som", + "fsl,imx8mp"; chosen { stdout-path = &uart1;