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 23FECC531DC for ; Fri, 23 Aug 2024 03:55:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:MIME-Version: Content-Transfer-Encoding:Content-Type:References:In-Reply-To:Date:To:From: Subject:Message-ID:Reply-To:Cc:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=FgeSrOHv+6Rg2NrAXC8HchICekN4thq7/uEj3KORuwA=; b=ZN0BTBvu1+GrDdaIvwk5bAZCw+ Qa+Mc9VzoKP5vl9/z8pe/kfoXFmnCPc/Fu4qQ6IdpHu+VlM0oBMpJXX8eNFVyUIQl2WqT4J8ylZE0 zmyZMCaEZ7XACMDu9oKdAxRRrmZ17Xj+Yy0wb3V+oec0J2QKKq6P1txgcceZi/HZK1RHLaSI56gRM 6CKPY7KyIgkUw7bwcQvxbnT6czz+AJb8NhteVQ1Pswpgo/ao+QtJwJwDxK6zl+Tac+rufnjCKirZy CKzQJiehUt5bTUW+mRhu2kh78rSunk2ZjZYqSKpfgyZAuZKGi0jvx+ej0odK/o0kW8MLn4UCyeVXa uIapwP4Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1shLOY-0000000F7Wh-3pWm; Fri, 23 Aug 2024 03:55:26 +0000 Received: from pi.codeconstruct.com.au ([203.29.241.158] helo=codeconstruct.com.au) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1shLHz-0000000F5t6-3vkQ for linux-arm-kernel@lists.infradead.org; Fri, 23 Aug 2024 03:48:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1724384911; bh=FgeSrOHv+6Rg2NrAXC8HchICekN4thq7/uEj3KORuwA=; h=Subject:From:To:Date:In-Reply-To:References; b=Yudc/LsSAh/NAZaSmQ1cwwN5piR03p1AgXpyYkmHbMVL3t1hxemDYV93fa3yP077+ HLZlEHBgNYJLs7CpY2JbPKKJhmLrO2gedIqPUoPU/U073AkLXd7B2hXKALfBGzQh3Y 1nDiRmTmNKCF41Ubfr1UPcsLT9IWvBZD7HQNoEauahsxIVRyMHzt4zpCIJ5RoBDBJo fAsKG+VuslKwSXtBVxQKBi4JWhIn1JbzYukO+C0jsQsfFSxXENV0Iy5fsWrBHb91ew ORjx/6Z1aTP4UdpyNVy9ZHXZT0XHXG32OGAx7TxqEQd5kx495St/SEQmzUcTywwIo5 rxr2Oyz1UdgyA== Received: from [192.168.68.112] (ppp118-210-185-99.adl-adc-lon-bras34.tpg.internode.on.net [118.210.185.99]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id 46CE564FDE; Fri, 23 Aug 2024 11:48:27 +0800 (AWST) Message-ID: Subject: Re: [PATCH] dt-bindings: i2c: aspeed: drop redundant multi-master From: Andrew Jeffery To: Krzysztof Kozlowski , Brendan Higgins , Benjamin Herrenschmidt , Joel Stanley , Andi Shyti , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Rayn Chen , linux-i2c@vger.kernel.org, openbmc@lists.ozlabs.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Date: Fri, 23 Aug 2024 13:18:26 +0930 In-Reply-To: <20240822132708.51884-1-krzysztof.kozlowski@linaro.org> References: <20240822132708.51884-1-krzysztof.kozlowski@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240822_204840_214020_1D667A79 X-CRM114-Status: UNSURE ( 6.75 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 2024-08-22 at 15:27 +0200, Krzysztof Kozlowski wrote: > 'multi-master' property is defined by core i2c-controller schema in > dtschema package, so binding which references it and has > unevaluatedProperties:false, does not need to mention it. It is > completely redundant here. >=20 > Suggested-by: Andi Shyti > Signed-off-by: Krzysztof Kozlowski >=20 Acked-by: Andrew Jeffery