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 564721EF923; Thu, 7 Nov 2024 23:39:31 +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=1731022773; cv=none; b=dcWWY1MJsRTSRiSoPQWp6BDB3JkS2A8nKnE5lutIlpm3j9KNZARD3npvhH6rHWu8Afvm+Lq9r/L9Pu0Weqzhr1gLhMXVNFH89FFpmpUEXrhUyVVIkF5kParVQGvmKnlnAtUDPVVGvJj1dPKZ1nF1rlCv+EyaDUjuNRIWxhaxrGU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731022773; c=relaxed/simple; bh=A5bjyyAWYr+VR/DxJGgp7mRweAiKTLFWuDoMtqHPdt4=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=ljuDcgMJvNuyG/QQxrHK/Igaf41mo7XhCf0UYUSUlXZ0+aDF3nW6odzSFz+vZkT00ixEXBM5ojMFE/lcZsJoxaImgrKoONk/tTEh7fLPXYnTAflHmyHgV+zopDaP0yrNF6tgQ6UWu7VE9CsturNMBsMaNLnkJRv4SyqtaaqLnCY= 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=bqOTL1V0; 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="bqOTL1V0" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1731022768; bh=A5bjyyAWYr+VR/DxJGgp7mRweAiKTLFWuDoMtqHPdt4=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=bqOTL1V0niQ4ld27SUYcHlDmAaoq5xSdE6TM4Cu7mkF2RsEJpecqiqyVPuUWIGNTQ ICeHH8E6VMmRL/ULBPyjNck8NZar70M3f+zzThxoac1+zdqPdiiMrkzs4C7+bcp99z axJyWMyc4x/hr9s/0Q0Aj5PMHlc/YeR54n+Bjj1Hgn59bxgRW2Siyhf44zq/Q4IDfq C+qwyMxmczr1dL5D3Rq6H39SlHeiDYjRWeMIaTVN2F9ete38v8BRjqJLMcET5rIJqG XogJixa7Ie4sXmj0XViwanp/VzRMD6l4uwBb2YTQRRKiKpnp1fhz/n49FnwzomV4UP TvY7qz6AgVqIw== Received: from [192.168.68.112] (ppp118-210-167-185.adl-adc-lon-bras34.tpg.internode.on.net [118.210.167.185]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id AB35C6B922; Fri, 8 Nov 2024 07:39:27 +0800 (AWST) Message-ID: <696cbaeefd0f731a1883771da3caa308ffcd03d5.camel@codeconstruct.com.au> Subject: Re: [PATCH v2 1/2] ARM: dts: aspeed: catalina: update pdb board cpld ioexp linename From: Andrew Jeffery To: Potin Lai , Patrick Williams Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org, Potin Lai , Cosmo Chou Date: Fri, 08 Nov 2024 10:09:27 +1030 In-Reply-To: <20241107-catalina-cpld-ioexp-update-v2-1-d7742eabc0e6@gmail.com> References: <20241107-catalina-cpld-ioexp-update-v2-0-d7742eabc0e6@gmail.com> <20241107-catalina-cpld-ioexp-update-v2-1-d7742eabc0e6@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: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 On Thu, 2024-11-07 at 20:39 +0800, Potin Lai wrote: > Due to there are huge changes of PDB CPLD IOEXP pin definitions since > DVT version, If this is a different (revision of the) board, maybe it should have a different dts file? See the on-going conversation on v1. Andrew