devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: FUKAUMI Naoki <naoki@radxa.com>
To: heiko@sntech.de
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	dsimic@manjaro.org, sebastian.reichel@collabora.com,
	devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org,
	FUKAUMI Naoki <naoki@radxa.com>
Subject: [PATCH v4 04/12] arm64: dts: rockchip: rename regulator for pcie2x1l2 for Radxa ROCK 5C
Date: Mon,  9 Dec 2024 12:51:23 +0000	[thread overview]
Message-ID: <20241209125131.4101-5-naoki@radxa.com> (raw)
In-Reply-To: <20241209125131.4101-1-naoki@radxa.com>

use consistent name with other regulators. no functional change is
intended.

Fixes: 3ddf5cdb77e6 ("arm64: dts: rockchip: add Radxa ROCK 5C")
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
---
Changes in v4:
- reword commit message
Changes in v3:
- none
Changes in v2:
- new
---
 arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts
index 85589d1a6d3b..61d75ab503b2 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts
@@ -76,13 +76,13 @@ pwm-fan {
 		pwms = <&pwm3 0 60000 0>;
 	};
 
-	pcie2x1l2_3v3: regulator-pcie2x1l2-3v3 {
+	vcc3v3_pcie2x1l2: regulator-vcc3v3_pcie2x1l2 {
 		compatible = "regulator-fixed";
 		enable-active-high;
 		gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
 		pinctrl-names = "default";
 		pinctrl-0 = <&pow_en>;
-		regulator-name = "pcie2x1l2_3v3";
+		regulator-name = "vcc3v3_pcie2x1l2";
 		regulator-min-microvolt = <3300000>;
 		regulator-max-microvolt = <3300000>;
 		vin-supply = <&vcc_sysin>;
@@ -421,7 +421,7 @@ &pcie2x1l2 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pcie20x1_2_perstn_m0>;
 	reset-gpios = <&gpio3 RK_PD1 GPIO_ACTIVE_HIGH>;
-	vpcie3v3-supply = <&pcie2x1l2_3v3>;
+	vpcie3v3-supply = <&vcc3v3_pcie2x1l2>;
 	status = "okay";
 };
 
-- 
2.43.0


  parent reply	other threads:[~2024-12-09 12:52 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-09 12:51 [PATCH v4 00/12] arm64: dts: rockchip: refine dts for Radxa ROCK 5C FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 01/12] arm64: dts: rockchip: change function name for blue LED " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 02/12] arm64: dts: rockchip: change node name for pwm-fan " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 03/12] arm64: dts: rockchip: fix property " FUKAUMI Naoki
2024-12-09 16:32   ` Dragan Simic
2024-12-09 21:12     ` FUKAUMI Naoki
2024-12-10  0:40       ` Alexey Charkov
2024-12-10  1:03         ` FUKAUMI Naoki
2024-12-10  7:06         ` Dragan Simic
2024-12-09 12:51 ` FUKAUMI Naoki [this message]
2024-12-09 12:51 ` [PATCH v4 05/12] arm64: dts: rockchip: add properties for pcie2x1l2 " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 06/12] arm64: dts: rockchip: remove RTC and related node " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 07/12] arm64: dts: rockchip: separate pinctrl for vcc_5v0 " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 08/12] arm64: dts: rockchip: add cd-gpios for sdmmc " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 09/12] arm64: dts: rockchip: fix pmic dcdc-reg7 regulator-name " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 10/12] arm64: dts: rockchip: fix pmic dcdc-reg10 label " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 11/12] arm64: dts: rockchip: fix proparties for pmic regulators " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 12/12] arm64: dts: rockchip: sort nodes " FUKAUMI Naoki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241209125131.4101-5-naoki@radxa.com \
    --to=naoki@radxa.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dsimic@manjaro.org \
    --cc=heiko@sntech.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robh@kernel.org \
    --cc=sebastian.reichel@collabora.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).