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 0E8A339B; Sat, 20 Apr 2024 01:47:02 +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=1713577623; cv=none; b=d1k90Fk0aZSwXWSbolUA06bjo7PqtT62N1ZV/P8fEOJDpSdfF/HaF98g/y4gA4eDSFZrWrXVNjhGBKaW4x3RWzYJJFtbImhEc7AoGRGGA5iet7dHQnF2HIIN+ij8mPEVVWx73PqTSqOM7dFik+cTfTQu63ZWmETezSobY1ZnfqA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713577623; c=relaxed/simple; bh=+sUZLTG+t90yoU9i3sUGvWL7wWsSrAjylIw68RYc+Zo=; h=Message-ID:Content-Type:MIME-Version:In-Reply-To:References: Subject:From:Cc:To:Date; b=B1Yj+a7PpXcb4eQCbnYu7gDE078r/oiplgEgovrd/lcX33uQkyzCKF0SvArA9SSGIhbM95u6ufzmHu1zD8CjU2ygHu+esE8LylehepvvDrr0FBcx3gKRFKtDFVKXr+lWGVfju8iPX7UN8iLNW2+OLhDX0gTavjiW998x3TFDl1Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oS+NQhOD; 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="oS+NQhOD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6F4F2C072AA; Sat, 20 Apr 2024 01:47:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713577622; bh=+sUZLTG+t90yoU9i3sUGvWL7wWsSrAjylIw68RYc+Zo=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=oS+NQhODQ20kg1MTtN8clw9/2/QFBDeTfyYuWD041J5m14038RxMFNyAaphbRqjC8 STAqCxd8ff67DIVjH2IoU8a5TBN1Fwk6SWLT1TtJpATFNE6F75Wkgz9ac6eS2/JZd9 FE+oBKJkAlgdDunqbkvtn2PT6uNbezuHlqy8OmrTW4Uinohk7hVXD4tllJzG8MkpqB TkzvRyy+9rlWxo/qrJ7hWbDsq5zcNb1vSpLx7Jv94KwGqnRfolTNa92/sV67b4YDYm BJhKRei5NGEUEEUd+27gM04Rr22OYw5ey3921IxO8jwGF8Gvj/cthjTMGaGHVFgrHX wGdzNAydXfLDQ== Message-ID: Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20240417-spmi-multi-master-support-v10-1-5bc6d322e266@linaro.org> References: <20240417-spmi-multi-master-support-v10-0-5bc6d322e266@linaro.org> <20240417-spmi-multi-master-support-v10-1-5bc6d322e266@linaro.org> Subject: Re: [PATCH v10 1/7] dt-bindings: spmi: Add X1E80100 SPMI PMIC ARB schema From: Stephen Boyd Cc: Srini Kandagatla , Johan Hovold , David Collins , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, Abel Vesa , Krzysztof Kozlowski To: Abel Vesa , AngeloGioacchino Del Regno , Bjorn Andersson , Conor Dooley , Dmitry Baryshkov , Konrad Dybcio , Krzysztof Kozlowski , Matthias Brugger , Neil Armstrong , Rob Herring Date: Fri, 19 Apr 2024 18:47:00 -0700 User-Agent: alot/0.10 Quoting Abel Vesa (2024-04-17 13:00:53) > Add dedicated schema for X1E80100 PMIC ARB. This is not the first > platform to introduce multiple buses. In fact, all platforms that > implement the version 7 for the SPMI PMIC arbiter have multiple buses. > Since the compatible should not be version based, the platform specific > one is used. The X1E80100 platform is the first platform to really need > the second master, as all the available boards have the PMICs that > provide the eUSB2 repeater on the second bus. >=20 > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Abel Vesa > --- Applied to spmi-next