From patchwork Fri Feb 14 09:42:02 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13974687 Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [195.130.137.89]) (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 A126E23F40D for ; Fri, 14 Feb 2025 09:42:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.89 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739526139; cv=none; b=toHqilSjPW57Axr3P4fmrnUaQgHEmh5DWsy5l8ltK//edY4/8pq1tDpWAZJNrCQNghJMW9/gaTBjS2a4AZctSYl6RuIaZf27CAaiyD484RzEtUMyX+X89dkgR7dt57/567gtjP+BwK8WeDGLYJmPV750ToIsXnW/4J2Xrs9zoBY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739526139; c=relaxed/simple; bh=gq1o1VxnK4lawM6TgNAyta2qg86G/5gSSdrhWRhnavU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=sPuz7c/CUZEMyUX84V+XitlaJzy030L8WFzMqWXNsMZjHQKJAMgSq2X8Qd4pWthnXQWuqDVRcVcFwQm0N26iGXzHuCkq1HFo82nqglfvLLHvlQ2SAUthqyAAY7PBidFlD3oWkfFZZd3UjiqgoihyzqFXRtBJKAbiNzVwh0rZL8k= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.137.89 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:6395:73cc:7fc4:4cab]) by laurent.telenet-ops.be with cmsmtp id DMi72E0061MuxXz01Mi7fK; Fri, 14 Feb 2025 10:42:09 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.97) (envelope-from ) id 1tisCj-00000006Xjh-3DM4; Fri, 14 Feb 2025 10:42:07 +0100 Received: from geert by rox.of.borg with local (Exim 4.97) (envelope-from ) id 1tisD0-00000000ggU-407h; Fri, 14 Feb 2025 10:42:06 +0100 From: Geert Uytterhoeven To: Magnus Damm , Wolfram Sang , Miquel Raynal Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/2] ARM: dts: renesas: r9a06g032: UART dtbs_check fixes Date: Fri, 14 Feb 2025 10:42:02 +0100 Message-ID: X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi all, This patch series fixes two "make dtbs_check" issues for the RZ/N1 UARTs. As I do not have access to an RZ/N1 board, this was not tested on actual hardware. Thanks for your comments! Geert Uytterhoeven (2): ARM: dts: renesas: r9a06g032: Fix UART dma channel order ARM: dts: renesas: r9a06g032: Drop snps,dw-apb-uart compatibility arch/arm/boot/dts/renesas/r9a06g032.dtsi | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-)