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 153AE2D9ECA for ; Tue, 23 Sep 2025 19:17:53 +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=1758655075; cv=none; b=HfVMKNeWhVaDlu/0jsJIDUc2iFObEap2mO8iAbRG82rW5cC5wsamvSBEuPB594hPhWR/F4KaVzp8iikIbu3SmT2+y/wA0PYejlN+C6rnUvWfkogk0O73n8ceYNa8i2vrsW0dwfhTiR/cVIoUd60j9U3MoYtagLIpRj8YtrpVCOA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758655075; c=relaxed/simple; bh=KqEM+j4Xq/ieyoDH0zs043KwBCa25kqQpEMLanObMus=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Q4DgdX9V/MBmQUdCxKf6L/ej/bSzOZKxNbnpLw2LVP9KWV0gfjOxk8TMqguOyvDoR0OKFbeG+jKrfhGTTMsgmSjU6a8t2ArXaJVx9R3LdVi2d9UI4TnUaKWqJM5KsWQd+vFfGIzHkHJT76IFhlPaBB0qQjNtZLyrgAO8+tH4eBo= 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=Oci7VcRG; 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="Oci7VcRG" 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=88Uw VFjX97MoYSMeOH1SLzVclQVNBNbeyiQaeTS1Kp8=; b=Oci7VcRGSXUwUyja3UuD l/XYL38sK95BnOdFtnd02bN0te4x/OoEaN0XhYAZh6OD4j4wrOiAXGnqcf0HjGHG JycqJ01dyd4jfNrWqdY5BvZTHNnPBUqYM+wCxzN5kCjjMhZIptbInzO4kOkQC/7K uOYnmgag4fQB4L/p5R/46rYNXe1DKngU/JGJWxIsKQiJqnh7i9Rz2eO40/8ljyP0 aN8Sz+9jzGXGjGJ8aY/4RZc6N9zHBZo4ytPzhMlfQ0lkahv8rs4sC1gylSLNharT fCaLosJ8UDvK/GZPd8RYxgkU3hZIvoJK4toj/Xx2g7krN9yLVxsThZpQ0Zm9JfQ3 Cg== Received: (qmail 1218384 invoked from network); 23 Sep 2025 21:17:51 +0200 Received: by mail.zeus03.de with UTF8SMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 23 Sep 2025 21:17:51 +0200 X-UD-Smtp-Session: l3s3148p1@z4vSynw/Ztkujnsp Date: Tue, 23 Sep 2025 21:17:50 +0200 From: Wolfram Sang To: Yixun Lan Cc: Andi Shyti , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Troy Mitchell , Alex Elder , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, spacemit@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: i2c: spacemit: extend and validate all properties Message-ID: References: <20250917-01-k1-i2c-schema-v1-1-bd276b366d9c@gentoo.org> Precedence: bulk X-Mailing-List: spacemit@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: <20250917-01-k1-i2c-schema-v1-1-bd276b366d9c@gentoo.org> On Wed, Sep 17, 2025 at 11:38:13AM +0800, Yixun Lan wrote: > Extend the K1 I2C properties by including generic i2c-controller schema. > and this will enable it to do the DT validation check later. > > Signed-off-by: Yixun Lan > Reviewed-by: Troy Mitchell > Tested-by: Alex Elder > Acked-by: Conor Dooley Applied to for-current, thanks!