From nobody Tue Apr 7 14:05:30 2026 Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) (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 5CDD93AE6FF; Wed, 25 Feb 2026 12:20:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.251.105.195 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772022007; cv=none; b=lWMuiliqFGR7cML1W6DvVtWyFtRZI+W+ZzQ3fSeSIHJs8gRagk1iwWyX71Xml+TEhCKPaD+jnl/isgMMiQbhoe3cbECZnb0LeBkNiLZFdIu4uWx2tS+OLtzx1bP3KSxrUgpgadPc8JsKgEy4syhMkHLnAePdV04YxgTRpkU0CzM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772022007; c=relaxed/simple; bh=JlJr368Iduqmofj7bAqR0psZwFk+j7JbEHb1QjmEwow=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=ZxHXjmHMKnpCRC8YD/S3lKWpUyP0+RC3OT8CyS7z3BTH5Ds1qFjPR8hvp2m/rShw+5XPPq8h6nD/5FSESYlzbKpnF1Z3Bcg9oc7JE9qvLaRRZ2nYcRu/mXNT1fR1QzSbmhdHeCRU5BsA4C1ri6U9IefW9BlNCLVIvwuuMReCJ7o= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com; spf=pass smtp.mailfrom=collabora.com; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b=MKcN0WkX; arc=none smtp.client-ip=148.251.105.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="MKcN0WkX" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1772022002; bh=JlJr368Iduqmofj7bAqR0psZwFk+j7JbEHb1QjmEwow=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=MKcN0WkXoI1k+XOxeqUivO4w6+eS6CbdalVc9vSRowUuCI19GMXAxIKWV8G7Sa/sl 7Fft0mqi7+maC1RaLOsApU5jbz7VfIMaH7QBCY33wnT6sSYOB/tfSq8bif/CwIrVtc WqhxhKkkVs5I3fFvYwY07/uPZP62MEQeeqAIpoHius1byDluGaWZJlb616l7rY4yey vXEWAez+Vo1noZaJxKv72H3oXi876S/+91PoV3cr0xHCxVzXrpqmlhC2VNL6KdJnS/ dNs5Dz9t8eHzk6xnfGzQUNMjHwobzN+W5AWq5F4wyQgBJmO4ppXsGnWOv8eQgHDWSg keF1ZB1jtWPkQ== Received: from localhost (unknown [86.123.23.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by bali.collaboradmins.com (Postfix) with ESMTPSA id 5861417E04DC; Wed, 25 Feb 2026 13:20:02 +0100 (CET) From: Cristian Ciocaltea Date: Wed, 25 Feb 2026 14:19:58 +0200 Subject: [PATCH v3 2/3] arm64: dts: rockchip: Fix vdec register blocks order on RK3576 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="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20260225-vdec-reg-order-rk3576-v3-2-5a2ebe1b11a8@collabora.com> References: <20260225-vdec-reg-order-rk3576-v3-0-5a2ebe1b11a8@collabora.com> In-Reply-To: <20260225-vdec-reg-order-rk3576-v3-0-5a2ebe1b11a8@collabora.com> To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Detlev Casanova , Ezequiel Garcia , Mauro Carvalho Chehab , Nicolas Dufresne , Hans Verkuil Cc: kernel@collabora.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Conor Dooley , linux-media@vger.kernel.org X-Mailer: b4 0.14.3 When building device trees for the RK3576 based boards, DTC shows the following complaint: rk3576.dtsi:1282.30-1304.5: Warning (simple_bus_reg): /soc/video-codec@27= b00000: simple-bus unit address format error, expected "27b00100" Provide the register blocks using the 'link,function,cache' listing, which follows the address-based ordering and, implicitly, ensures the unit address points to the first register range. Signed-off-by: Cristian Ciocaltea --- arch/arm64/boot/dts/rockchip/rk3576.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3576.dtsi b/arch/arm64/boot/dts= /rockchip/rk3576.dtsi index 49ccdf12ef7e..45eb0d053a6f 100644 --- a/arch/arm64/boot/dts/rockchip/rk3576.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3576.dtsi @@ -1281,10 +1281,10 @@ gpu: gpu@27800000 { =20 vdec: video-codec@27b00000 { compatible =3D "rockchip,rk3576-vdec"; - reg =3D <0x0 0x27b00100 0x0 0x500>, - <0x0 0x27b00000 0x0 0x100>, + reg =3D <0x0 0x27b00000 0x0 0x100>, + <0x0 0x27b00100 0x0 0x500>, <0x0 0x27b00600 0x0 0x100>; - reg-names =3D "function", "link", "cache"; + reg-names =3D "link", "function", "cache"; interrupts =3D ; clocks =3D <&cru ACLK_RKVDEC_ROOT>, <&cru HCLK_RKVDEC>, <&cru ACLK_RKVDEC_ROOT_BAK>, <&cru CLK_RKVDEC_CORE>, --=20 2.52.0