Hi!

Dne sreda, 05. december 2018 ob 10:24:44 CET je Paul Kocialkowski napisal(a):
> This adds the Video Engine node for the A64. Since it can map the whole
> DRAM range, there is no particular need for a reserved memory node
> (unlike platforms preceding the A33).
> 
> Signed-off-by: Paul Kocialkowski <paul.kocialkow...@bootlin.com>
> ---
>  arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
> b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi index
> 8557d52c7c99..8d024c10d7cb 100644
> --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
> +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
> @@ -397,6 +397,17 @@
>                       };
>               };
> 
> +             video-codec@1c0e000 {
> +                     compatible = "allwinner,sun50i-h5-video-engine";

You meant A64 instead of H5, right?

Best regards,
Jernej

> +                     reg = <0x01c0e000 0x1000>;
> +                     clocks = <&ccu CLK_BUS_VE>, <&ccu CLK_VE>,
> +                              <&ccu CLK_DRAM_VE>;
> +                     clock-names = "ahb", "mod", "ram";
> +                     resets = <&ccu RST_BUS_VE>;
> +                     interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
> +                     allwinner,sram = <&ve_sram 1>;
> +             };
> +
>               mmc0: mmc@1c0f000 {
>                       compatible = "allwinner,sun50i-a64-mmc";
>                       reg = <0x01c0f000 0x1000>;




-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to