mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: rockchip: Add HDMI supplies on rk3399-roc-pc
@ 2022-09-15 11:11 Markus Reichl
  2022-09-15 13:49 ` Heiko Stuebner
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Reichl @ 2022-09-15 11:11 UTC (permalink / raw)
  To: linux-rockchip, Rob Herring, Krzysztof Kozlowski, Heiko Stuebner
  Cc: Markus Reichl, devicetree, linux-arm-kernel, linux-kernel

Add avdd-0v9-supply and avdd-1v8-supply to hdmi node for
rk3399-roc-pc to silence dmesg warning and match the name
of the 1v8 supply to the circuit sheet.

Signed-off-by: Markus Reichl <m.reichl@fivetechno.de>
---
 arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi
index acb174d3a8c5..51d1bf25faae 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi
@@ -274,6 +274,8 @@ &hdmi {
 	ddc-i2c-bus = <&i2c3>;
 	pinctrl-names = "default";
 	pinctrl-0 = <&hdmi_cec>;
+	avdd-0v9-supply = <&vcca0v9_hdmi>;
+	avdd-1v8-supply = <&vcca1v8_hdmi>;
 	status = "okay";
 };
 
@@ -369,8 +371,8 @@ regulator-state-mem {
 				};
 			};
 
-			vcc1v8_hdmi: LDO_REG2 {
-				regulator-name = "vcc1v8_hdmi";
+			vcca1v8_hdmi: LDO_REG2 {
+				regulator-name = "vcca1v8_hdmi";
 				regulator-always-on;
 				regulator-boot-on;
 				regulator-min-microvolt = <1800000>;
-- 
2.30.2


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

* Re: [PATCH] arm64: dts: rockchip: Add HDMI supplies on rk3399-roc-pc
  2022-09-15 11:11 [PATCH] arm64: dts: rockchip: Add HDMI supplies on rk3399-roc-pc Markus Reichl
@ 2022-09-15 13:49 ` Heiko Stuebner
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2022-09-15 13:49 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Markus Reichl, Rob Herring, linux-rockchip
  Cc: Heiko Stuebner, linux-arm-kernel, devicetree, linux-kernel

On Thu, 15 Sep 2022 13:11:36 +0200, Markus Reichl wrote:
> Add avdd-0v9-supply and avdd-1v8-supply to hdmi node for
> rk3399-roc-pc to silence dmesg warning and match the name
> of the 1v8 supply to the circuit sheet.

Applied, thanks!

[1/1] arm64: dts: rockchip: Add HDMI supplies on rk3399-roc-pc
      commit: 1c33f8508b625e8c792b396155f6ef7cbc8f4212

I've moved the regulators higher up in the node to keep our
alphabetical sorting. Please do similar in future patches :-)

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

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

end of thread, other threads:[~2022-09-15 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15 11:11 [PATCH] arm64: dts: rockchip: Add HDMI supplies on rk3399-roc-pc Markus Reichl
2022-09-15 13:49 ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®