From patchwork Wed Jan 24 15:44:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hugo Villeneuve X-Patchwork-Id: 13529353 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 4D90DC46CD2 for ; Wed, 24 Jan 2024 15:46:39 +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:Subject:MIME-Version:Message-Id:Date: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=QXUXXlOW2RubzOTzlILdGz64gR/VeKGOaqz0TCF1BqU=; b=t/fty9Vvl7z0pB Tqhcfnr2TisZJVcueOkmKgl1m+JtDLzRRac2MU5Asu0JnnjGFS83t9dDQOKlAPpnGaN97ZkKESC/v Uw+FXIsOQ0R+1X9QVOfB6cOvKJzN3xOA6B7Jl8X14fOuXowC/WsDtka/5HbasAeOXjR7C2V/B1jMa JIuJUOi7ilmSPzlBi0hqi/du2uSWQA3mTD5A8IEfM0c7k/p+UlP1FJp2l1K5MfcBEIC1AIsZgNtwo V6f75J19jhAKDus1cmWMMsG2vBeZ2To4/SK2oOF2hTYDK1q9e554F6oY1Wl9K/NwcuRBNBhX/QKy/ SQQDE3jK7XDUvGQNkqEQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rSfRz-0041WE-1I; Wed, 24 Jan 2024 15:46:03 +0000 Received: from mail.hugovil.com ([162.243.120.170]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rSfRv-0041TH-1o for linux-arm-kernel@lists.infradead.org; Wed, 24 Jan 2024 15:46:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=hugovil.com ; s=x; h=Subject:Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Cc:To :From:subject:date:message-id:reply-to; bh=+Z54aSLpEvYnpSXkQig7RN53BwEOPHP1mbv5XzUrq1g=; b=PqmT2AhXkzKLSdA8CCNbm5Vu24 RGHzpWArVrutqMZ02EqM8rewAKWFTmsEpkZuJ8MAi95n3JR4v7m4GTrWLYHCQZBXmgxYvIoPGPW9+ XXgeNguaOoqllx1yYYhtvAf1BArBm0KbA7WLz0Q7cchBT0Bues9FrqP5heZTpvIBEJaQ=; Received: from modemcable168.174-80-70.mc.videotron.ca ([70.80.174.168]:46384 helo=pettiford.lan) by mail.hugovil.com with esmtpa (Exim 4.92) (envelope-from ) id 1rSfRZ-0007N8-A2; Wed, 24 Jan 2024 10:45:37 -0500 From: Hugo Villeneuve To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, leoyang.li@nxp.com Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, hugo@hugovil.com, andy.shevchenko@gmail.com, Hugo Villeneuve Date: Wed, 24 Jan 2024 10:44:19 -0500 Message-Id: <20240124154422.3600920-1-hugo@hugovil.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 70.80.174.168 X-SA-Exim-Mail-From: hugo@hugovil.com Subject: [PATCH 0/2] board: imx8mn-rve-gateway: fix compatible description X-SA-Exim-Version: 4.2.1 (built Wed, 08 May 2019 21:11:16 +0000) X-SA-Exim-Scanned: Yes (on mail.hugovil.com) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240124_074559_710096_D1946654 X-CRM114-Status: UNSURE ( 9.31 ) 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: Hugo Villeneuve Hello, this patch series fixes compatible description for the RVE gateway board. Thank you. Hugo Villeneuve (2): dt-bindings: arm: fsl: remove redundant company name arm64: dts: imx8mn-rve-gateway: remove redundant company name Documentation/devicetree/bindings/arm/fsl.yaml | 2 +- arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) base-commit: 615d300648869c774bd1fe54b4627bb0c20faed4