From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0A79C433EF for ; Tue, 14 Jun 2022 07:49:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239351AbiFNHtR (ORCPT ); Tue, 14 Jun 2022 03:49:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354892AbiFNHsy (ORCPT ); Tue, 14 Jun 2022 03:48:54 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE5623ED1F; Tue, 14 Jun 2022 00:48:53 -0700 (PDT) Received: from pendragon.ideasonboard.com (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 47F6F2F3; Tue, 14 Jun 2022 09:48:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1655192932; bh=Lmf29ePnN/ox7ZxVM/I+rH4S0NOUHlQzJaAr7gUZsQc=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=TmAEmD/yOrHJok/214AN8WAC36wyZHgPAVFkU6Q8OpY8LiorXGuaneZEtRerLf4p5 0M2QNCg4V0icvw2wO3q6yKYNnfMVWRL8vmx6M8ke1x6PNyh2yoZ6xy1aPrLNJogjyw FiMgIk0E5/QNVx9UPb8Ba0ynUSHDJAYKL5iZhVKI= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220607134057.2427663-2-bryan.odonoghue@linaro.org> References: <20220607134057.2427663-1-bryan.odonoghue@linaro.org> <20220607134057.2427663-2-bryan.odonoghue@linaro.org> Subject: Re: [PATCH 1/2] media: dt-bindings: imx412: Add imx577 compatible string From: Kieran Bingham Cc: dmitry.baryshkov@linaro.org, konrad.dybcio@somainline.org, andrey.konovalov@linaro.org, Bryan O'Donoghue To: Bryan O'Donoghue , daniele.alessandrelli@intel.com, devicetree@vger.kernel.org, jacopo@jmondi.org, linux-media@vger.kernel.org, mchehab@kernel.org, paul.j.murphy@intel.com, sakari.ailus@iki.fi Date: Tue, 14 Jun 2022 08:48:49 +0100 Message-ID: <165519292991.2106738.7053584318305411054@Monstersaurus> User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Bryan, Quoting Bryan O'Donoghue (2022-06-07 14:40:56) > The Sony IMX577 uses the same silicon enabling reference code from Sony in > the available examples provided. >=20 > Add an imx577 compatible string to allow for chip differentiation and > accurate description of hardware in dts. >=20 > Signed-off-by: Bryan O'Donoghue Reviewed-by: Kieran Bingham > --- > Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) >=20 > diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml= b/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml > index 26d1807d0bb6..d1561841ccbc 100644 > --- a/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml > @@ -19,7 +19,10 @@ description: > =20 > properties: > compatible: > - const: sony,imx412 > + items: > + - enum: > + - sony,imx412 > + - sony,imx577 > reg: > description: I2C address > maxItems: 1 > --=20 > 2.36.1 >