From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 A295E39341F for ; Tue, 13 Jan 2026 15:43:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768318996; cv=none; b=Mgi8r63Yn0o8XXKtuF+GfR0RbIzngck+6qYCTgQJLxf3sq12Sj73hDTE3bveegfNmxfNWnq85wawBebDkTCe8Tp7FMffZWKbG8vKLsKGC5nLR0refg892H9ib/3nnbgz7uY+GfEY0kqkJw84qsvN8LnTutgKahlRZoMfZ82eZuU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768318996; c=relaxed/simple; bh=trdjpNRuyKh0ijGhouOP8ESYRszym+iNK1WKErLYUac=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=iPLk+yCguF6fQF3ENciithZEDA856RCoiyEKlneTHL78/dsXmnRyBbrPEVtpB++LC27/UZm3vhd6DUj259bpK3Z92iIfY5QxOfm1gWPPoiyWuKAwn9nOH9MC1HSeb2lAfELlDdI7AtU+N2CQLrowQaEkpp1M+6DfQjgZnrWh9ug= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=jpyHEriD; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="jpyHEriD" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=k1; bh=H4v5 yccwRnwyIzZU/tOnqVXFj3q694NbnMlwjQYPU+o=; b=jpyHEriDOxxkOWuXWpbW IrP0PnzWN3ZKbELaYIvtoeAsRsZj3qdM5nPrjqDPKyutPRMHimEsAGH6+iTcUyN/ VbAYVbXt/7ZJNKE+v3qOUESwivRmRM6+ZDTuYfPHnBEHEr4lfGaJOApwV4aHRMXT ub4ClZPYxsGKRTa5VHIP+q7/qnZjerxMrkK5o5JzRPQm08J3tPvn9xoiLnpfob92 yR2W7GMV3kZIsQSTqtNlIHG9jyw1IG67ULyDOWhVrEFEoeamk03JwRoKe7kdWXuJ SbWqjl7LzBThyJw8MWCg6W3uVIQeQNv2MsRcc7L40ochGYfvkCsigu4HmG6udvP9 mg== Received: (qmail 1758506 invoked from network); 13 Jan 2026 16:43:12 +0100 Received: by mail.zeus03.de with UTF8SMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 13 Jan 2026 16:43:12 +0100 X-UD-Smtp-Session: l3s3148p1@24lj2UZIXocujnvx Date: Tue, 13 Jan 2026 16:43:12 +0100 From: Wolfram Sang To: Louis-Alexis Eyraud Cc: Qii Wang , Andi Shyti , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , kernel@collabora.com, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH] dt-bindings: i2c: i2c-mt65xx: Add compatible for MT8189 SoC Message-ID: References: <20251030-mt8189-dt-bindings-i2c-v1-1-5b60914c6453@collabora.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=us-ascii Content-Disposition: inline In-Reply-To: <20251030-mt8189-dt-bindings-i2c-v1-1-5b60914c6453@collabora.com> On Thu, Oct 30, 2025 at 08:56:29AM +0100, Louis-Alexis Eyraud wrote: > Add compatible string for MT8189 SoC. > Its multiple I2C controller instances are compatible with the ones > found in the MT8188 SoC. > > Signed-off-by: Louis-Alexis Eyraud > Reviewed-by: AngeloGioacchino Del Regno > Acked-by: Conor Dooley Applied to for-next, thanks!