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 32D90CD1288 for ; Wed, 3 Apr 2024 03:30:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version: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=G2EOjEuXIBuWYcAsfCu9Ld9k70OXDngGbM9LYdY3SNs=; b=wwUbVEaAcWvMod mEm8qk6gAKQkCcUqbg0ByQJGmt2QsNmiHmcnOeoT/FBhegyerFqwAMlUgER+ghpyH0oCyR5xb3tkd pPG2n2hjrTuFf0fr20MNjaoPl1CAHEYu+U3CNDEb9hDOdLbpUbwGwbqNXhhq4PrGaEEJJxZKFyNxT 3zYCyCgkD6s0bLQVkkG65e3GUr73GixO6O6PTOQgfoIaugyI+EsUUWSfGS9DkV00sZ7NZ5zVHqUnK mLGSJjnu7BZm1ql85y1TLVTEQGj7JzUKXjEvuCagtrBsgt3W58/YgfEIknmL4b/9w0t6q8BeP4Mwp RiuJvM4AucNrLlyZVeyQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rrrKe-0000000Dmjz-3FMe; Wed, 03 Apr 2024 03:30:36 +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 1rrrKb-0000000DmjH-2y3O for linux-arm-kernel@lists.infradead.org; Wed, 03 Apr 2024 03:30:35 +0000 Received: from [192.168.68.112] (ppp118-210-182-70.adl-adc-lon-bras34.tpg.internode.on.net [118.210.182.70]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id 270AD20075; Wed, 3 Apr 2024 11:30:21 +0800 (AWST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1712115030; bh=XF2D2sPHroXYyefKd2obQ6jfostNnDcPvmsVRN+demg=; h=Subject:From:To:Date:In-Reply-To:References; b=bUtKMepZv0QM4/yWwRsJfffJODorh+VnQ7PWH5h4y7I8LiyqOPHErNZc8RoCdrYNV m3w3BPIdVJeB8st3TTGIi14C0r+Vy8hM1A48aGJvquQazkqJZJNvoqF9JySyY1YDjx gNBWjuR5fJyJjcm6AK43GRlHcAM5Te5GREv4X2NPL546io6ZjatZgov2kYGaKbd6Mz lJLFs9fEDvYOt4+Wm7ktzT6txkoQB7QNof2DkRL76tJqkh9TZKTEmiSqzwpURhQC2r oMZc30ylO4yhBm2F3QvYNg2ElHq1bRKBlx7OCH2hkGg03w7P4jPO6vfZ4JXdujSTaM +uSCQWIy/EpyQ== Message-ID: <3593e51f6e63dfd2b163d422032203d75e8bfb25.camel@codeconstruct.com.au> Subject: Re: [PATCH 3/3] ARM: dts: Modify I2C bus configuration From: Andrew Jeffery To: Renze Nicolai , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-aspeed@lists.ozlabs.org, arnd@arndb.de, olof@lixom.net, soc@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, joel@jms.id.au, andrew@aj.id.au Date: Wed, 03 Apr 2024 14:00:20 +1030 In-Reply-To: <20240329130152.878944-4-renze@rnplus.nl> References: <20240329130152.878944-1-renze@rnplus.nl> <20240329130152.878944-4-renze@rnplus.nl> 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-20240402_203034_132329_E3CFC719 X-CRM114-Status: UNSURE ( 7.30 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Renze, On Fri, 2024-03-29 at 14:01 +0100, Renze Nicolai wrote: > This commit enables I2C bus 8 which is exposed on the IPMB_1 connector on the X570D4U mainboard. > Additionally it adds a descriptive comment to I2C busses 1 and 5. checkpatch on this one too :) Cheers, Andrew _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel