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 6424C153803; Mon, 30 Sep 2024 06:02:07 +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=1727676128; cv=none; b=Kp1brDQre3IxckNOgNwZZuJtVmR1JVlWg6a0Y+qxYxpTYZqz/qfSNjXX2fcmKoC8bgHYkkHjxwlb/ka6elUKPA3FnpEaj4YApjGUqWlF8yGW97NkoRrGaB1yA60wMuZp1fPd0hQs8+FNdXGJ8GPcPv3OuoJld4yZDYUddaxqUfI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727676128; c=relaxed/simple; bh=0FIVczdjZnCRLTZ3CDy6YJYArxaNWoYo7j0LdVqWlTs=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=lSdyJq7dSFXcwR5Tuh5y7lQWKOjAug+H6FsOXQ9sKZqAsWhsibSYA4/wLK1iXz6KGNLV5jYUsOKHi9spnshkqOQaIfWr77rh3zDmq0PgKzeW5+9y0CstWGL+fM1dy9sDxRVumHOPMyAbX6YRlKHckiX1zXQ81JGxKroQHMe3jhE= 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=XLQdj67u; 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="XLQdj67u" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1727676125; bh=0FIVczdjZnCRLTZ3CDy6YJYArxaNWoYo7j0LdVqWlTs=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=XLQdj67ubHBsQPOaEGpb9XFb3TW3Q0pRmnam5ggOpYNaYCaEzpUVSFchAkT9RZTXw 6ooxsvRM2k1wmby0nyBhsjGbQysYXi7gpn7pPUaPKm52IDsv5/sasjdqWxOxl4uCDp BloCEd5jneNt8BKMYAbMUYnJEKlRxFRqIHBdFd3+1GqdCFTgh5Y7ABJpHKmHFR9Yxz PFMdNyD2XZKAqYPWxDqRtIg9GPEAvp+W1NDO1PQ8KT2v694TnCvyutaUuqavt/zGTd PU/bcP1sNHkd4JbyMiTuNkoAuFg8TcEfTC7uZotIAEoTcqrZDWbkZVSaW7h9dSb8Gl h3yDFIDwSqpbA== Received: from [192.168.68.112] (ppp118-210-73-17.adl-adc-lon-bras32.tpg.internode.on.net [118.210.73.17]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id E9EFC6511E; Mon, 30 Sep 2024 14:02:02 +0800 (AWST) Message-ID: <81b9916f299bbf29583aba610c0147c8b8afd092.camel@codeconstruct.com.au> Subject: Re: [PATCH v1] ARM: dts: aspeed: yosemite4: Add i2c-mux for CPLD IOE on Spider Board From: Andrew Jeffery To: Delphine_CC_Chiu/WYHQ/Wiwynn , Patrick Williams Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , Ricky CX Wu , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-aspeed@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" Date: Mon, 30 Sep 2024 15:32:01 +0930 In-Reply-To: References: <20240926024133.3786712-1-Delphine_CC_Chiu@wiwynn.com> <16c89a7b9b85d21f1f23aa0d67742c6bde94a295.camel@codeconstruct.com.au> 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 Mon, 2024-09-30 at 05:55 +0000, Delphine_CC_Chiu/WYHQ/Wiwynn wrote: >=20 > I have one more question that if I need to add the DTS based on the patch= es that > have been applied but haven't been merged in torvalds/linux. > Should I also based on the branch "for/bmc/dt" from amboar/linux to creat= e the > patch? >=20 You can do that, yes. We can at least then be sure your work won't generate conflicts when I try to apply it (unless you've inappropriately split your series). Cheers, Andrew