LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] arm64: dts: allwinner: h6: Add Hantro G2 node
@ 2021-11-22 21:34 Jernej Skrabec
2021-11-22 21:35 ` Jernej Škrabec
0 siblings, 1 reply; 2+ messages in thread
From: Jernej Skrabec @ 2021-11-22 21:34 UTC (permalink / raw)
To: mripard, wens
Cc: robh+dt, devicetree, linux-arm-kernel, linux-sunxi, linux-kernel,
Jernej Skrabec
H6 SoC has a second VPU, dedicated to VP9 decoding. It's a slightly
older design, though.
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
---
arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
index 4c4547f7d0c7..878061e75098 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
@@ -153,6 +153,15 @@ mixer0_out_tcon_top_mixer0: endpoint {
};
};
+ video-codec-g2@1c00000 {
+ compatible = "allwinner,sun50i-h6-vpu-g2";
+ reg = <0x01c00000 0x1000>;
+ interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&ccu CLK_BUS_VP9>, <&ccu CLK_VP9>;
+ clock-names = "bus", "mod";
+ resets = <&ccu RST_BUS_VP9>;
+ };
+
video-codec@1c0e000 {
compatible = "allwinner,sun50i-h6-video-engine";
reg = <0x01c0e000 0x2000>;
--
2.34.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: dts: allwinner: h6: Add Hantro G2 node
2021-11-22 21:34 [PATCH] arm64: dts: allwinner: h6: Add Hantro G2 node Jernej Skrabec
@ 2021-11-22 21:35 ` Jernej Škrabec
0 siblings, 0 replies; 2+ messages in thread
From: Jernej Škrabec @ 2021-11-22 21:35 UTC (permalink / raw)
To: mripard, wens
Cc: robh+dt, devicetree, linux-arm-kernel, linux-sunxi, linux-kernel
Dne ponedeljek, 22. november 2021 ob 22:34:29 CET je Jernej Skrabec
napisal(a):
> H6 SoC has a second VPU, dedicated to VP9 decoding. It's a slightly
> older design, though.
>
> Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com
Sorry, wrong patch, please ignore.
Regards,
Jernej
> >
> ---
> arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi b/arch/arm64/boot/
dts/allwinner/sun50i-h6.dtsi
> index 4c4547f7d0c7..878061e75098 100644
> --- a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
> +++ b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
> @@ -153,6 +153,15 @@ mixer0_out_tcon_top_mixer0: endpoint {
> };
> };
>
> + video-codec-g2@1c00000 {
> + compatible = "allwinner,sun50i-h6-vpu-g2";
> + reg = <0x01c00000 0x1000>;
> + interrupts = <GIC_SPI 90
IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&ccu CLK_BUS_VP9>, <&ccu CLK_VP9>;
> + clock-names = "bus", "mod";
> + resets = <&ccu RST_BUS_VP9>;
> + };
> +
> video-codec@1c0e000 {
> compatible = "allwinner,sun50i-h6-video-
engine";
> reg = <0x01c0e000 0x2000>;
> --
> 2.34.0
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-22 21:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-22 21:34 [PATCH] arm64: dts: allwinner: h6: Add Hantro G2 node Jernej Skrabec
2021-11-22 21:35 ` Jernej Škrabec
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).