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 7EA39380; Thu, 28 Mar 2024 21:01:04 +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=1711659664; cv=none; b=fynsDE2T3SDA9gWZsw6+FBcZIYV+n6HVGyx4oe/pTNrVR4wVmiyB7EszK1iO3P5csZWZAyYnEzGUWfNFKg9JsJDvutSfXKYyp77DcUNmS1fZ/P7+cMR6M/OMCURDI1/yj2Q3NOI12MJdkfrc4SbxynJ8d13gB+9rWk93wAHO1zw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711659664; c=relaxed/simple; bh=s87B919J/IE988PjAPhqMvTH41tTdROEkf+az6h6LiY=; h=Date:Content-Type:MIME-Version:From:To:Cc:In-Reply-To:References: Message-Id:Subject; b=ePhVffVEEilzepzh4cPzVN01uiMs9SaTTF7MyAAOt3eFBBH5JipNGaw2tMWU7RN6CWuNfCc+uKAO1ty0hLyipValn5NoJXeh1g/Hf0isSjft974ZnlAKDqfUZXGrCAZZwvCoydO8FU1Cld59EISzEm8/bCbsUrHSvrFfY6kNnl4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=diHMXmWj; 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="diHMXmWj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D9963C433F1; Thu, 28 Mar 2024 21:01:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711659664; bh=s87B919J/IE988PjAPhqMvTH41tTdROEkf+az6h6LiY=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=diHMXmWjisB0rrKfVKpzn+Xqv27dlxAYzkHVq/gL+zM27vwGRJgf7MftmssCwx78Q l9Xt4C+J98a7QXotzvU+54TrJISxAAlr2TNdBSzqCpSIqv+CJBetHBGQiiVJd+9fmV /99eJBsUTKyKoxUalYXwyyJfFNYA6FEm0X34xHfzUVG2zpveiYRkc/iNuRP95hPwJ9 byhVETM9RfEcjZedDvt5V8QlCp+1Wiv8jqL0KNEgysfYQ6yqy3uIRdKjPSyYYXWPeB E87FA5EA/+Bc6zYRQuD+UEjdMmBWw5Q+e2PZ27GRDP03MCSzSbkciIpVntHUYW/wFY B7XQ/eOvHnrAw== Date: Thu, 28 Mar 2024 16:01:02 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Rob Herring To: Fabio Estevam Cc: Fabio Estevam , linux-arm-kernel@lists.infradead.org, sakari.ailus@linux.intel.com, stable@vger.kernel.org, hdegoede@redhat.com, devicetree@vger.kernel.org, shawnguo@kernel.org, conor+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org In-Reply-To: <20240328151954.2517368-1-festevam@gmail.com> References: <20240328151954.2517368-1-festevam@gmail.com> Message-Id: <171165955888.338117.15736314486472326706.robh@kernel.org> Subject: Re: [PATCH] ARM: dts: imx7s-warp: Pass OV2680 link-frequencies On Thu, 28 Mar 2024 12:19:54 -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Since commit 63b0cd30b78e ("media: ov2680: Add bus-cfg / endpoint > property verification") the ov2680 no longer probes on a imx7s-warp7: > > ov2680 1-0036: error -EINVAL: supported link freq 330000000 not found > ov2680 1-0036: probe with driver ov2680 failed with error -22 > > Fix it by passing the required 'link-frequencies' property as > recommended by: > > https://www.kernel.org/doc/html/v6.9-rc1/driver-api/media/camera-sensor.html#handling-clocks > > Cc: stable@vger.kernel.org > Fixes: 63b0cd30b78e ("media: ov2680: Add bus-cfg / endpoint property verification") > Signed-off-by: Fabio Estevam > --- > arch/arm/boot/dts/nxp/imx/imx7s-warp.dts | 1 + > 1 file changed, 1 insertion(+) > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade New warnings running 'make CHECK_DTBS=y nxp/imx/imx7s-warp.dtb' for 20240328151954.2517368-1-festevam@gmail.com: arch/arm/boot/dts/nxp/imx/imx7s-warp.dtb: camera@36: port:endpoint: Unevaluated properties are not allowed ('clock-lanes', 'data-lanes', 'link-frequencies' were unexpected) from schema $id: http://devicetree.org/schemas/media/i2c/ovti,ov2680.yaml# 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 46801CD11DD for ; Thu, 28 Mar 2024 21:01:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Subject:Message-Id:References: In-Reply-To:Cc:To:From:MIME-Version:Date:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=FFEXqs2XUdYm7STERD9HBW4Xrtk0o31yQMeaf+iGU/4=; b=kiulmk5qVABu8veHcSMUpctpYx PQBzvffDRYf4m183YGVpE8zt26tUU48MB48ARi7JkubbqpoL3clB0zeixquPnnSHygds9ThLuE2+v mX1n1hwOZrRUHCQpYZbe0ETgmCg4uYJq4kAK3/X1sY3Cs6v0e9lUKccxVov12eKsO/958YsNQ90TL iFvZwz9ETjxyeHVX+lxXadNCPch6x41KoLraFbf9Xp4QBOZFiEzr+rM6ndJfedCWtkv5Am+bLBY7K f4tg5j9CpOR0Lo9ZDIpwCnQ24485WkSEeS9se5TUXBhl3lCxEStqVHaDUzN21VRnTLe1yBjfQ4BCY Y5PXtAAw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpws4-0000000FhGb-3i3C; Thu, 28 Mar 2024 21:01:12 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpwry-0000000FhEq-3wSj for linux-arm-kernel@lists.infradead.org; Thu, 28 Mar 2024 21:01:11 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id CF791CE2D08; Thu, 28 Mar 2024 21:01:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D9963C433F1; Thu, 28 Mar 2024 21:01:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711659664; bh=s87B919J/IE988PjAPhqMvTH41tTdROEkf+az6h6LiY=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=diHMXmWjisB0rrKfVKpzn+Xqv27dlxAYzkHVq/gL+zM27vwGRJgf7MftmssCwx78Q l9Xt4C+J98a7QXotzvU+54TrJISxAAlr2TNdBSzqCpSIqv+CJBetHBGQiiVJd+9fmV /99eJBsUTKyKoxUalYXwyyJfFNYA6FEm0X34xHfzUVG2zpveiYRkc/iNuRP95hPwJ9 byhVETM9RfEcjZedDvt5V8QlCp+1Wiv8jqL0KNEgysfYQ6yqy3uIRdKjPSyYYXWPeB E87FA5EA/+Bc6zYRQuD+UEjdMmBWw5Q+e2PZ27GRDP03MCSzSbkciIpVntHUYW/wFY B7XQ/eOvHnrAw== Date: Thu, 28 Mar 2024 16:01:02 -0500 MIME-Version: 1.0 From: Rob Herring To: Fabio Estevam Cc: Fabio Estevam , linux-arm-kernel@lists.infradead.org, sakari.ailus@linux.intel.com, stable@vger.kernel.org, hdegoede@redhat.com, devicetree@vger.kernel.org, shawnguo@kernel.org, conor+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org In-Reply-To: <20240328151954.2517368-1-festevam@gmail.com> References: <20240328151954.2517368-1-festevam@gmail.com> Message-Id: <171165955888.338117.15736314486472326706.robh@kernel.org> Subject: Re: [PATCH] ARM: dts: imx7s-warp: Pass OV2680 link-frequencies X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240328_140110_150141_24DD749D X-CRM114-Status: GOOD ( 12.28 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 28 Mar 2024 12:19:54 -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Since commit 63b0cd30b78e ("media: ov2680: Add bus-cfg / endpoint > property verification") the ov2680 no longer probes on a imx7s-warp7: > > ov2680 1-0036: error -EINVAL: supported link freq 330000000 not found > ov2680 1-0036: probe with driver ov2680 failed with error -22 > > Fix it by passing the required 'link-frequencies' property as > recommended by: > > https://www.kernel.org/doc/html/v6.9-rc1/driver-api/media/camera-sensor.html#handling-clocks > > Cc: stable@vger.kernel.org > Fixes: 63b0cd30b78e ("media: ov2680: Add bus-cfg / endpoint property verification") > Signed-off-by: Fabio Estevam > --- > arch/arm/boot/dts/nxp/imx/imx7s-warp.dts | 1 + > 1 file changed, 1 insertion(+) > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade New warnings running 'make CHECK_DTBS=y nxp/imx/imx7s-warp.dtb' for 20240328151954.2517368-1-festevam@gmail.com: arch/arm/boot/dts/nxp/imx/imx7s-warp.dtb: camera@36: port:endpoint: Unevaluated properties are not allowed ('clock-lanes', 'data-lanes', 'link-frequencies' were unexpected) from schema $id: http://devicetree.org/schemas/media/i2c/ovti,ov2680.yaml# _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel