From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail5.25mail.st (mail5.25mail.st [74.50.62.9]) (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 659DC944E for ; Sun, 25 Feb 2024 06:12:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=74.50.62.9 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708841550; cv=none; b=coERkfNOQp0HX2XeQ6u7SUvflNzDLVO7FjBMR9nh3iwI9Dlio6Hba49YOWCmtQJ/d5GiSnaexofJmGrJTHJmuRyZS8LJITLckbkFeLv86aFSLq4QdH9k2VO3ju8wKq0n+ID+BrSaQxPMCuq1BOInOMapcFRQ8nyUl/TTQd0SaA0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708841550; c=relaxed/simple; bh=TLbErP9TshFhoHBnjxKHNEUx7cMv4h8UxZqTKhM427k=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OxOBChnOabNf6f20/DLbCqQwA2R5UNqOwU/KHQv+lhqfcqpn6rjKA8FoujWpNzXL5IDaj/BAJSpfWDUdQWTXktdPhVFSYDfeUgfXcGONVoVjX6V05IzeZA7eGQL2HImNstD/sI2p5XFr5PP4hZ04xU0em12ZdnoagHGUyjJygPA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com; spf=fail smtp.mailfrom=atomide.com; dkim=pass (2048-bit key) header.d=atomide.com header.i=@atomide.com header.b=DcvOgHRS; arc=none smtp.client-ip=74.50.62.9 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=atomide.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=atomide.com header.i=@atomide.com header.b="DcvOgHRS" Received: from localhost (91-158-86-216.elisa-laajakaista.fi [91.158.86.216]) by mail5.25mail.st (Postfix) with ESMTPSA id E9A636058D; Sun, 25 Feb 2024 06:11:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=atomide.com; s=25mailst; t=1708841541; bh=TLbErP9TshFhoHBnjxKHNEUx7cMv4h8UxZqTKhM427k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DcvOgHRSRN/jmv5zpOoR7Fdte2V3Hs8bP4ARNe6NFyv7cXoEOQZEAWcFr/NiKec8o X9Mfxb+fnw6/5Nopb4f7kG+kQBAEeeSbkgDQqUoXmVlzfNWuhLC/QYPouRJ6KoIb59 6Lkixjnyey7Mxgry0HZKayxYL9JEEXXpLm7JvgoeZllTVF+Di4/HSzzUyucn89d2G9 P7MaVcia15w1mKt0TJX9ILW8WEfQKrNX49z8ZzXQ5wkYVRp39JOLjQ1sPAKKso5aYM crCMPr86YI+XCUyQZxUEcmMRs+bxRiDqwRcth137t+nMSJABUjfsvGdKxPpkzWS4DI irG68Wc8b91Iw== Date: Sun, 25 Feb 2024 08:11:35 +0200 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Simha BN , Sam Ravnborg , Dmitry Baryshkov , Michael Walle , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org Subject: Re: [PATCH v4 03/10] dt-bindings: display: bridge: tc358775: Add support for tc358765 Message-ID: <20240225061135.GR5299@atomide.com> References: <20240215123222.42609-1-tony@atomide.com> <20240215123222.42609-4-tony@atomide.com> <61a6b5a8-7dbf-4b37-9f6e-1bd85dc5f7b5@linaro.org> Precedence: bulk X-Mailing-List: devicetree@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: <61a6b5a8-7dbf-4b37-9f6e-1bd85dc5f7b5@linaro.org> * Krzysztof Kozlowski [240215 18:43]: > If there is going to be new version, please put allOf: block after > required: block. OK will post v5 set. > Anyway: > > Reviewed-by: Krzysztof Kozlowski Thanks, Tony