Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1470793
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v8 15/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes |
| Date | 2016-08-26 17:00 +0200 |
| Message-ID | <saqLU-8tm-35@gated-at.bofh.it> (permalink) |
| References | <saqLT-8tm-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch adds the DT node for the uniperif reader
IP block found on STiH407 family silicon.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
---
arch/arm/boot/dts/stih407-family.dtsi | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
index d263c96..bdddf2c 100644
--- a/arch/arm/boot/dts/stih407-family.dtsi
+++ b/arch/arm/boot/dts/stih407-family.dtsi
@@ -956,5 +956,31 @@
st,version = <5>;
st,mode = "SPDIF";
};
+
+ sti_uni_reader0: sti-uni-reader@0 {
+ compatible = "st,sti-uni-reader";
+ status = "disabled";
+ #sound-dai-cells = <0>;
+ st,syscfg = <&syscfg_core>;
+ reg = <0x8D83000 0x158>;
+ interrupts = <GIC_SPI 87 IRQ_TYPE_NONE>;
+ dmas = <&fdma0 5 0 1>;
+ dma-names = "rx";
+ dai-name = "Uni Reader #0 (PCM IN)";
+ st,version = <3>;
+ };
+
+ sti_uni_reader1: sti-uni-reader@1 {
+ compatible = "st,sti-uni-reader";
+ status = "disabled";
+ #sound-dai-cells = <0>;
+ st,syscfg = <&syscfg_core>;
+ reg = <0x8D84000 0x158>;
+ interrupts = <GIC_SPI 88 IRQ_TYPE_NONE>;
+ dmas = <&fdma0 6 0 1>;
+ dma-names = "rx";
+ dai-name = "Uni Reader #1 (HDMI RX)";
+ st,version = <3>;
+ };
};
};
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v8 15/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes Peter Griffin <peter.griffin@linaro.org> - 2016-08-26 17:00 +0200
Re: [PATCH v8 15/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes Lee Jones <lee.jones@linaro.org> - 2016-08-30 12:10 +0200
Re: [PATCH v8 15/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes Peter Griffin <peter.griffin@linaro.org> - 2016-08-30 16:30 +0200
Re: [PATCH v8 15/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes Lee Jones <lee.jones@linaro.org> - 2016-08-31 13:30 +0200
Re: [PATCH v8 15/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes Arnaud Pouliquen <arnaud.pouliquen@st.com> - 2016-09-05 14:30 +0200
Re: [PATCH v8 15/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes Lee Jones <lee.jones@linaro.org> - 2016-09-05 17:50 +0200
csiph-web