lkml.org 
[lkml]   [2020]   [Nov]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 6/6] ARM: dts: sun8i: v3s: Add video engine node
    Date
    Allwinner V3S SoC has a video engine.
    Add a node for it.

    Signed-off-by: Martin Cerveny <m.cerveny@computer.org>
    ---
    arch/arm/boot/dts/sun8i-v3s.dtsi | 10 ++++++++++
    1 file changed, 10 insertions(+)

    diff --git a/arch/arm/boot/dts/sun8i-v3s.dtsi b/arch/arm/boot/dts/sun8i-v3s.dtsi
    index 70193512c222..e8f304125e2d 100644
    --- a/arch/arm/boot/dts/sun8i-v3s.dtsi
    +++ b/arch/arm/boot/dts/sun8i-v3s.dtsi
    @@ -211,6 +211,16 @@ tcon0_out: port@1 {
    };
    };

    + video-codec@1c0e000 {
    + compatible = "allwinner,sun8i-v3s-video-engine";
    + 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,sun7i-a20-mmc";
    --
    2.25.1
    \
     
     \ /
      Last update: 2020-11-16 14:03    [W:4.146 / U:0.540 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site