Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1410027

Re: [PATCH v4 17/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes

From Arnaud Pouliquen <arnaud.pouliquen@st.com>
Newsgroups linux.kernel
Subject Re: [PATCH v4 17/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes
Date 2016-05-31 11:20 +0200
Message-ID <rEO0a-NP-29@gated-at.bofh.it> (permalink)
References <rCJxD-32M-5@gated-at.bofh.it> <rCJxF-32M-45@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



On 05/25/2016 06:06 PM, Peter Griffin wrote:
> This patch adds the DT node for the uniperif reader
> IP block found on STiH407 family silicon.
> 
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> ---
>  arch/arm/boot/dts/stih407-family.dtsi | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
> index 7ca149b..fb6363e1 100644
> --- a/arch/arm/boot/dts/stih407-family.dtsi
> +++ b/arch/arm/boot/dts/stih407-family.dtsi
> @@ -831,5 +831,33 @@
>  			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>;
> +			pinctrl-names = "default";
> +			pinctrl-0 = <&pinctrl_i2s_8ch_in>;
suppress pinctrl declaration
> +		};
> +
> +		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>;
> +		};
>  	};
>  };
> 

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 00/18]  Add support for FDMA DMA controller and xp70 rproc found on STi chipsets Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:10 +0200
  [PATCH v4 18/18] ARM: DT: STi: stihxxx-b2120: Add DT nodes for STi audio card Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:10 +0200
    Re: [PATCH v4 18/18] ARM: DT: STi: stihxxx-b2120: Add DT nodes for  STi audio card Arnaud Pouliquen <arnaud.pouliquen@st.com> - 2016-05-31 12:20 +0200
      Re: [PATCH v4 18/18] ARM: DT: STi: stihxxx-b2120: Add DT nodes for  STi audio card Peter Griffin <peter.griffin@linaro.org> - 2016-06-03 14:50 +0200
  [PATCH v4 17/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:10 +0200
    Re: [PATCH v4 17/18] ARM: STi: DT: STiH407: Add uniperif reader dt  nodes Arnaud Pouliquen <arnaud.pouliquen@st.com> - 2016-05-31 11:20 +0200
      Re: [PATCH v4 17/18] ARM: STi: DT: STiH407: Add uniperif reader dt  nodes Peter Griffin <peter.griffin@linaro.org> - 2016-06-03 15:00 +0200
  [PATCH v4 09/18] ARM: multi_v7_defconfig: Enable STi FDMA driver Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:20 +0200
  [PATCH v4 04/18] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:20 +0200
    Re: [PATCH v4 04/18] dmaengine: st_fdma: Add STMicroelectronics FDMA  DT binding documentation Rob Herring <robh@kernel.org> - 2016-05-27 17:50 +0200
  [PATCH v4 08/18] MAINTAINERS: Add FDMA driver files to STi section. Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:20 +0200
  [PATCH v4 06/18] dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:20 +0200
    Re: [PATCH v4 06/18] dmaengine: st_fdma: Add STMicroelectronics FDMA  engine driver support Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-05-25 19:30 +0200
    Re: [PATCH v4 06/18] dmaengine: st_fdma: Add STMicroelectronics FDMA  engine driver support Vinod Koul <vinod.koul@intel.com> - 2016-06-06 06:50 +0200
      Re: [PATCH v4 06/18] dmaengine: st_fdma: Add STMicroelectronics FDMA  engine driver support Peter Griffin <peter.griffin@linaro.org> - 2016-06-06 19:40 +0200
  [PATCH v4 10/18] ASoC: sti: Update DT example to match the driver code Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:20 +0200
    Re: [PATCH v4 10/18] ASoC: sti: Update DT example to match the  driver code Rob Herring <robh@kernel.org> - 2016-05-27 17:50 +0200
    Re: [PATCH v4 10/18] ASoC: sti: Update DT example to match the  driver code Mark Brown <broonie@kernel.org> - 2016-05-27 19:20 +0200
      Re: [PATCH v4 10/18] ASoC: sti: Update DT example to match the  driver code Peter Griffin <peter.griffin@linaro.org> - 2016-06-03 15:10 +0200
  [PATCH v4 02/18] ARM: multi_v7_defconfig: enable st xp70 rproc driver. Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:20 +0200
  [PATCH v4 05/18] dmaengine: st_fdma: Add STMicroelectronics FDMA driver header file Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:20 +0200
    Re: [PATCH v4 05/18] dmaengine: st_fdma: Add STMicroelectronics FDMA  driver header file Vinod Koul <vinod.koul@intel.com> - 2016-06-06 06:30 +0200
      Re: [PATCH v4 05/18] dmaengine: st_fdma: Add STMicroelectronics FDMA  driver header file Peter Griffin <peter.griffin@linaro.org> - 2016-06-06 19:50 +0200
  [PATCH v4 01/18] remoteproc: st_xp70_rproc: add a xp70 slimcore rproc driver Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:20 +0200
    Re: [PATCH v4 01/18] remoteproc: st_xp70_rproc: add a xp70 slimcore  rproc driver Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-05-25 19:20 +0200
      Re: [PATCH v4 01/18] remoteproc: st_xp70_rproc: add a xp70 slimcore  rproc driver Peter Griffin <peter.griffin@linaro.org> - 2016-06-06 09:30 +0200
    Re: [PATCH v4 01/18] remoteproc: st_xp70_rproc: add a xp70 slimcore  rproc driver Patrice Chotard <patrice.chotard@st.com> - 2016-05-27 15:20 +0200
      Re: [PATCH v4 01/18] remoteproc: st_xp70_rproc: add a xp70 slimcore  rproc driver Peter Griffin <peter.griffin@linaro.org> - 2016-05-27 18:20 +0200
  Re: [PATCH 00/18]  Add support for FDMA DMA controller and xp70  rproc found on STi chipsets Vinod Koul <vinod.koul@intel.com> - 2016-06-06 07:00 +0200
    Re: [PATCH 00/18]  Add support for FDMA DMA controller and xp70  rproc found on STi chipsets Peter Griffin <peter.griffin@linaro.org> - 2016-06-06 17:10 +0200

csiph-web