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 1ED6469D07; Thu, 1 Feb 2024 05:49:47 +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=1706766589; cv=none; b=DjLLRyu8tFN05bnvVN8wihMy98WmfiaHeVjtHYgITVoW5pedwnaiKJDr+zOX14vIRH6nCi0nYrKyJlT4SiLdzeQ/H39VmnmcGNv3TbvSrjvwRxAX8EP6+VUhkCwRA1Gt3nIyM9sYyCg8Y6+hDwfAtTGqgc/X8TmENoEfenfhqEU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706766589; c=relaxed/simple; bh=fhdSlQmPjsoJq5ND6PaKO/AKnlEbNn+p1RX7PH3gnk8=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=V1NGM0yvhRjFIgCz8gzYLIM+WOLgN69xRPqidZ2+2K8GyTQat7NX2jYt6WcimP4X8ZyZiVZE0/o7uu7oqLWOggUpCzukcXIApND7Fxk2No4tYaAeSe/T1u40NtnZMhnx56NMEjOoClG0FQQDpz9AI3B6ZZaBQcp3IBFBW1D9FMc= 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=Tkjh9udp; 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="Tkjh9udp" Received: from [192.168.68.112] (ppp14-2-76-194.adl-apt-pir-bras31.tpg.internode.on.net [14.2.76.194]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id 74CDE2017A; Thu, 1 Feb 2024 13:49:45 +0800 (AWST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1706766586; bh=fhdSlQmPjsoJq5ND6PaKO/AKnlEbNn+p1RX7PH3gnk8=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=Tkjh9udpXYVin4F6L1ot8Jzzzjq8u5kBY4SFX6xDc//wDW10NwBjBs2B1yIasWTkj dEHtmn9YSt4L7lV5SNBZE79QRmOWAhephWBsJlE48j7IDt8KaapqoZodJI6QTPYbh0 0r1VhqD2xagfFzWkZl31YuqAnduTNkukPJQIyRn0pHxal2fL2dZIzENXg481LLnx6h b+yd8y+qKkpbYm6GPY0VxOAbMw+akg6YxQ7wjf02scK2H3Y+GHrp3c3x5IPUZ9NhZz aN6wY5U/1yVFoFKvc53uzsYYffgWWIaY4o7+tsZzbD9Vr0U810R88Nif9JV7if7v83 0ipsspOETkscg== Message-ID: <345345fd4475d24a015a37881eda0a4b90892179.camel@codeconstruct.com.au> Subject: Re: [PATCH v5 16/21] ARM: dts: aspeed: yosemite4: Initialize bmc gpio state From: Andrew Jeffery To: Delphine CC Chiu , patrick@stwcx.xyz, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Date: Thu, 01 Feb 2024 16:19:44 +1030 In-Reply-To: <20240131084134.328307-17-Delphine_CC_Chiu@wiwynn.com> References: <20240131084134.328307-1-Delphine_CC_Chiu@wiwynn.com> <20240131084134.328307-17-Delphine_CC_Chiu@wiwynn.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 Wed, 2024-01-31 at 16:41 +0800, Delphine CC Chiu wrote: > Initialize bmc gpio state Why is it important to specify this in the devicetree? What's the motivation? Andrew