devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] arm64: dts: rockchip: Fix PCIe power enable pin for BTT CB2 and Pi2
@ 2025-10-12 12:33 Andrey Leonchikov
  2025-10-14 18:06 ` Heiko Stuebner
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Leonchikov @ 2025-10-12 12:33 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, linux-rockchip
  Cc: Andrey Leonchikov, robh, krzk+dt, conor+dt, heiko

Fix typo into regulator GPIO definition. With current
 definition - PCIe don't up. Valid definition have on
 "pinctrl" section, "pcie_drv" (gpio4, RK_PB1).

Fixes: bfbc663d2733a ("arm64: dts: rockchip: Add BigTreeTech CB2 and Pi2")
Signed-off-by: Andrey Leonchikov <andreil499@gmail.com>
---
 arch/arm64/boot/dts/rockchip/rk3566-bigtreetech-cb2.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3566-bigtreetech-cb2.dtsi b/arch/arm64/boot/dts/rockchip/rk3566-bigtreetech-cb2.dtsi
index 7f578c50b4ad..f74590af7e33 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-bigtreetech-cb2.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3566-bigtreetech-cb2.dtsi
@@ -120,7 +120,7 @@ vcc3v3_pcie: regulator-vcc3v3-pcie {
 		compatible = "regulator-fixed";
 		regulator-name = "vcc3v3_pcie";
 		enable-active-high;
-		gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
+		gpios = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
 		pinctrl-names = "default";
 		pinctrl-0 = <&pcie_drv>;
 		regulator-always-on;
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] arm64: dts: rockchip: Fix PCIe power enable pin for BTT CB2 and Pi2
  2025-10-12 12:33 [PATCH v2] arm64: dts: rockchip: Fix PCIe power enable pin for BTT CB2 and Pi2 Andrey Leonchikov
@ 2025-10-14 18:06 ` Heiko Stuebner
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2025-10-14 18:06 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, linux-rockchip, Andrey Leonchikov
  Cc: Heiko Stuebner, robh, krzk+dt, conor+dt


On Sun, 12 Oct 2025 14:33:36 +0200, Andrey Leonchikov wrote:
> Fix typo into regulator GPIO definition. With current
>  definition - PCIe don't up. Valid definition have on
>  "pinctrl" section, "pcie_drv" (gpio4, RK_PB1).
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: Fix PCIe power enable pin for BTT CB2 and Pi2
      commit: e179de737d13ad99bd19ea0fafab759d4074a425

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-14 18:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-12 12:33 [PATCH v2] arm64: dts: rockchip: Fix PCIe power enable pin for BTT CB2 and Pi2 Andrey Leonchikov
2025-10-14 18:06 ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).