]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
arm64: dts: allwinner: h6: Add I2S1 node
authorJernej Skrabec <jernej.skrabec@siol.net>
Fri, 30 Oct 2020 14:46:44 +0000 (15:46 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 2 Nov 2020 14:09:01 +0000 (15:09 +0100)
Add Allwinner H6 I2S1 node connected to HDMI interface.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: Marcus Cooper <codekipper@gmail.com>
Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Link: https://lore.kernel.org/r/20201030144648.397824-12-peron.clem@gmail.com
arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi

index 28c4a79b8a45ea9b3db22b7b5e027af684d328fd..8a62a9fbe34753377e4250263fc4255a055f3ea6 100644 (file)
                        };
                };
 
+               i2s1: i2s@5091000 {
+                       #sound-dai-cells = <0>;
+                       compatible = "allwinner,sun50i-h6-i2s";
+                       reg = <0x05091000 0x1000>;
+                       interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&ccu CLK_BUS_I2S1>, <&ccu CLK_I2S1>;
+                       clock-names = "apb", "mod";
+                       dmas = <&dma 4>, <&dma 4>;
+                       resets = <&ccu RST_BUS_I2S1>;
+                       dma-names = "rx", "tx";
+                       status = "disabled";
+               };
+
                spdif: spdif@5093000 {
                        #sound-dai-cells = <0>;
                        compatible = "allwinner,sun50i-h6-spdif";