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 10C1245039; Fri, 5 Jun 2026 00:44:08 +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=1780620251; cv=none; b=Bv/UAvkYVvWBEK+rOSJNDzXqK+JqLkKIckwT527CDKJrTzWtfTMovmilapxJBKQiNUKRBioSccqfgLO6aIOOoiHLZy79TRkV9mcZkBNhPjIqkx8czFBNp9/P92eKrMF3G76cHV62H6qP9mZ4NAJW6tlpmWHjsgVtylZ239qWnt4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780620251; c=relaxed/simple; bh=jsj1k0wHi26GAkypB6QUIJqC1oJwhVzc1i56Db1iD/Q=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=Qil1LOhdYUxO+/ZZjvu0SPDg8SLa/EE20iLPULGecC4yPxZv5UAXogIjIXKniIn8EEOpuus4bMs30BM1Cy6fz/IkSh0Quku47CoJqXjzpFT+2eb5n+x5lPCUZLmPnWT38Pc89mwKZ14Naie6nOCx2CwP36NPQiTwjkzu90JGXb4= 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=ZloprKCo; 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="ZloprKCo" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1780620241; bh=jsj1k0wHi26GAkypB6QUIJqC1oJwhVzc1i56Db1iD/Q=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=ZloprKCoX5TNbNEPdKftTMY6jPQai4UHIv8xuzYMMAW63DXTDsjdtaGphRix8B1EL AIWw4/scrV1UPtHbLqV5OaWdPT8rMfT21f7X8Pe0R8P//3NLgIT7ahtwjIc26E40yn GEuPBXect43k/BQgPksH/3n43NAcxwIe2bNCl66hs/WBuwV9tCxzTm38c6l/bI0ova mRmOr1VUUxbj1SNXcDm7yRjyjleLLu1d0fPWzFQRrp8RDCcpv4vq/9f/plk01hK5zm XuCUQ83LILf14iJSNxuWw2vM4twD7zfH9MXf29u0UjGNHjlZcTiEG+svE/RZndnp6G xGRqX0Bwk0I1Q== Received: from [192.168.68.117] (unknown [180.150.112.11]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id C193F6013C; Fri, 5 Jun 2026 08:43:59 +0800 (AWST) Message-ID: <91f6780b688285b4c002d2efadc7b297e9d69838.camel@codeconstruct.com.au> Subject: Re: [PATCH v4 2/3] dt-bindings: mfd: syscon: add aspeed,ast2600-i3c-global compatible From: Andrew Jeffery To: Lee Jones Cc: Krzysztof Kozlowski , Dawid Glazik , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , linux-aspeed@lists.ozlabs.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, maciej.lawniczak@intel.com Date: Fri, 05 Jun 2026 10:13:58 +0930 In-Reply-To: <20260425-poised-accomplished-hyena-d2c1a0@quoll> References: <41d66492e1a1d42f6888459288311094c8b7bc51.1777058942.git.dawid.glazik@linux.intel.com> <20260425-poised-accomplished-hyena-d2c1a0@quoll> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.56.2-0+deb13u1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi Lee, On Sat, 2026-04-25 at 11:40 +0200, Krzysztof Kozlowski wrote: > On Fri, Apr 24, 2026 at 10:21:00PM +0200, Dawid Glazik wrote: > > Add aspeed,ast2600-i3c-global to the syscon binding compatible > > lists to document the AST2600 I3C global register syscon node. > >=20 > > Signed-off-by: Dawid Glazik > > --- > > =C2=A0Documentation/devicetree/bindings/mfd/syscon.yaml | 2 ++ > > =C2=A01 file changed, 2 insertions(+) >=20 > Reviewed-by: Krzysztof Kozlowski Thanks for applying the AST2700 SoC1 pinctrl binding[1]. Can you pick this one up too? I've applied the corresponding dts patch to the BMC tree, it'd be great to address the warning that's currently produced. Cheers, Andrew [1]: https://lore.kernel.org/all/20260521-pinctrl-single-bit-v5-1-308be2c16= 0fc@aspeedtech.com/