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 C0A34190499; Wed, 9 Oct 2024 22:59:22 +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=1728514762; cv=none; b=ryE/zbwMaeXm+wEJFECMJYppeA/u2e7+YyJezgINhIyPYgXoTaWMOBqB1WnLoAl1y5LbnVaeLbdsF3umVmjrvaAqYGXYBbyYCAHsZ5XwdUhiRYfM9ZCVnNrLwWymLSVptKqNJ1sprBfL2mnQ4Qom5E8oKNdmUSHwjAXzkU5SD2I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728514762; c=relaxed/simple; bh=+hV9ctvyE/5w7nQBVOLafrusMSwAuRpOy+IJ31YSq6o=; h=Message-ID:Content-Type:MIME-Version:In-Reply-To:References: Subject:From:Cc:To:Date; b=glW/rL2rfjGpUdjhPhVB9FLmBHS0yAu+40lMSzVa/v8NnNLFzGTmRp7k/FphnAKBt9ePS+vwHG5VMcOquuo5zoOMpN5bCp5BiMYsZSR8QTZlOxyXhhy50ZJUnZbUDhKUlgbPwRQCh9DnJRtk6xlHUmBDqsDVNItI0lxU/G/0iuI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=j/Llr7Om; 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="j/Llr7Om" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 48232C4CEC3; Wed, 9 Oct 2024 22:59:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728514762; bh=+hV9ctvyE/5w7nQBVOLafrusMSwAuRpOy+IJ31YSq6o=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=j/Llr7Om47okBfrDjzOJvoH2+dab946xBe1qYAGDdj6+CoSsyeJ4yoSsUa3jPl0Rd mUmVOdIjQeRt5Z+Cpm+eZVUOtOP4itHJijvlihxYM1XP6vGjPvBQrqNvXOvkuBlt90 Yh/7vWMyTL0N4ekz9RVRmgZz+AdCx2BnqWeaG9ftiOfptNSsJiZcn87Qm1pYdpcVqs Shgun+9xNCkabBmLqq7DepYB7UNlQWN9otwaeHQ3kkna7A7hjAzMLV9DUSlvHuIdrc 7BOU//xDSeeu93meZrXBrIOwEZtoVt2QjdNuMPeXkNOyJINpZri8X3J/OYktkQWM/P LwQqWgK/iolng== Message-ID: <8e4d80ebeb8400d27f1ccd88716bc99a.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20240911143429.850071-2-fshao@chromium.org> References: <20240911143429.850071-1-fshao@chromium.org> <20240911143429.850071-2-fshao@chromium.org> Subject: Re: [PATCH v3 1/8] dt-bindings: spmi: spmi-mtk-pmif: Add compatible for MT8188 From: Stephen Boyd Cc: Fei Shao , Rob Herring (Arm) , Conor Dooley , Hsin-Hsiung Wang , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org To: AngeloGioacchino Del Regno , Fei Shao , Matthias Brugger Date: Wed, 09 Oct 2024 15:59:20 -0700 User-Agent: alot/0.12.dev1+gaa8c22fdeedb Quoting Fei Shao (2024-09-11 07:33:54) > Add compatible string for the SPMI block on MT8188 SoC, which is > compatible with the one used on MT8195. >=20 > Acked-by: Stephen Boyd > Acked-by: Rob Herring (Arm) > Reviewed-by: AngeloGioacchino Del Regno > Signed-off-by: Fei Shao > --- Applied to spmi-next