From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 355DA19CC2E; Tue, 7 Jan 2025 10:43:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736246611; cv=none; b=R8EiC77m/W9/KAGAov1vn7lMWjJa9MoJS2UlSe/oE2NBqY8qCWKvHSdARgVr5CdgjurujMKUej9gX2xZU8mHdRC1zx+cLaiUBllW6zYp4Zj7fAfQpBZYLcOOiZTkrbJBs0p2I8Vjz//nNd7LeGUyI+Rk9JOt6yd8y0h2kcKJ4zw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736246611; c=relaxed/simple; bh=woFjHUJHrUSh1o/JoUcqPJHyy/iOnpRiHswrKFqLbVo=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=kpdXI4fEy8xR876f9IIrL5t+MpGzvdqmVcNzZ6ueuktmkNReGePa/tW6fd0h0PXQY/+bIVRUNCAWHOq8JE3HKAnOssHpWoZrJQfJFLVXWDFgxVFZX5DVG+S70lDq4CUdTb/9aWm0ze79f5boc03LRv4JXAgf1VzNIsvplDLRQpU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 90A2C143D; Tue, 7 Jan 2025 02:43:55 -0800 (PST) Received: from donnerap.manchester.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 715F43F673; Tue, 7 Jan 2025 02:43:25 -0800 (PST) Date: Tue, 7 Jan 2025 10:43:20 +0000 From: Andre Przywara To: Lukas Schmid Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Maxime Ripard , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 3/4] ARM: dts: sunxi: add uart1_pe pinctrl for sun8i-v3s Message-ID: <20250107104320.4e74a87c@donnerap.manchester.arm.com> In-Reply-To: <20250106190703.4015-4-lukas.schmid@netcube.li> References: <20250106190703.4015-1-lukas.schmid@netcube.li> <20250106190703.4015-4-lukas.schmid@netcube.li> Organization: ARM X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; aarch64-unknown-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 6 Jan 2025 19:07:01 +0000 Lukas Schmid wrote: > Added the uart1_pe_pins pinctrl for use by the NetCube > Systems Kumquat board > > Signed-off-by: Lukas Schmid Reviewed-by: Andre Przywara Cheers, Andre > --- > arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi b/arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi > index 9e13c2aa8911..f909b1d4dbca 100644 > --- a/arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi > +++ b/arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi > @@ -416,6 +416,12 @@ uart0_pb_pins: uart0-pb-pins { > function = "uart0"; > }; > > + /omit-if-no-ref/ > + uart1_pe_pins: uart1-pe-pins { > + pins = "PE21", "PE22"; > + function = "uart1"; > + }; > + > uart2_pins: uart2-pins { > pins = "PB0", "PB1"; > function = "uart2";