From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 C60101BC099 for ; Thu, 3 Jul 2025 07:18:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751527099; cv=none; b=GxydmxOYtoYvrG6146kkK45yPwZ3/G1Z9DsnRsMCaoE0NTMDReeNv4RUQAZ20qKy85SMTfmqHycangWmp2zq1DlITUCpDBWdmcGGYrjxfisvQjpdUmVWBWOZtlvRpiJAQgD6jEKX4ermPoXo73VMH17QyAlmDX7C48ET9M+LrPA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751527099; c=relaxed/simple; bh=NtvvhoPmrDm8cmTlFneao49lCG/qnDBf71DXGz9r4oA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tHY3A3AwFCng3SfAVwdz5C18x9hNy+Cirfhkog5w1CXu6nZ2OGVPSyoB9evvJUVx3Bc7eQcdtwcF4wKfttsllBS6DYHUMtvsPfZlhiUUcmCEqkBetfFenjKtAQDK/P0hVUGiPSM+xvCoiWRTYmx0ZEEObbZ8W/ERBlQdFmBzrwo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=LGrtT5q+; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="LGrtT5q+" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=k1; bh=YoGB mC4R1su2gB7oaxjTFaEPBQ9RE/7hlEOYR31rees=; b=LGrtT5q+y5h8Nv2ZwMUu SFwhMYl7oTQP8+BuSJRMuI6kjhtoEhcXdwNczHcT6ZRvCNFXU3wrsfBfi5Pw556Q Yb+wejME7aRqSodfZT+FsoWsi7Zqsa5ZdUZW7Vb6vVosOYKMsgw1vSb6YKv2nGhb OzpaChOEqhfRFTsWxTrj4Tkh5OTiwC1Ses1NRbNt5kYwvxlWuG8AE9Z0F7C/thOQ PLWRLLOOzdTveqM1RQe7XBv6yKToNQ78jufJqjGwG/WxZG4meOCFDgf3jVu5nKhw BGirVeNSKGhDIDFd43LQGmhtr0+8flOpwFKUCkGKTEwzDSCIXgWkTo1fyiIaiocj 1Q== Received: (qmail 3767328 invoked from network); 3 Jul 2025 09:18:12 +0200 Received: by mail.zeus03.de with UTF8SMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 3 Jul 2025 09:18:12 +0200 X-UD-Smtp-Session: l3s3148p1@NEoeLgE5fMAgAwDPXyUmAP5FmBXRrw7R Date: Thu, 3 Jul 2025 09:18:11 +0200 From: Wolfram Sang To: Tommaso Merciai Cc: Rob Herring , linux-renesas-soc@vger.kernel.org, Alexandre Belloni , Frank Li , Krzysztof Kozlowski , Conor Dooley , Geert Uytterhoeven , Magnus Damm , linux-i3c@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH RFC 3/7] dt-bindings: i3c: renesas,i3c: Add binding for Renesas I3C controller Message-ID: References: <20250611093934.4208-1-wsa+renesas@sang-engineering.com> <20250611093934.4208-4-wsa+renesas@sang-engineering.com> <20250625200709.GA2125481-robh@kernel.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: ... > - if: > properties: > compatible: > contains: > const: renesas,r9a09g047-i3c > then: > properties: > clocks: > minItems: 3 > clock-names: > minItems: 3 > interrupts: > maxItems: 16 > interrupt-names: > maxItems: 16 > > Right? > Please correct me if I'm missing somenthing. LGTM. I will send it out like this in the v1 version.