From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [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 62AB03C1981; Tue, 5 May 2026 17:36:03 +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=1778002566; cv=none; b=aft1Smp72oGQVP8vOp+oWo9sfYTpgbL/X8iwmg1oYjXsy290vKmsAX1JBno+YpIRhloCTwk2tJd2/VHbA7aZupROpk0ax/riD2LEL6coV6pgDOp5f/NGfaiuFf/KVcR8PwJK2cIL+WXql1hsuUx1R7h7rhkd7cTghc3MFwleChM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778002566; c=relaxed/simple; bh=1rUgiNEja4VdnawWmpKJXAeTor1kPOFVIqJ3p24fzq4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=XVaYZOkbDNQE33V2cm6DGhc1yIbwmrxXr6qvQs7yR5L3QawD+ctvE2LP+wnDD/pTrluu5xflSVjI+9qUI/A9qbz6BNwE9zRBYLMELER+GgDZaPQwu50WKjxtQ88feOJkX9T226ovlDkP7fkWBJqwsEpsTqrWpM0Jlcg9+tMPUYU= 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=fVEUiBs9; 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="fVEUiBs9" 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=1rUgiNEja4VdnawWmpKJXAeTor1kPOFVIqJ3p24fzq4=; b=fVEUiBs9iFuCVeDxw3tyYpZCZN jC+6HulUNzAiOGjHz2qhVODEf63QJMSAPNI2fHQ1KRosjxwS6PPNUjir0GnJvKMDUMgycEH/6eWwg znmbMa0bTyr6CYOvDiwnVPyPb0YmdB+0CcBjnVKyS9OLqKRWJs6FNjlAFWzDjHcFUE7oaRQLTuDHD qJ2apECTu8bun55BfPEQtEJH4AepL+0Czk4U5svUtviKuVYEZqwR8nRlTW8/h1LGe8XBN3yu9DYz1 ZZZaPxkVoU7Pgq28H+NGNKOaiRuNewyWKd7HF8BxdNO6X4l2qhHF5Xi2ogr5ZbMygrURu9DeV6O7Y iCPWlZ3w==; From: Heiko Stuebner To: Dennis Gilmore Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jonas Karlman , Alexey Charkov , Quentin Schulz , FUKAUMI Naoki , Peter Robinson , devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Dennis Gilmore Subject: Re: [PATCH v9 3/4] arm64: dts: rockchip: refactor items from Orange Pi 5/b to prep for Pro Date: Tue, 05 May 2026 19:35:52 +0200 Message-ID: <26834823.ouqheUzb2q@phil> In-Reply-To: <20260429024737.544813-4-dennis@ausil.us> References: <20260429024737.544813-1-dennis@ausil.us> <20260429024737.544813-4-dennis@ausil.us> 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" Hi Dennis, Am Mittwoch, 29. April 2026, 04:47:34 Mitteleurop=C3=A4ische Sommerzeit sch= rieb Dennis Gilmore: > The RK806 PLDO1 and PLDO2 outputs are wired differently between the > 5/5B and the Pro (PLDO1/PLDO2 are swapped), so label the PMIC node > rk806_single in the base dtsi, drop pldo-reg1/pldo-reg2 from it, and > define them via a &rk806_single regulators augmentation in > rk3588s-orangepi-5-5b.dtsi. The Pro will supply its own mapping. I guess my only question is, where did that "single" come from and what is it supposed to mean? ... I would've assumed "&rk806" as label would've been enough? But maybe that "_single" has some special meaning? Thanks Heiko