lkml.org 
[lkml]   [2022]   [Nov]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v7 1/7] ARM: dts: nuvoton: Add node for NPCM VCD and ECE engine
    Date
    Add node for Video Capture/Differentiation Engine (VCD) and Encoding
    Compression Engine (ECE) present on Nuvoton NPCM SoCs. Tested with
    Nuvoton NPCM750 evaluation board.

    Signed-off-by: Marvin Lin <milkfafa@gmail.com>
    ---
    arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi | 19 +++++++++++++++++++
    1 file changed, 19 insertions(+)

    diff --git a/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi b/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
    index c7b5ef15b716..293a550955bb 100644
    --- a/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
    +++ b/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
    @@ -179,6 +179,19 @@ fiux: spi@fb001000 {
    status = "disabled";
    };

    + video: video@f0810000 {
    + compatible = "nuvoton,npcm750-video";
    + reg = <0xf0810000 0x10000>, <0xf0820000 0x2000>;
    + reg-names = "vcd", "ece";
    + interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
    + resets = <&rstc NPCM7XX_RESET_IPSRST2 NPCM7XX_RESET_VCD>,
    + <&rstc NPCM7XX_RESET_IPSRST2 NPCM7XX_RESET_ECE>;
    + reset-names = "vcd", "ece";
    + nuvoton,syscon-gcr = <&gcr>;
    + nuvoton,syscon-gfxi = <&gfxi>;
    + status = "disabled";
    + };
    +
    apb {
    #address-cells = <1>;
    #size-cells = <1>;
    @@ -554,6 +567,12 @@ i2c15: i2c@8f000 {
    pinctrl-0 = <&smb15_pins>;
    status = "disabled";
    };
    +
    + gfxi: gfxi@e000 {
    + compatible = "nuvoton,npcm750-gfxi", "syscon",
    + "simple-mfd";
    + reg = <0xe000 0x100>;
    + };
    };
    };

    --
    2.34.1
    \
     
     \ /
      Last update: 2022-11-22 10:00    [W:4.167 / U:0.344 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site