All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Morgan <macroalpha82@gmail.com>
To: devicetree@vger.kernel.org
Cc: linux-rockchip@lists.infradead.org, lee.jones@linaro.org,
	robh+dt@kernel.org, heiko@sntech.de, strit@manjaro.org,
	mbrugger@suse.com, arnaud.ferraris@collabora.com,
	knaerzche@gmail.com, zyw@rock-chips.com,
	zhangqing@rock-chips.com, Chris Morgan <macromorgan@hotmail.com>
Subject: [PATCH 3/4 v5] dts: rockchip: Update regulator name for PX3
Date: Thu,  3 Mar 2022 14:39:57 -0600	[thread overview]
Message-ID: <20220303203958.4904-4-macroalpha82@gmail.com> (raw)
In-Reply-To: <20220303203958.4904-1-macroalpha82@gmail.com>

From: Chris Morgan <macromorgan@hotmail.com>

The regulator name of SWITCH_REG1 does not match any other board
with a rk818 PMIC, nor does it correspond to a regulator in the
rk808-regulator driver. Changing name to SWITCH_REG which is
consistent with other boards and is in the driver.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
---
 arch/arm/boot/dts/rk3188-px3-evb.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/rk3188-px3-evb.dts b/arch/arm/boot/dts/rk3188-px3-evb.dts
index 39c60426c9c9..fc478ac4e781 100644
--- a/arch/arm/boot/dts/rk3188-px3-evb.dts
+++ b/arch/arm/boot/dts/rk3188-px3-evb.dts
@@ -212,7 +212,7 @@ wl_18: LDO_REG8 {
 				regulator-name = "wl_18";
 			};
 
-			lcd_33: SWITCH_REG1 {
+			lcd_33: SWITCH_REG {
 				regulator-name = "lcd_33";
 			};
 		};
-- 
2.25.1


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Chris Morgan <macroalpha82@gmail.com>
To: devicetree@vger.kernel.org
Cc: linux-rockchip@lists.infradead.org, lee.jones@linaro.org,
	robh+dt@kernel.org, heiko@sntech.de, strit@manjaro.org,
	mbrugger@suse.com, arnaud.ferraris@collabora.com,
	knaerzche@gmail.com, zyw@rock-chips.com,
	zhangqing@rock-chips.com, Chris Morgan <macromorgan@hotmail.com>
Subject: [PATCH 3/4 v5] dts: rockchip: Update regulator name for PX3
Date: Thu,  3 Mar 2022 14:39:57 -0600	[thread overview]
Message-ID: <20220303203958.4904-4-macroalpha82@gmail.com> (raw)
In-Reply-To: <20220303203958.4904-1-macroalpha82@gmail.com>

From: Chris Morgan <macromorgan@hotmail.com>

The regulator name of SWITCH_REG1 does not match any other board
with a rk818 PMIC, nor does it correspond to a regulator in the
rk808-regulator driver. Changing name to SWITCH_REG which is
consistent with other boards and is in the driver.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
---
 arch/arm/boot/dts/rk3188-px3-evb.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/rk3188-px3-evb.dts b/arch/arm/boot/dts/rk3188-px3-evb.dts
index 39c60426c9c9..fc478ac4e781 100644
--- a/arch/arm/boot/dts/rk3188-px3-evb.dts
+++ b/arch/arm/boot/dts/rk3188-px3-evb.dts
@@ -212,7 +212,7 @@ wl_18: LDO_REG8 {
 				regulator-name = "wl_18";
 			};
 
-			lcd_33: SWITCH_REG1 {
+			lcd_33: SWITCH_REG {
 				regulator-name = "lcd_33";
 			};
 		};
-- 
2.25.1


  parent reply	other threads:[~2022-03-03 20:40 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-03 20:39 [PATCH 0/4 v5] rk808: Convert bindings to yaml Chris Morgan
2022-03-03 20:39 ` Chris Morgan
2022-03-03 20:39 ` [PATCH 1/4 v5] arm64: dts: rockchip: Remove vcc13 and vcc14 for rk808 Chris Morgan
2022-03-03 20:39   ` Chris Morgan
2022-03-03 20:39 ` [PATCH 2/4 v5] dts: rockchip: Add #clock-cells value for rk805 Chris Morgan
2022-03-03 20:39   ` Chris Morgan
2022-03-03 20:39 ` Chris Morgan [this message]
2022-03-03 20:39   ` [PATCH 3/4 v5] dts: rockchip: Update regulator name for PX3 Chris Morgan
2022-03-04 13:47   ` Robin Murphy
2022-03-04 13:47     ` Robin Murphy
2022-03-03 20:39 ` [PATCH 4/4 v5] dt-bindings: mfd: rk808: Convert bindings to yaml Chris Morgan
2022-03-03 20:39   ` Chris Morgan
2022-03-04  2:56   ` Rob Herring
2022-03-04  2:56     ` Rob Herring
2022-03-05 17:35 ` (subset) [PATCH 0/4 v5] " Heiko Stuebner
2022-03-05 17:35   ` Heiko Stuebner

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=20220303203958.4904-4-macroalpha82@gmail.com \
    --to=macroalpha82@gmail.com \
    --cc=arnaud.ferraris@collabora.com \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=knaerzche@gmail.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=macromorgan@hotmail.com \
    --cc=mbrugger@suse.com \
    --cc=robh+dt@kernel.org \
    --cc=strit@manjaro.org \
    --cc=zhangqing@rock-chips.com \
    --cc=zyw@rock-chips.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.