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 CA0311BC3F; Wed, 14 May 2025 22:11:20 +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=1747260680; cv=none; b=tITn/iENrayVoXfmJcvdOZbN9pBPHvZHpzx35pATFfrZ4GGFDDyAQ2b6aDnydAXU9Nz6K8Dk2TIhNrCfcarKeCOGeG4QvqlVAVnPkav8NtbWfPv9MWYMzBmiJvRpd3r9BUlJHR48Wek34+FcgdEztO6Eeyt41agJCUFU7CLbjrQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747260680; c=relaxed/simple; bh=4UaJQCgd2hT5pkJkwrytXoNgO3X8wC20SnyuDVFYARo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oH/CD1xQjKqlv4smQWN+DwI1Bkg4C7NOgAy4CY9Yr1PR0BWSfyUPF5QZ68Vl8FJLcrcY/3SsTX/F+h4iPVt8f75zRcGhJdf1YqmegVowC9nVW3hsUhXc+jfTIHKcuhAR74+KZ7rm8gYIwpzz0lqpQjss9y1P+0A2/58v6GeAsFo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=t8oD9goZ; 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="t8oD9goZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E1F6EC4CEE3; Wed, 14 May 2025 22:11:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747260680; bh=4UaJQCgd2hT5pkJkwrytXoNgO3X8wC20SnyuDVFYARo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=t8oD9goZh6UuqsEju1LgX/cz+3etVU8bQZmK9BDGxyt3kRth1HC0B+pIwW0WKX/+q bavDuMc7udEHHdAp0xK4POoX7khNWR2RmN1jWJHoH+XJzEv5J2cmgFIbzjACMCmV6i ubs8GS1TwunKmx3Q0tz8Lu1BFyRBE2mqptFwaMu/Locchb2fwmOBO7QyaVGsEt5F1g pcNbcOxIblc7uacp+8QSW2nT7WhwEIAcBIcBYkGtgf2IEb0h6uRM48x8PqNNdeNV7o JhyVpUag0Fhzhhuzi04oGOedgTxstO8OxYKIRS66zMxSh9FQPeAB4q8i256PlNFhWX GBCFdHkX+XGqA== Date: Wed, 14 May 2025 17:11:18 -0500 From: "Rob Herring (Arm)" To: Cosmin Tanislav Cc: Geert Uytterhoeven , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Dongcheng Yan , Elinor Montmasson , Taniya Das , linux-staging@lists.linux.dev, =?iso-8859-1?Q?N=EDcolas_F_=2E_R_=2E_A_=2E?= Prado , Zhi Mao , Bartosz Golaszewski , Ricardo Ribalda , Liam Girdwood , Eric Biggers , Liu Ying , devicetree@vger.kernel.org, Julien Massot , Niklas =?iso-8859-1?Q?S=F6derlund?= , Bjorn Andersson , Conor Dooley , Greg Kroah-Hartman , Ross Burton , AngeloGioacchino Del Regno , Vignesh Raghavendra , Sakari Ailus , Benjamin Mugnier , Kieran Bingham , Tommaso Merciai , Mark Brown , Dmitry Baryshkov , Krzysztof Kozlowski , Mauro Carvalho Chehab , Laurentiu Palcu , Catalin Marinas , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, Will Deacon , Linus Walleij , Dan Carpenter , Cosmin Tanislav , Hans Verkuil Subject: Re: [PATCH v3 13/19] dt-bindings: media: i2c: max96714: add support for MAX96714R Message-ID: <174726067779.3133689.811162498884437185.robh@kernel.org> References: <20250512212832.3674722-1-demonsingur@gmail.com> <20250512212832.3674722-14-demonsingur@gmail.com> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250512212832.3674722-14-demonsingur@gmail.com> On Tue, 13 May 2025 00:28:22 +0300, Cosmin Tanislav wrote: > MAX96714R is a lower capability variant of the MAX96714 which only > supports a fixed rate of 3Gbps in the forward direction. > > Signed-off-by: Cosmin Tanislav > --- > .../devicetree/bindings/media/i2c/maxim,max96714.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > Acked-by: Rob Herring (Arm)