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 C0DD7523A; Mon, 24 Jun 2024 01:06:48 +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=1719191210; cv=none; b=AVIR0sj9B3dx4QKAFmCOTK7aVB0jC8hc01gLvWGvC5r7QriceyMdR7Rs6FbvmQaaVOao96wmoyjTMxAURkA+VhwqVJ3zuBg1N+vRWdgYto79i0FQkC31EryUQUZ0ck02NFX9vhxI7R0vgbHJVHWH6oVCtWIUMs+jW9W83wSGMmU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719191210; c=relaxed/simple; bh=jlTWNNpPBkqDJMgVmEpn+lRal2l8q2vjsXcxXLiz80Y=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=JPR5Eknl+VIYrjdZhplZFKgAqZP605Bo8U85SzRk0JRbpoFCMyrvqenMSPz7pucbxQ5FqI6NKmuELfKJ1FCnD3epNWNjxC38wGGuuxNSBAPr06p9TMsXBYbUPs0NqxAI4npYk6erAN20sfIWCYcO7bt+WHnkzxOSyjmA4FkqsKg= 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=ZJ4FGTve; 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="ZJ4FGTve" Received: from [192.168.68.112] (ppp118-210-79-194.adl-adc-lon-bras32.tpg.internode.on.net [118.210.79.194]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id F10782009F; Mon, 24 Jun 2024 09:06:45 +0800 (AWST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1719191206; bh=jlTWNNpPBkqDJMgVmEpn+lRal2l8q2vjsXcxXLiz80Y=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=ZJ4FGTvecotQ/ky7gjkY4bsp32P0bk+MHJWZFpN+EvCinfCB1okyGHo+SSxsotwrQ pR10oTTsSvq59DLEHx2TGu/QCNVD5uZKcrzYae1cCYE5fLFBg2OA01vYzws4KiWxqS Y2/a2vAlnVULSMnLI7Kiu+AZcijwtbq54Fb44aHpw5FM5Tn8RafBWuxA8V+u15Gb65 WpWus9TDOjwyGwWWdYAd2fdLbFNZInsetO3CE2wF7MQ9Rc3DemZzpI+6ICfRjqLbX5 G6BgCiDG0WrXP00nIvqT8WdkyQYFd7LcTpC2I47qk6KW5JN8LECFL697kA2DqSeZlf Ej0LTpXYi2ziQ== Message-ID: Subject: Re: [PATCH v4 1/2] dt-bindings: pinctrl: aspeed,ast2600-pinctrl: add NCSI groups From: Andrew Jeffery To: Potin Lai , Linus Walleij , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley Cc: linux-aspeed@lists.ozlabs.org, openbmc@lists.ozlabs.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Patrick Williams , Cosmo Chou , Potin Lai Date: Mon, 24 Jun 2024 10:36:45 +0930 In-Reply-To: <20240621093142.698529-2-potin.lai.pt@gmail.com> References: <20240621093142.698529-1-potin.lai.pt@gmail.com> <20240621093142.698529-2-potin.lai.pt@gmail.com> 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 Fri, 2024-06-21 at 17:31 +0800, Potin Lai wrote: > In the NCSI pin table, the reference clock output pin (RMIIXRCLKO) is not > needed on the management controller side. >=20 > Add "NCSI" pin groups that are equivalent to the RMII pin groups, but > without the RMIIXRCLKO pin. >=20 > Acked-by: Krzysztof Kozlowski > Signed-off-by: Potin Lai Reviewed-by: Andrew Jeffery