From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (unknown [185.11.138.130]) (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 1BF8026AA91; Mon, 9 Mar 2026 20:20:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773087679; cv=none; b=qQynh547CjNWarL+0HPg1Ig+a/aoUSgl/Xy7U5Li2HS7GF8RTv8WKr+35uKLho+iFU3LglZhKHcr/GatEYn8IP+BTcXXKTYeiTJmeW0xDXQP5pWqfRae57FMLTZcObnz2dQxA94OE6TA3sAXPuV7NmmAZAW80JnFtNGW8qThOik= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773087679; c=relaxed/simple; bh=TqSEwB6ftB6EChAdYtUSEYjrVcG+vsVX3U1TnmfLdZE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=JAiOWsqMK8ySVdF685uuNks62qmJbYNj8aA51DKdaWhVtWADJPEQpqvJRk42IqJGhruYAXoGGcli1PqKWTKWvzvbXaS3ZEI+L5/oq4kGV9qx6TaFRQ+JamC2xdfgGCpaC+3lL21sAC6XQTooyKLgbzJqanYdDUzcp0gR5WsLx5Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b=D+Tb9Ckm; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b="D+Tb9Ckm" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Type:Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Reply-To; bh=TqSEwB6ftB6EChAdYtUSEYjrVcG+vsVX3U1TnmfLdZE=; b=D+Tb9Ckm3akoSkL/fOwXmDknrd NU3bx2vX9RW2gSfQNPT61jNCz2IYx6othdpqaycogPnwHqhkNtqjlR5tnB6Pn3+vvIm/0uZqY+5UI U3pVwNRRE7Lj2VKGlq+HiPCKSROJCC3pyBKqiaif5nSNODbcRcReIQFlFcMWU6TlLFiy1Gihl1Y8s 9xXzTEl+VEH2gbI1pSMBFurZb/SvbaboxcCSuwVrxEITTTLIH6oLVv8SifuQiUm8iabS0dR7hPM3E +qcpGaluXDqKLy5jxYjIT/hbHW0ZU/MJCKcRmwaGUzDok8MR9+Rfm8lKItnVuMfJsTQ6BOnFVZNYk uGYvoKcg==; From: Heiko Stuebner To: Fabio Estevam Cc: jonas@kwiboo.se, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Fabio Estevam , Krzysztof Kozlowski Subject: Re: [PATCH v5 1/4] dt-bindings: soc: rockchip: grf: Add RV1103B compatibles Date: Mon, 09 Mar 2026 20:40:40 +0100 Message-ID: <1996728.taCxCBeP46@phil> In-Reply-To: References: <20260216010219.2131484-1-festevam@gmail.com> Precedence: bulk X-Mailing-List: devicetree@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" Hi Fabio, Am Montag, 9. M=C3=A4rz 2026, 15:57:17 Mitteleurop=C3=A4ische Normalzeit sc= hrieb Fabio Estevam: > On Sun, Feb 15, 2026 at 10:02=E2=80=AFPM Fabio Estevam wrote: > > > > From: Fabio Estevam > > > > Add the PMU GRF and IOC compatible strings for the RV1103B SoC. > > > > Signed-off-by: Fabio Estevam > > Reviewed-by: Krzysztof Kozlowski >=20 > I'm sorry to bother you, but can you please let me know if you are > happy with this series? At least the uart compatible "rockchip,rv1103b-uart" is not yet visible in next [0]. Last I remember, you were asked to re-send that binding separately. Similarly, please also create a binding patch for the watchdog [1]. Heiko [0] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tre= e/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml [1] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tre= e/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml#n20