lkml.org 
[lkml]   [2020]   [Oct]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v9 14/14] arm: dts: sunxi: h3/h5: Add I2S2 node
    Date
    From: Marcus Cooper <codekipper@gmail.com>

    Add H3/H5 I2S2 node connected to the HDMI interface.

    Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
    Signed-off-by: Marcus Cooper <codekipper@gmail.com>
    Acked-by: Chen-Yu Tsai <wens@csie.org>
    Signed-off-by: Clément Péron <peron.clem@gmail.com>
    ---
    arch/arm/boot/dts/sunxi-h3-h5.dtsi | 13 +++++++++++++
    1 file changed, 13 insertions(+)

    diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
    index 22d533d18992..9be13378d4df 100644
    --- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi
    +++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
    @@ -662,6 +662,19 @@ i2s1: i2s@1c22400 {
    status = "disabled";
    };

    + i2s2: i2s@1c22800 {
    + #sound-dai-cells = <0>;
    + compatible = "allwinner,sun8i-h3-i2s";
    + reg = <0x01c22800 0x400>;
    + interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
    + clocks = <&ccu CLK_BUS_I2S2>, <&ccu CLK_I2S2>;
    + clock-names = "apb", "mod";
    + dmas = <&dma 27>;
    + resets = <&ccu RST_BUS_I2S2>;
    + dma-names = "tx";
    + status = "disabled";
    + };
    +
    codec: codec@1c22c00 {
    #sound-dai-cells = <0>;
    compatible = "allwinner,sun8i-h3-codec";
    --
    2.25.1
    \
     
     \ /
      Last update: 2020-10-27 19:33    [W:3.357 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site