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 410DA472792; Wed, 6 May 2026 15:32:53 +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=1778081573; cv=none; b=KSMKaRtbv0nRK43e5wNcXL8AvKJh7K5yd6VCqL8Rg3ACr9oQ0kv7jVe0x1jFAh+GCoT5KoXfzSLZY71UC0JvzW444K56nRxVJYwwirvxzY1j5giBjRQG0wlMd7N39H/6rtS7DtqeEUR1LgBlHGLz+RwvHUM6M/Rr5Fjd5ojLNzU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778081573; c=relaxed/simple; bh=zum1bFqqE6ET+3OdOi3NoPnuFsNs2Tr0kQTqHlVTzt0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Fg3zkF1Z3vLAG8NEUtV9uQJ5180Qx3/aovv8fxEENrO0wEZSsZPsEkt7fMYgLXuLZKknj725aZSrPylLtT6ShyMMX4OR7gI9YpRp9ENxnZhfDP2e+YRLR9hvfy/Xd+STPzS39pcBOB7FltSNH98/UDcJbDd4gq5sIM/1sY7kf+w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=P8XGCe6g; 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="P8XGCe6g" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 57EB1C2BCB0; Wed, 6 May 2026 15:32:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778081572; bh=zum1bFqqE6ET+3OdOi3NoPnuFsNs2Tr0kQTqHlVTzt0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P8XGCe6gMwHVbCWcAz9IfUGA84Ywlch3e6oZInGSI/VOxy30IX2AGUvHGpGVSlx/4 COQjCrKt1bZ6ZDyDSXCqUA89htROrN9FPQ3Iwvc75rz8Xsg3YV9Q71ZU/LryusajXh Cu5o6cNLesDic+osa8bTG7bAi3Pn4UV1he710HLCg1m2vkiMHC8u6V9rZH4RuE5aQx rMhxNdEbSNhwOUHtxT2Vi/F6yGcJXRi5fd0GqOtQFBf3rKb1Zsum8T0Qiov48vP2ZK 7TRPhUjPGGoK0nPjgodOh6pa09n7QvM8Ix+/pKRvr29rUe6stlKhJxb6oe/2HTw4ef /0G4v5Y3pFu4A== Date: Wed, 6 May 2026 10:32:50 -0500 From: "Rob Herring (Arm)" To: Louis-Alexis Eyraud Cc: AngeloGioacchino Del Regno , Dmitry Torokhov , Nuno =?iso-8859-1?Q?S=E1?= , kernel@collabora.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Chen Zhong , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, Sen Chu , David Lechner , Jonathan Cameron , Matthias Brugger , linux-iio@vger.kernel.org, linux-input@vger.kernel.org, Lee Jones , linux-mediatek@lists.infradead.org, Sean Wang , Andy Shevchenko , linux-pm@vger.kernel.org, Conor Dooley , Macpaul Lin Subject: Re: [PATCH 4/9] dt-bindings: iio: adc: mt6359: Add MT6365 PMIC AuxADC Message-ID: <177808157001.2166222.1416480244789545684.robh@kernel.org> References: <20260429-mediatek-genio-mt6365-cleanup-v1-0-6f43838be92f@collabora.com> <20260429-mediatek-genio-mt6365-cleanup-v1-4-6f43838be92f@collabora.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260429-mediatek-genio-mt6365-cleanup-v1-4-6f43838be92f@collabora.com> On Wed, 29 Apr 2026 11:44:17 +0200, Louis-Alexis Eyraud wrote: > Add compatible string for the AuxADC block found on the MT6365 PMIC, > that is compatible with the one found in MT6359. > > Signed-off-by: Louis-Alexis Eyraud > --- > .../bindings/iio/adc/mediatek,mt6359-auxadc.yaml | 17 +++++++++++------ > 1 file changed, 11 insertions(+), 6 deletions(-) > Acked-by: Rob Herring (Arm)