aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2016-09-05 09:16:00 -0400
committerPatrice Chotard <patrice.chotard@st.com>2016-09-14 07:37:23 -0400
commit67f1ff404bdd50e46910b352be830d797fa51ec1 (patch)
tree791f0edca32317dd25e3aaf41d34e965f085b3ae /arch/arm/boot
parent271739b6d81b00c358a306d9fc06b7ee86d742ea (diff)
ARM: STi: DT: STiH407: Add uniperif reader dt nodes
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/stih407-family.dtsi28
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
index ea47e1602e0a..55cb99f3f954 100644
--- a/arch/arm/boot/dts/stih407-family.dtsi
+++ b/arch/arm/boot/dts/stih407-family.dtsi
@@ -964,5 +964,33 @@
964 964
965 status = "disabled"; 965 status = "disabled";
966 }; 966 };
967
968 sti_uni_reader0: sti-uni-reader@8d83000 {
969 compatible = "st,sti-uni-reader";
970 #sound-dai-cells = <0>;
971 st,syscfg = <&syscfg_core>;
972 reg = <0x8d83000 0x158>;
973 interrupts = <GIC_SPI 87 IRQ_TYPE_NONE>;
974 dmas = <&fdma0 5 0 1>;
975 dma-names = "rx";
976 dai-name = "Uni Reader #0 (PCM IN)";
977 st,version = <3>;
978
979 status = "disabled";
980 };
981
982 sti_uni_reader1: sti-uni-reader@8d84000 {
983 compatible = "st,sti-uni-reader";
984 #sound-dai-cells = <0>;
985 st,syscfg = <&syscfg_core>;
986 reg = <0x8d84000 0x158>;
987 interrupts = <GIC_SPI 88 IRQ_TYPE_NONE>;
988 dmas = <&fdma0 6 0 1>;
989 dma-names = "rx";
990 dai-name = "Uni Reader #1 (HDMI RX)";
991 st,version = <3>;
992
993 status = "disabled";
994 };
967 }; 995 };
968}; 996};