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 335282DF3DA for ; Tue, 13 Jan 2026 15:31:15 +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=1768318277; cv=none; b=mIhZ/fJnY+gpa4MRAOueybrh3Snob3ZxJ4JhEbDCF/X0LSWhZx2xWhG59wDcPC+yjiRgx6rqhTuXkfowrCqLMD3zek9HAd9q7Y724h00AHES0JaWJuqRFlkI/DGS3i1DYhXBpneuis9i7LaudXXHUd1kGGvGax4uvJ1W7huyWMc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768318277; c=relaxed/simple; bh=FcGay/4lt79PMY2WhaeLVJo/w2x4GzZMPvFzaqw/i3A=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oOcNbwT6xUbjcWIOCfhvrgoPqIJYI41+j7wt+FSLFKjyry907OyekjJngsKr5MrNy0UvfrW46blrvedaDHnSbcq+D4UDZDbMo20JRlwAjKEfWRO/ycbNlfKccB83zhABEZSjoIX9DR4vCQUCvDArdONr8xHtrQM5ZWpvGzNK07Q= 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=b//yKE6q; 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="b//yKE6q" 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=bfub b3D0fkSpRc+J48p6HTqpyJx0mKk+BvFrJYYZyI4=; b=b//yKE6qQWqEuFAW9FmO 4WzBvqUVopy7AyiOvh+pIdFSTjzXChIh4O5PD9bLXRQU1Te+HadUraX6lfcGzowE uLHQQdyVGAuqGY4185GemRYsBt0ohf4TW2MYPFqPKfZ0SHgEtLdiwBX6CGsw2BZc 7tpEzA2pa+3gxs/ByuxIAJ5xTp9tzZpF7VrCHZzeCBPBPjvSJMlUWYnqflnz84IY GxV5MX3H+xKYHy2NOqWyR+8oyaM9ppMN8tlQlNFXQJ7MgrwHcl5D8dwKdh1j1thb 8w6CpKO6TSHA9cjDopdIqBUE2Geqk0Vclj168kPDKfST5fju5QBWvx+lX0lNs3UX pw== Received: (qmail 1752685 invoked from network); 13 Jan 2026 16:31:13 +0100 Received: by mail.zeus03.de with UTF8SMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 13 Jan 2026 16:31:13 +0100 X-UD-Smtp-Session: l3s3148p1@VHtDrkZIiOgujnvx Date: Tue, 13 Jan 2026 16:31:07 +0100 From: Wolfram Sang To: "Rob Herring (Arm)" Cc: Andi Shyti , Krzysztof Kozlowski , Conor Dooley , Ray Jui , Scott Branden , Broadcom internal kernel review list , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: i2c: brcm,iproc-i2c: Allow 2 reg entries for brcm,iproc-nic-i2c Message-ID: References: <20251215212805.3322218-1-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: <20251215212805.3322218-1-robh@kernel.org> On Mon, Dec 15, 2025 at 03:28:05PM -0600, Rob Herring (Arm) wrote: > The brcm,iproc-nic-i2c variant has 2 reg entries. > > The second one is related to the brcm,ape-hsls-addr-mask property, but it's > not clear what a proper description would be. > > Signed-off-by: Rob Herring (Arm) > Reviewed-by: Florian Fainelli Applied to for-current, thanks!