From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (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 83225259CA4 for ; Mon, 5 May 2025 13:30:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746451805; cv=none; b=Lpdj77dkyCVQB3i1lxbmSxPg25Ws8wyPpIwXy4lkQq7NqisiYjFoxxDqN5aQu/qiYYWMQN5Jzt1dlEiaGVw8aVYowsHI0vY/hZTqWXC0RrEShTYr0+8/2Gy8nBz2ZxhbnIq2PxlUgQ0g2WKLmGgNE0WYxi/aYmMxOw7VOqr2IOA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746451805; c=relaxed/simple; bh=nxv8omxoWylB/thmP6M3rQdOrACdO/QSPsp7iDIySd0=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=GmZQfVpvIcx/qxP/EH5jgr/Hqv5mJ1Qw18lNEJjOmPd8Og9thZ59rwBwYjUuRS1QCLZWPBiOpk4PeR9enV43lOJ16uMDg0+FxieONko3bQhdKm/3hBMcVKpOgw2yrba8gEI6d5lFUYASoFVy+1xwRHw6M9RKAj7IwlD+dKzJDLs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uBvsv-0001kY-OL; Mon, 05 May 2025 15:29:29 +0200 Received: from lupine.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::4e] helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uBvsr-001EmE-2j; Mon, 05 May 2025 15:29:25 +0200 Received: from pza by lupine with local (Exim 4.96) (envelope-from ) id 1uBvsr-000KtU-2N; Mon, 05 May 2025 15:29:25 +0200 Message-ID: Subject: Re: [PATCH v2 05/10] dt-bindings: reset: sophgo: Add SG2044 bindings. From: Philipp Zabel To: Inochi Amaoto , Jean Delvare , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen Wang , Andi Shyti , Thomas Gleixner , Paul Walmsley , Samuel Holland , Ulf Hansson , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Daniel Lezcano , Thomas Bonnefille , Jarkko Nikula , Jisheng Zhang , Chao Wei Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, sophgo@lists.linux.dev, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, linux-riscv@lists.infradead.org, linux-mmc@vger.kernel.org, Yixun Lan , Longbin Li Date: Mon, 05 May 2025 15:29:25 +0200 In-Reply-To: <20250413223507.46480-6-inochiama@gmail.com> References: <20250413223507.46480-1-inochiama@gmail.com> <20250413223507.46480-6-inochiama@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-mmc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-mmc@vger.kernel.org On Mo, 2025-04-14 at 06:34 +0800, Inochi Amaoto wrote: > The SG2044 shares the same reset controller as SG2042, so it > is just enough to use the compatible string of SG2042 as a > basis. >=20 > Add compatible string for the reset controller of SG2044. >=20 > Signed-off-by: Inochi Amaoto > Acked-by: Rob Herring (Arm) > Reviewed-by: Chen Wang Applied patch 5 to reset/next, thanks! [05/10] dt-bindings: reset: sophgo: Add SG2044 bindings. https://git.pengutronix.de/cgit/pza/linux/commit/?id=3D1c64de886b88 regards Philipp