* [PATCH v1] ARM: dts: rockchip: rk3288: add power-domains property to dp node
@ 2022-12-28 20:17 Johan Jonker
2023-01-11 10:48 ` Heiko Stuebner
0 siblings, 1 reply; 2+ messages in thread
From: Johan Jonker @ 2022-12-28 20:17 UTC (permalink / raw)
To: heiko
Cc: robh+dt, krzysztof.kozlowski+dt, devicetree, linux-kernel,
linux-arm-kernel, linux-rockchip
The clocks in the Rockchip rk3288 DisplayPort node are
included in the power-domain@RK3288_PD_VIO logic, but the
power-domains property in the dp node is missing, so fix it.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
arch/arm/boot/dts/rk3288.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
index 487b0e03d..2ca76b69a 100644
--- a/arch/arm/boot/dts/rk3288.dtsi
+++ b/arch/arm/boot/dts/rk3288.dtsi
@@ -1181,6 +1181,7 @@
clock-names = "dp", "pclk";
phys = <&edp_phy>;
phy-names = "dp";
+ power-domains = <&power RK3288_PD_VIO>;
resets = <&cru SRST_EDP>;
reset-names = "dp";
rockchip,grf = <&grf>;
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v1] ARM: dts: rockchip: rk3288: add power-domains property to dp node
2022-12-28 20:17 [PATCH v1] ARM: dts: rockchip: rk3288: add power-domains property to dp node Johan Jonker
@ 2023-01-11 10:48 ` Heiko Stuebner
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2023-01-11 10:48 UTC (permalink / raw)
To: Johan Jonker
Cc: Heiko Stuebner, linux-kernel, linux-arm-kernel, robh+dt,
devicetree, linux-rockchip, krzysztof.kozlowski+dt
On Wed, 28 Dec 2022 21:17:32 +0100, Johan Jonker wrote:
> The clocks in the Rockchip rk3288 DisplayPort node are
> included in the power-domain@RK3288_PD_VIO logic, but the
> power-domains property in the dp node is missing, so fix it.
>
>
Applied, thanks!
[1/1] ARM: dts: rockchip: rk3288: add power-domains property to dp node
commit: 80422339a75088322b4d3884bd12fa0fe5d11050
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-11 10:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-28 20:17 [PATCH v1] ARM: dts: rockchip: rk3288: add power-domains property to dp node Johan Jonker
2023-01-11 10:48 ` 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).