From nobody Thu Oct 2 20:42:56 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 797D6199931; Wed, 10 Sep 2025 23:39:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757547555; cv=none; b=WdbNnKXU1pXNkS5a/FgBkJJUMq/J7c9hEuzGQTRfa4DITTi9b7ShsFkllPXDld/5WJ43VAufbwRjyES6On6rFbHGtXtaHTKVxGbNycHJuHXeeuS+ZVqJpKZJs9bOXsAVqchU1C3ozWvC2aQBdGkFuZf6d4o6oWPTzia3+UeWHyg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757547555; c=relaxed/simple; bh=oThnhjwHOCRp+Pu8CYFW0dQq+PXlgMWB686UxQw7yiE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=OB1az3FhlkzNCmyHcYVn4I7Ty753h6oUnVnJzwd7UA+fRXpBlIHNnzG+4Rt63spLdnngCwa2oJcquTwx5rVKOZKzHCs5ZaolMiXmP/+gmHM4MAaEeAPFJW4gXAV3wlRcQAwip4iibpviLo0ZTSsWqvuzCS1zFjgrmGTTrlcQ2F8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kJOzZAzO; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="kJOzZAzO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B2EFC4CEEB; Wed, 10 Sep 2025 23:39:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757547554; bh=oThnhjwHOCRp+Pu8CYFW0dQq+PXlgMWB686UxQw7yiE=; h=From:To:Cc:Subject:Date:From; b=kJOzZAzOFl6orh8RdBkKXLCmaP9bF0y65JlF+R5NAQbn+gJh+0xFO1CV6UM6v/b/z 62DrC2q/asOfJMPLA2AHVENID0Xj0gH3JjmtHelwh6f8yCJ+4TclVEgTNsQipgNCxP iQ8b0Q/VAuIzrYxhf9cNdjFTlssX1zRIMb4RmIOZEcmawrrIpJvDXwghlJDSHdfyuj ZXPXA6PzFfmaUVym2vjDkBbH+GATgjn6mvDIDLtvV5Bq8JJz8Zunf73q4cJtiOTPpE eKSlpha903l3v3k3aZslw+9+J0soOTzVRFRwvMFmt3qnGHu/aL/pHSzrGnZs09FGS9 x1gc5TtGjI1Jw== From: "Rob Herring (Arm)" To: soc@kernel.org, Krzysztof Kozlowski , Conor Dooley , Kunihiko Hayashi , Masami Hiramatsu Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] ARM: dts: socionext: Drop "linux,spdif-dit" port node unit-address Date: Wed, 10 Sep 2025 18:37:40 -0500 Message-ID: <20250910233740.777077-2-robh@kernel.org> X-Mailer: git-send-email 2.51.0 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 Content-Type: text/plain; charset="utf-8" A single graph port node without an address (i.e. "reg") should not have a unit-address, drop it from the "linux,spdif-dit" port node. Signed-off-by: Rob Herring (Arm) --- Arnd, Please apply directly. arch/arm/boot/dts/socionext/uniphier-pxs2-vodka.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/socionext/uniphier-pxs2-vodka.dts b/arch/arm= /boot/dts/socionext/uniphier-pxs2-vodka.dts index 7e08a459f7d8..ab910e1b5e6a 100644 --- a/arch/arm/boot/dts/socionext/uniphier-pxs2-vodka.dts +++ b/arch/arm/boot/dts/socionext/uniphier-pxs2-vodka.dts @@ -43,7 +43,7 @@ spdif-out { compatible =3D "linux,spdif-dit"; #sound-dai-cells =3D <0>; =20 - port@0 { + port { spdif_tx: endpoint { remote-endpoint =3D <&spdif_hiecout1>; }; @@ -54,7 +54,7 @@ comp-spdif-out { compatible =3D "linux,spdif-dit"; #sound-dai-cells =3D <0>; =20 - port@0 { + port { comp_spdif_tx: endpoint { remote-endpoint =3D <&comp_spdif_hiecout1>; }; --=20 2.51.0