From nobody Fri Dec 19 15:03:42 2025 Received: from mail-m15595.qiye.163.com (mail-m15595.qiye.163.com [101.71.155.95]) (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 1B33337C0F8; Tue, 16 Dec 2025 12:36:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=101.71.155.95 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765888602; cv=none; b=q4acJdQOo+eN7pyyOl27pnnTQuBrTIZg5YnIag8gtUUl817fWpr2hXkc9vS7b2XoU/abyS/idNxa/2Io2ArasNExbn0SuSCGQ5FTrZBCKWWY4SP+S93UHszrpfvk011wUDUZd7Ga6acG5gB4kgbhOVkYyU0W55asKKXmtMOD2wI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765888602; c=relaxed/simple; bh=mai/qavLD7A2q7N+r8XyBKi8RI97KnH6yhf+yvobCew=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=LBg79sLS3zTTu1BXHDafEhSj/59o50C8qn6hFSleEkp4wvRrNmd2+4fzNsZrINAIvsub+oMCPXy4aIwnu/piK3ylZEhl+G/wpC48NNe7RU6zSC9LS7LcnPiEpHEUlFntTf1lxdX90QGORdUmt4QBdKXJxtg2fZ8pLDDUOwuT/qI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=rock-chips.com; spf=pass smtp.mailfrom=rock-chips.com; dkim=pass (1024-bit key) header.d=rock-chips.com header.i=@rock-chips.com header.b=SLGndVjr; arc=none smtp.client-ip=101.71.155.95 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=rock-chips.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=rock-chips.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=rock-chips.com header.i=@rock-chips.com header.b="SLGndVjr" Received: from rockchip.. (unknown [58.22.7.114]) by smtp.qiye.163.com (Hmail) with ESMTP id 2d6ee1f9c; Tue, 16 Dec 2025 19:21:00 +0800 (GMT+08:00) From: Ye Zhang To: Ye Zhang , Linus Walleij , Heiko Stuebner Cc: Bartosz Golaszewski , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, tao.huang@rock-chips.com, Bartosz Golaszewski Subject: [PATCH v3 5/7] gpio: rockchip: support new version GPIO Date: Tue, 16 Dec 2025 19:20:51 +0800 Message-Id: <20251216112053.1927852-6-ye.zhang@rock-chips.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20251216112053.1927852-1-ye.zhang@rock-chips.com> References: <20251216112053.1927852-1-ye.zhang@rock-chips.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-HM-Tid: 0a9b26e4640309d8kunm7ab62e1d2a7b350 X-HM-MType: 1 X-HM-Spam-Status: e1kfGhgUHx5ZQUpXWQgPGg8OCBgUHx5ZQUlOS1dZFg8aDwILHllBWSg2Ly tZV1koWUFDSUNOT01LS0k3V1ktWUFJV1kPCRoVCBIfWUFZGhpJS1YaGklNGBoaHh4aGhlWFRQJFh oXVRMBExYaEhckFA4PWVdZGBILWUFZTkNVSUlVTFVKSk9ZV1kWGg8SFR0UWUFZT0tIVUpLSU9PT0 hVSktLVUpCS0tZBg++ DKIM-Signature: a=rsa-sha256; b=SLGndVjrFy6UYS+hlEtYcoWaqn4QUTsMMMc/sj2xmBI2wEHCa2Lvk4X/3IWIfA3Lo568GHtcGTLVxPqrirJWDYqiotp4KZUU4o72/GvLEAKNF7UOqCWhSauOpe+D99SZYddl38vOB93tJY87f+vVLCOzFyABXoTvxSWhK5CWykc=; c=relaxed/relaxed; s=default; d=rock-chips.com; v=1; bh=2RsNzulXAZLkL2QafonCahbYbZr1u/QuXtoWJZpywhQ=; h=date:mime-version:subject:message-id:from; Content-Type: text/plain; charset="utf-8" Support the next version GPIO controller on SoCs like rv1126b. Signed-off-by: Ye Zhang Acked-by: Bartosz Golaszewski --- drivers/gpio/gpio-rockchip.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpio/gpio-rockchip.c b/drivers/gpio/gpio-rockchip.c index 47174eb3ba76..c3e831c6bcf1 100644 --- a/drivers/gpio/gpio-rockchip.c +++ b/drivers/gpio/gpio-rockchip.c @@ -36,6 +36,7 @@ #define GPIO_TYPE_V2 (0x01000C2B) #define GPIO_TYPE_V2_1 (0x0101157C) #define GPIO_TYPE_V2_2 (0x010219C8) +#define GPIO_TYPE_V2_6 (0x01063F6E) =20 static const struct rockchip_gpio_regs gpio_regs_v1 =3D { .port_dr =3D 0x00, @@ -674,6 +675,7 @@ static int rockchip_get_bank_data(struct rockchip_pin_b= ank *bank) case GPIO_TYPE_V2: case GPIO_TYPE_V2_1: case GPIO_TYPE_V2_2: + case GPIO_TYPE_V2_6: bank->gpio_regs =3D &gpio_regs_v2; bank->gpio_type =3D GPIO_TYPE_V2; bank->db_clk =3D of_clk_get(bank->of_node, 1); --=20 2.34.1