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 334061D555; Fri, 20 Feb 2026 07:51:36 +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=1771573896; cv=none; b=Kfns3EAI8H5XyIpUqjAMhGLUN6dVwCu40KaR0LmMl10kKvm1zpZdbYSd7w+XsuNpGwDU6ikb4GFSG2RpKPn1QqZ0/dTcY4k4rmgDkDq45Z30SCxR5MOZd2zF8md1sXGql/5cYI3jAC+7VoSEWi6lSyBxM+6MgSvfrjz5HvZy5nc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771573896; c=relaxed/simple; bh=8BzeL6OtW1xxqVp2So7EwtUL67QY4V4CLXtCVdlFdxc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=lub9PJB76PCOAWhxpDacKrKM9DAldK+tpTdTp1UWPynAJoPZdyglhHj8ayEyv4C4RiHbEFTtTm5xzOR2Flm+2/RMxVuDkc2XLJLalVMrJu5JzaQ1n/L7zO7qDAWlwZjcZ8cpr1GIsvgEakYehiz34PEmdhewOfQIHcXXtuVFgFs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=iVA3/mir; 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="iVA3/mir" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 72DCDC116C6; Fri, 20 Feb 2026 07:51:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771573896; bh=8BzeL6OtW1xxqVp2So7EwtUL67QY4V4CLXtCVdlFdxc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iVA3/mirqgpBxJmHFHRCJfTR3WchRt6JDx56pu/c0fhaRRaQHhLv1cs91yoCh7SLT iQxgk+fihDthjWCJVWHPZcfXMBFdZk1SYRLxG3JgbonusxmJttgelxUbJvnqbrC3o7 fTNarmpKj6OfBwst6A4NcbFmoqDtz5jf7ZIj7Va4cGJrTzLKZLur5qtBMGGymEljxw Jt4q3IuYFT8sCNgw2p+TGrjNoy3KCrkuNTyqTlRaAR5zJQJLXn1sAd31ScHU8Is8K+ qvRY9cc2Tb8iNCgmhi7XW7gnnEfrcM+ea4oCx8hnE/L/Ip96ICEQ0aBB5ovq1k/fZu m8yah7z2u4khQ== Date: Fri, 20 Feb 2026 08:51:33 +0100 From: Krzysztof Kozlowski To: David Lechner Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Liam Girdwood , Mark Brown , Hsin-Hsiung Wang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH 2/2] dt-bindings: regulator: mt6359: make regulator names unique Message-ID: <20260220-bizarre-tricky-stingray-94db2b@quoll> References: <20260219-mtk-mt6359-fix-regulator-names-v1-0-ee0fcebfe1d9@baylibre.com> <20260219-mtk-mt6359-fix-regulator-names-v1-2-ee0fcebfe1d9@baylibre.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260219-mtk-mt6359-fix-regulator-names-v1-2-ee0fcebfe1d9@baylibre.com> On Thu, Feb 19, 2026 at 04:55:30PM -0600, David Lechner wrote: > Update the example devicetree with unique regulator names for all > regulators. This reflects the same change made to the actual .dtsi file. > > Signed-off-by: David Lechner > --- Subject: regulator > Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Krzysztof Kozlowski Best regards, Krzysztof