* [PATCH] arm64: dts: rockchip: add clock to vo1-grf syscon on rk3588
@ 2024-02-27 21:05 Heiko Stuebner
2024-02-27 21:40 ` Sebastian Reichel
2024-02-28 9:16 ` Heiko Stuebner
0 siblings, 2 replies; 3+ messages in thread
From: Heiko Stuebner @ 2024-02-27 21:05 UTC (permalink / raw)
To: linux-rockchip; +Cc: devicetree, linux-arm-kernel, heiko, Sebastian Reichel
The VO*-general-register-files need a clock, so add the correct one.
Cc: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
This goes on top of Sebastian's series [0] cleaning up the some VO clk-
handling.
[0] https://lore.kernel.org/linux-rockchip/20240126182919.48402-4-sebastian.reichel@collabora.com
arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
index 36b1b7acfe6a1..7e40958b5174b 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
@@ -519,6 +519,7 @@ vop_grf: syscon@fd5a4000 {
vo1_grf: syscon@fd5a8000 {
compatible = "rockchip,rk3588-vo-grf", "syscon";
reg = <0x0 0xfd5a8000 0x0 0x100>;
+ clocks = <&cru PCLK_VO1GRF>;
};
php_grf: syscon@fd5b0000 {
--
2.39.2
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] arm64: dts: rockchip: add clock to vo1-grf syscon on rk3588
2024-02-27 21:05 [PATCH] arm64: dts: rockchip: add clock to vo1-grf syscon on rk3588 Heiko Stuebner
@ 2024-02-27 21:40 ` Sebastian Reichel
2024-02-28 9:16 ` Heiko Stuebner
1 sibling, 0 replies; 3+ messages in thread
From: Sebastian Reichel @ 2024-02-27 21:40 UTC (permalink / raw)
To: Heiko Stuebner; +Cc: linux-rockchip, devicetree, linux-arm-kernel
[-- Attachment #1.1: Type: text/plain, Size: 1162 bytes --]
Hi,
On Tue, Feb 27, 2024 at 10:05:21PM +0100, Heiko Stuebner wrote:
> The VO*-general-register-files need a clock, so add the correct one.
>
> Cc: Sebastian Reichel <sebastian.reichel@collabora.com>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---
> This goes on top of Sebastian's series [0] cleaning up the some VO clk-
> handling.
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
-- Sebastian
> [0] https://lore.kernel.org/linux-rockchip/20240126182919.48402-4-sebastian.reichel@collabora.com
>
> arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
> index 36b1b7acfe6a1..7e40958b5174b 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
> @@ -519,6 +519,7 @@ vop_grf: syscon@fd5a4000 {
> vo1_grf: syscon@fd5a8000 {
> compatible = "rockchip,rk3588-vo-grf", "syscon";
> reg = <0x0 0xfd5a8000 0x0 0x100>;
> + clocks = <&cru PCLK_VO1GRF>;
> };
>
> php_grf: syscon@fd5b0000 {
> --
> 2.39.2
>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 170 bytes --]
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] arm64: dts: rockchip: add clock to vo1-grf syscon on rk3588
2024-02-27 21:05 [PATCH] arm64: dts: rockchip: add clock to vo1-grf syscon on rk3588 Heiko Stuebner
2024-02-27 21:40 ` Sebastian Reichel
@ 2024-02-28 9:16 ` Heiko Stuebner
1 sibling, 0 replies; 3+ messages in thread
From: Heiko Stuebner @ 2024-02-28 9:16 UTC (permalink / raw)
To: Heiko Stuebner, linux-rockchip
Cc: linux-arm-kernel, devicetree, Sebastian Reichel
On Tue, 27 Feb 2024 22:05:21 +0100, Heiko Stuebner wrote:
> The VO*-general-register-files need a clock, so add the correct one.
>
>
Applied, thanks!
[1/1] arm64: dts: rockchip: add clock to vo1-grf syscon on rk3588
commit: 2047366b9eff8fada2a118588b0478de6e92d02c
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-28 9:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-27 21:05 [PATCH] arm64: dts: rockchip: add clock to vo1-grf syscon on rk3588 Heiko Stuebner
2024-02-27 21:40 ` Sebastian Reichel
2024-02-28 9:16 ` Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox