From mboxrd@z Thu Jan 1 00:00:00 1970 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 F20561D153; Tue, 19 Dec 2023 15:57:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QV1Np/Ug" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B0A9C433CA; Tue, 19 Dec 2023 15:57:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1703001440; bh=j2yw/602MaeLtlULoNG/LK7nRRRFWoUbu8CFwJBiZpo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QV1Np/UgvDY8bP9JRjLns6z5g1O202vAyf2EQMYUUnmydV5gT/wAjOnPn255Wy+4V jjkxQsCyZaZpFqyWe3j0RSBgPSlmAygVvZXewfe3uTKUhUPqBHDERSx7TWRZ8iFPnz 2HAhrciYWCLJ548w3SMRTDEajekcsVBgLymxFHzYDQqCEOxbwvkDvrUJgOV+73xcFh HhwI789/5XJTN5q6l3HS0QDvCeJ53K+ZjsUZLOGQNk3F/PbrrruHWKAHtMaBOhucOH wJrslUlzsxdhbKAghz+109p+fllXrxaJp0c+6Z4e0cA2TlfRlzhcLWBiQQjJl/aLzx JDjzQbGowbDzw== Received: from johan by xi.lan with local (Exim 4.96.2) (envelope-from ) id 1rFcT8-0008JB-0A; Tue, 19 Dec 2023 16:57:18 +0100 Date: Tue, 19 Dec 2023 16:57:18 +0100 From: Johan Hovold To: Alexandre Belloni Cc: Alessandro Zummo , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-msm@vger.kernel.org, linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: rtc: qcom-pm8xxx: fix inconsistent example Message-ID: References: <20231130173223.12794-1-johan+linaro@kernel.org> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231130173223.12794-1-johan+linaro@kernel.org> Hi Alexandre, On Thu, Nov 30, 2023 at 06:32:23PM +0100, Johan Hovold wrote: > The PM8921 is an SSBI PMIC but in the binding example it is described > as being part of an SPMI PMIC while using an SSBI address. > > Make the example consistent by using the sibling PM8941 SPMI PMIC > instead. > > Fixes: 8138c5f0318c ("dt-bindings: rtc: qcom-pm8xxx-rtc: Add qcom pm8xxx rtc bindings") > Signed-off-by: Johan Hovold I noticed that this one is not yet in linux-next so sending a reminder. Johan