From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 B6F8F376; Wed, 5 Feb 2025 14:40:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738766453; cv=none; b=ZLgp1lzz1bT2WzlYqaOup8teYuw2UuVaZYQGPTGSYoI5n0CQLHzNak0xkNuDAorqntV3N3BZcSwdlSi6CpTsZ5Nnva9fxvA0UqXDodBVUBlsx7AHy6XUqUfnH6SQ51QnootClCpnoyoazEIfMCwvXoDgJAgQWsjMHkmz1X/0b24= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738766453; c=relaxed/simple; bh=aZMbTMyljXbkBD8xE139x4/YEmqKTlFWLQq5vfywjxQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=e7A3CGlbE1TRRJcANhMmsZFTbcjzm0HIUAEhhmRDZ3SvMLBTpKTNG/9jv0RVjNlq94XFoqq5y45k/uMvAH84mgkR+csdluwNdzEoeZzYznIXPmIgLbsg+wmgILAPmgFrllz9Y5O8mMBpn4CxSP5M/ZdyWbtK9CXEcL5k2YZs1G8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=VnTyEI34; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="VnTyEI34" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BBA4CC4CED1; Wed, 5 Feb 2025 14:40:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1738766453; bh=aZMbTMyljXbkBD8xE139x4/YEmqKTlFWLQq5vfywjxQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=VnTyEI34e+AQ/u6DCWddoTcPy4t1ETaCxvE9DnQqEqq1qXwxy1WeWCPdxJiTxhmGG oFsKhvJkeYT4lujZG2POpshEFcLUsKLH/QvmK3B6msPMr8rAc9fDG94jrtTmfgTCi6 wuPpzdWBzOjJbEvojRKnsBYVLoU/V6WhwaAUbl6k= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Ricky CX Wu , Delphine CC Chiu , Andrew Jeffery , Sasha Levin Subject: [PATCH 6.12 325/590] ARM: dts: aspeed: yosemite4: Add required properties for IOE on fan boards Date: Wed, 5 Feb 2025 14:41:20 +0100 Message-ID: <20250205134507.709914187@linuxfoundation.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250205134455.220373560@linuxfoundation.org> References: <20250205134455.220373560@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Ricky CX Wu [ Upstream commit c64ac96f8f8d957cdc6ec3c93dd9a6c4e6d78506 ] Add the required properties for IO expander on fan boards. Fixes: 2b8d94f4b4a4 ("ARM: dts: aspeed: yosemite4: add Facebook Yosemite 4 BMC") Signed-off-by: Ricky CX Wu Signed-off-by: Delphine CC Chiu Link: https://patch.msgid.link/20241003074251.3818101-5-Delphine_CC_Chiu@wiwynn.com Signed-off-by: Andrew Jeffery Signed-off-by: Sasha Levin --- arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts index 7ed76cd4fd2d0..331578b24c204 100644 --- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts +++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts @@ -470,6 +470,8 @@ gpio@22{ compatible = "ti,tca6424"; reg = <0x22>; + gpio-controller; + #gpio-cells = <2>; }; pwm@23{ @@ -520,6 +522,8 @@ gpio@22{ compatible = "ti,tca6424"; reg = <0x22>; + gpio-controller; + #gpio-cells = <2>; }; pwm@23{ -- 2.39.5