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 B57413B27D0; Mon, 11 May 2026 09:25: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=1778491531; cv=none; b=hfW2CA+Z1iSsCslf42/AnVzG7a7dR+W8fpuiip+/TsG4S27ap7UKNXtnclzIdY23ZDp+A+oF3T0Mx143mWkOnMCfZclVQQRg2k+tScKnWysbbMJasHzt9qctq+07+UIxJpamJBFUTYnGT6tglXtIgzCo/ZjQJbSxqocar7xzMFI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778491531; c=relaxed/simple; bh=pO/xrPSg65FYo/gA2pRRqpmuvg9jN8z+/J7WeN3Kn6E=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=eh6wEpkAD+mAsXSyjdteqDtJm5MZGZ04HkF3+zcDHadN1u6Tirx/z+dN4zV+5EmuK/ZVb4vR4nJtnMxTkEybm/B429OH7d8NoHK/HSKV/gWeSvE3Pww+ByXwy1/jY8Ts2Rf+jsZU5G0O+DAK/E3hoO9iLyQYtCs4hS68/QJ0FfA= 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=LrM0grUD; 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="LrM0grUD" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1778491527; bh=pO/xrPSg65FYo/gA2pRRqpmuvg9jN8z+/J7WeN3Kn6E=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=LrM0grUDkRHlaY9gpXL0GF6fUb9FprNGIxJP6Lp6kB4aDWgC89gHTprnaKvxgyaLm RBdWrpd7te9oxavQobVegnCxs3IV37LX9n8wVZ57j0u99Hq7XmFFkvWBjHPRjz/7iZ 9tr9inuglXvvcBy66acZN4y5XoX2RTkRbPyhfxIMRmJg5T20NCgAfLeWaMfWZs0TBD IERHmfvvZLvQhui3laF7/hDxqn8erZ4teqxCh/cET1H6OBKzum0DjbWvZw9fYTgj5m HdGBHB5ZVG0pkNV0pJtSgWcq12e5fn1r0DokGNP/gShjBFJw6qFS+/179xfUPq9tWR ml9uqndWWb93g== 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) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by bali.collaboradmins.com (Postfix) with ESMTPSA id B6C7517E12E5; Mon, 11 May 2026 11:25:26 +0200 (CEST) Message-ID: Date: Mon, 11 May 2026 11:25:26 +0200 Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 4/9] dt-bindings: iio: adc: mt6359: Add MT6365 PMIC AuxADC To: Louis-Alexis Eyraud , Sen Chu , Sean Wang , Macpaul Lin , Lee Jones , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , Dmitry Torokhov , Chen Zhong , Jonathan Cameron , David Lechner , =?UTF-8?Q?Nuno_S=C3=A1?= , Andy Shevchenko Cc: kernel@collabora.com, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-input@vger.kernel.org, linux-iio@vger.kernel.org References: <20260429-mediatek-genio-mt6365-cleanup-v1-0-6f43838be92f@collabora.com> <20260429-mediatek-genio-mt6365-cleanup-v1-4-6f43838be92f@collabora.com> From: AngeloGioacchino Del Regno Content-Language: en-US In-Reply-To: <20260429-mediatek-genio-mt6365-cleanup-v1-4-6f43838be92f@collabora.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 4/29/26 11:44, 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 Reviewed-by: AngeloGioacchino Del Regno