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 97FCC1D5170; Mon, 23 Feb 2026 13:44:40 +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=1771854281; cv=none; b=mpypLhYEk2sFmrP3kmxV5gGAksXdXNKeRFeCRHYLcNLOYgIG3R5IjLBdD3qUSdS3FAcdRJ6aEdzlbqVCz7a2m1jQnHCrxO3WGIZUl5jC76RA8JaZUTgzU8l8h9/eMxdO61Z5L0wKz2Y7fwfQETEqA65W587AoFffeYWzZKO4Jm0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771854281; c=relaxed/simple; bh=acMrGJNdojnzZ6jicbdncch2AzpkhBiFzlmsdz3QkPo=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=G5OJiZLx5P6iffczA7ecJ8eRMUu+YMCY18zSYYR0DohvClB0Ijl5NI7lL+aHzE1yCN07Hl0wWzBQpPoxnWafSRhgFcd9Z/fNmgCm2+ZPjSqr2R5lqyUNZp32h1nxJKS1/PjQFN8K/wS3tKgwh0yrELBBeBVqhw7zM8Dr8cPNDkk= 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=Vd7OLWX8; 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="Vd7OLWX8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1771854278; bh=acMrGJNdojnzZ6jicbdncch2AzpkhBiFzlmsdz3QkPo=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Vd7OLWX8Dc+Jh5op1aOlT/jS9Tv3AqwTrgGspy28Lr1Hdb84hQxzeyP0TxZVhGRdd vQsMl/Ndvb6U4cNDCZvLBFiXagTI9sgpQhsDZ9zy/4YssDuf1Y7zbbfUmDi3SmnUzR 6zKF6hRoDNA36EZENTeizb+spvgdhudrAt8tOJiBQbfg9vhu+uOBNTpeWINWJV86mC qCo1Xd10VylZovA5RBP0OW45IQQRNMnJs0z9c7sO6LIB6nMRhCfEnVlZibIN6+QwCr 84rwVmAY0ab+52lSE8siQlir1P8fiqUVfySKPFzcSXynLZrccysINCG8NeQjn80Uiy UlUeEeUhk+wAw== Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by bali.collaboradmins.com (Postfix) with ESMTPSA id 6D04B17E04C4; Mon, 23 Feb 2026 14:44:38 +0100 (CET) Message-ID: <663a0322-1a9b-45e7-9233-93592878bbaa@collabora.com> Date: Mon, 23 Feb 2026 14:44:37 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 1/2] arm64: dts: mediatek: mt6359: give regulators unique names To: David Lechner , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , Liam Girdwood , Mark Brown , Hsin-Hsiung Wang Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org References: <20260219-mtk-mt6359-fix-regulator-names-v1-0-ee0fcebfe1d9@baylibre.com> <20260219-mtk-mt6359-fix-regulator-names-v1-1-ee0fcebfe1d9@baylibre.com> From: AngeloGioacchino Del Regno Content-Language: en-US In-Reply-To: <20260219-mtk-mt6359-fix-regulator-names-v1-1-ee0fcebfe1d9@baylibre.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Il 19/02/26 23:55, David Lechner ha scritto: > Change the regulator-name properties to be unique for all regulators. > U-Boot cannot handle duplicate names. > > Signed-off-by: David Lechner Okay, makes sense. Reviewed-by: AngeloGioacchino Del Regno