From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from codeconstruct.com.au (pi.codeconstruct.com.au [203.29.241.158]) (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 D57BC1D52D; Fri, 23 Aug 2024 03:48:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.29.241.158 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724384922; cv=none; b=fdhfpLS9xpRvS3KeuNdUEZkWAxAwtD43ILJQCXe6jdv0F8Tbt7FVHWMSHLsP/mZdS+X0Xdw604wo2BBm8N9nM07pRd9SN+3t4T4mu3THGPNaJG4QXdDSphNG7Wsh5pu7UqlbyOqbIZeOrFF/AHnovL/Ze6ddIOmQyVp/hTVWKU8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724384922; c=relaxed/simple; bh=HylyApJyg4JL1L5hVi+TFnWcJzs7KwqcqQeYXRx6J+4=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References: Content-Type:MIME-Version; b=lUebEN1HbScISjOpf+MOXw1cuPtZtmJnjUmemSTz4LAGbT8eLJ2USDrmlbFCYocdWzW4u9Rg5yWvrm5yTPg6LyrEF0RawOHQBSePDwat6GQcxil0sYjRDEGhsBk9PAplGeIltnMLzDjnLLGJm5QjhA4ht59yBEe1nLwXAJbDczs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeconstruct.com.au; spf=pass smtp.mailfrom=codeconstruct.com.au; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b=Yudc/LsS; arc=none smtp.client-ip=203.29.241.158 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeconstruct.com.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=codeconstruct.com.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b="Yudc/LsS" 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 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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