From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) (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 E003F37881E; Mon, 11 May 2026 09:31:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.251.105.195 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778491891; cv=none; b=D8xthFE3jWOwDYqn1P4FWjrNpGlID7jvT9FL0KHddytIMIVpd9B1DT1pkcCrpeRmt6IguoG+zq/LvksuiCUInrXNS8kxlZhhTMtYI0aNKjXjTBxjSRSsbjGXMnWXnJypGfN7+XKQ8czcaJu17zB7Eo3do25iECUnAFCy9ubCDMg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778491891; c=relaxed/simple; bh=nvTUNLnx9vUQ7AVLQ9mpVIHJVwNY1VmyH0f8WzQiWrw=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Yp/PX8ojZ/vxmNTLdzC31g9MBtwPDazG+Pt4/26cTTHRGiUPzsR0uBkwa2XKSAtQEwPsYmAszEp0o3aX3igFnFlvyF3xLzCWxSYq5pEtMZih+/nfGUXWNVRApqFKxoB1Z4J/Q4GY6iyaZ7VANtLwzroglhdkUl2SdIPvKDhuapY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com; spf=pass smtp.mailfrom=collabora.com; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b=NURSKGnY; arc=none smtp.client-ip=148.251.105.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="NURSKGnY" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1778491888; bh=nvTUNLnx9vUQ7AVLQ9mpVIHJVwNY1VmyH0f8WzQiWrw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=NURSKGnY1+wvzAV1y+sFWvgNRH55eIYD6SGtU3lrYGDzMxEHAZ/I3hxsCfqBq51KH nOdC+OxdDQyBJHp9V1ZZD89oqGKCje8peM+kSqFESZ6WcI1zagmOl5Lu7spvSlfWeq Qk5wn1DdFRczqyWVpSGMqFa5vZj0mIgeYjjAgZ/rUb90WK+0W5AZzVcRVjwH7QLYJP bgMHUUd5xE/cPI9IezhfHeOpUYF4CPTTaaINTB4Rp9nPIYvgyvPExSYsvW6UhXgQxQ 8pskSBERlEaZ9XEu6jNrbqe2sEzgn+69F5VcRtIkjU8ukl7aosvo7qnePTf3Tt+0QY 06Q2x+Xhj/0XA== Received: from [100.64.1.21] (unknown [100.64.1.21]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by bali.collaboradmins.com (Postfix) with ESMTPSA id 8E57C17E0698; Mon, 11 May 2026 11:31:27 +0200 (CEST) Message-ID: <3f666523-15bf-482e-a9ea-085883b3d838@collabora.com> Date: Mon, 11 May 2026 11:31:27 +0200 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 1/3] regulator: dt-bindings: mt6360: add buck regulator supplies To: Louis-Alexis Eyraud , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , Liam Girdwood , Mark Brown , Gene Chen Cc: kernel@collabora.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org References: <20260414-mtk-g1200-pmic-cleanup-v1-0-2a7193ed4e93@collabora.com> <20260414-mtk-g1200-pmic-cleanup-v1-1-2a7193ed4e93@collabora.com> From: AngeloGioacchino Del Regno Content-Language: en-US In-Reply-To: <20260414-mtk-g1200-pmic-cleanup-v1-1-2a7193ed4e93@collabora.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 4/14/26 13:44, Louis-Alexis Eyraud wrote: > MT6360 PMIC provides 2 buck and 6 ldo regulators, that have each one a > separate supply. > Currently, the supplies for the ldo regulators are described in the > dt-bindings but the ones for the buck regulators are not. > > Add the descriptions for these missing supplies. > > Signed-off-by: Louis-Alexis Eyraud Reviewed-by: AngeloGioacchino Del Regno