linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] arm64: dts: rockchip: rk3588s: Add AV1 decoder node
@ 2023-10-06  6:53 Benjamin Gaignard
  2023-10-16 20:12 ` Heiko Stuebner
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Gaignard @ 2023-10-06  6:53 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, heiko
  Cc: devicetree, linux-arm-kernel, linux-rockchip, linux-kernel,
	kernel, Benjamin Gaignard, Sebastian Reichel

Add node for AV1 video decoder.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@collabora.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
---
version 3:
- remove status = "okay"

version 2:
- change node name to video-codec
- fix typo in commit header

 arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
index 5544f66c6ff4..5481f59f551f 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
@@ -2304,6 +2304,19 @@ gpio4: gpio@fec50000 {
 			#interrupt-cells = <2>;
 		};
 	};
+
+	av1d: video-codec@fdc70000 {
+		compatible = "rockchip,rk3588-av1-vpu";
+		reg = <0x0 0xfdc70000 0x0 0x800>;
+		interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH 0>;
+		interrupt-names = "vdpu";
+		clocks = <&cru ACLK_AV1>, <&cru PCLK_AV1>;
+		clock-names = "aclk", "hclk";
+		assigned-clocks = <&cru ACLK_AV1>, <&cru PCLK_AV1>;
+		assigned-clock-rates = <400000000>, <400000000>;
+		resets = <&cru SRST_A_AV1>, <&cru SRST_P_AV1>, <&cru SRST_A_AV1_BIU>, <&cru SRST_P_AV1_BIU>;
+		power-domains = <&power RK3588_PD_AV1>;
+	};
 };
 
 #include "rk3588s-pinctrl.dtsi"
-- 
2.39.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3] arm64: dts: rockchip: rk3588s: Add AV1 decoder node
  2023-10-06  6:53 [PATCH v3] arm64: dts: rockchip: rk3588s: Add AV1 decoder node Benjamin Gaignard
@ 2023-10-16 20:12 ` Heiko Stuebner
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2023-10-16 20:12 UTC (permalink / raw)
  To: robh+dt, Benjamin Gaignard, conor+dt, krzysztof.kozlowski+dt
  Cc: Heiko Stuebner, linux-arm-kernel, linux-rockchip, devicetree,
	Sebastian Reichel, linux-kernel, kernel

On Fri, 6 Oct 2023 08:53:34 +0200, Benjamin Gaignard wrote:
> Add node for AV1 video decoder.
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: rk3588s: Add AV1 decoder node
      commit: dd6dc0c4c1265129c229e26917bf4de1d97ff91f

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-10-16 20:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-06  6:53 [PATCH v3] arm64: dts: rockchip: rk3588s: Add AV1 decoder node Benjamin Gaignard
2023-10-16 20:12 ` 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).