From nobody Wed Nov 27 21:44:26 2024 Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) (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 0B6931C1AAE; Tue, 8 Oct 2024 10:29:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.196 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728383393; cv=none; b=D4wgrWuoqoVSy8JDiTGkJBACRyJIkFS1k/zOKBdp6cvG0fUGG5EGHZJSBAksZgE6f6ABP1ElCVAkyd8TAVDiZi5HOiSXUSgDouiIuWa8K1VTaQZHeBHJeCefUX8gdWBH37RKiIfoGYXs1Yii85Kt13zyD+dn52yKwOXARoo4RJw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728383393; c=relaxed/simple; bh=E8U5ywKHA7RII0hZ6fp0xnBM2/duucRWxOJaacJLjjs=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=l026RscLRbiRZk4wG+kiBgTj1TT3h0cZueW2ql2nQyMV6YVZHtiiCWdPFv7gl6RNOgewpCDnZyAPwIKxpwUlRjYuyElPKTiX+EYpI3wPKBVrSkec0bnk+4IuJaHl/ZijewFpvP1+6k8TgefXfOiEHORQ3W8vu015Spn1sYdY328= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=gysUT255; arc=none smtp.client-ip=217.70.183.196 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="gysUT255" Received: by mail.gandi.net (Postfix) with ESMTPSA id 0A543E0009; Tue, 8 Oct 2024 10:29:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1728383383; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TR8qB9Wj3SH6OZiX7hyLNJZLZAv2j1QAmz9eBH+4ZT0=; b=gysUT255hTlgRdYTsqiTXxRtEKvdsAtbZDl+JUWBOYfD0+i+syghFsYTHB9P9Pz9pkrseg PRYZQCA1qHF0Q/Pz+ntU8HcLSq2itFv+bdK5Yhec9qkpbKNKzU6WZUQ6TVoPabX/gqekzK be1BwZo1g+/SM8QSFocOA5EpcB+sokifUCNG6Dn1DOoW98A9YYtDO4hKGA1Axb6wZaKJWG hRyyMjyjjZSE9J2nIb8igUfXujQ+dB/BaJFlrwhv6qiqq9FRqwIgTxyLyfeSAXherYPTdU w4mXnv9ctMW4C+3HJs+Yi8pWdzKYPhYTKFZIZqkSl+XR/MXcOqnr+LmY265I+g== From: =?utf-8?q?Th=C3=A9o_Lebrun?= Date: Tue, 08 Oct 2024 12:29:40 +0200 Subject: [PATCH 1/4] dt-bindings: i2c: nomadik: add mobileye,eyeq6h-i2c bindings 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-Transfer-Encoding: quoted-printable Message-Id: <20241008-mbly-i2c-v1-1-a06c1317a2f7@bootlin.com> References: <20241008-mbly-i2c-v1-0-a06c1317a2f7@bootlin.com> In-Reply-To: <20241008-mbly-i2c-v1-0-a06c1317a2f7@bootlin.com> To: Linus Walleij , Andi Shyti , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Vladimir Kondratiev , =?utf-8?q?Gr=C3=A9gory_Clement?= , Thomas Petazzoni , Tawfik Bayouk , =?utf-8?q?Th=C3=A9o_Lebrun?= X-Mailer: b4 0.14.2 X-GND-Sasl: theo.lebrun@bootlin.com After EyeQ5, it is time for Mobileye EyeQ6H to reuse the Nomadik I2C controller. Add a specific compatible because its HW integration is slightly different from EyeQ5. Do NOT add an example as it looks like EyeQ5 from a DT standpoint (without the mobileye,olb property). Signed-off-by: Th=C3=A9o Lebrun --- Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml b/Do= cumentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml index 44c54b162bb10741ec7aac70d165403c28176eba..72ecb6efa733f7878bd807df277= bfc13153bf71e 100644 --- a/Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml @@ -22,6 +22,7 @@ select: enum: - st,nomadik-i2c - mobileye,eyeq5-i2c + - mobileye,eyeq6h-i2c required: - compatible =20 @@ -38,6 +39,9 @@ properties: - items: - const: mobileye,eyeq5-i2c - const: arm,primecell + - items: + - const: mobileye,eyeq6h-i2c + - const: arm,primecell =20 reg: maxItems: 1 @@ -54,7 +58,7 @@ properties: - items: - const: mclk - const: apb_pclk - # Clock name in DB8500 or EyeQ5 + # Clock name in DB8500 or EyeQ - items: - const: i2cclk - const: apb_pclk --=20 2.46.2