diff mbox

[v6,02/10] ARM: dts: STiH410: add DELTA dt node

Message ID 1485965011-17388-3-git-send-email-hugues.fruchet@st.com (mailing list archive)
State New, archived
Headers show

Commit Message

Hugues FRUCHET Feb. 1, 2017, 4:03 p.m. UTC
This patch adds DT node for STMicroelectronics
DELTA V4L2 video decoder

Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
 arch/arm/boot/dts/stih410.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Peter Griffin Feb. 1, 2017, 6:37 p.m. UTC | #1
On Wed, 01 Feb 2017, Hugues Fruchet wrote:

> This patch adds DT node for STMicroelectronics
> DELTA V4L2 video decoder
> 
> Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
> ---
>  arch/arm/boot/dts/stih410.dtsi | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/stih410.dtsi b/arch/arm/boot/dts/stih410.dtsi
> index 281a124..42e070c 100644
> --- a/arch/arm/boot/dts/stih410.dtsi
> +++ b/arch/arm/boot/dts/stih410.dtsi
> @@ -259,5 +259,15 @@
>  			clocks = <&clk_sysin>;
>  			interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
>  		};
> +		delta0 {
> +			compatible = "st,st-delta";
> +			clock-names = "delta",
> +				      "delta-st231",
> +				      "delta-flash-promip";
> +			clocks = <&clk_s_c0_flexgen CLK_VID_DMU>,
> +				 <&clk_s_c0_flexgen CLK_ST231_DMU>,
> +				 <&clk_s_c0_flexgen CLK_FLASH_PROMIP>;
> +		};
> +

I think this node should be in stih407-family.dtsi file?

regards,

Peter.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Hugues FRUCHET Feb. 2, 2017, 3:06 p.m. UTC | #2
Hi Peter,

This is now fixed in v7.

Best regards,
Hugues.

On 02/01/2017 07:37 PM, Peter Griffin wrote:
> On Wed, 01 Feb 2017, Hugues Fruchet wrote:
>
>> This patch adds DT node for STMicroelectronics
>> DELTA V4L2 video decoder
>>
>> Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
>> ---
>>  arch/arm/boot/dts/stih410.dtsi | 10 ++++++++++
>>  1 file changed, 10 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/stih410.dtsi b/arch/arm/boot/dts/stih410.dtsi
>> index 281a124..42e070c 100644
>> --- a/arch/arm/boot/dts/stih410.dtsi
>> +++ b/arch/arm/boot/dts/stih410.dtsi
>> @@ -259,5 +259,15 @@
>>  			clocks = <&clk_sysin>;
>>  			interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
>>  		};
>> +		delta0 {
>> +			compatible = "st,st-delta";
>> +			clock-names = "delta",
>> +				      "delta-st231",
>> +				      "delta-flash-promip";
>> +			clocks = <&clk_s_c0_flexgen CLK_VID_DMU>,
>> +				 <&clk_s_c0_flexgen CLK_ST231_DMU>,
>> +				 <&clk_s_c0_flexgen CLK_FLASH_PROMIP>;
>> +		};
>> +
>
> I think this node should be in stih407-family.dtsi file?
>
> regards,
>
> Peter.
>--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/stih410.dtsi b/arch/arm/boot/dts/stih410.dtsi
index 281a124..42e070c 100644
--- a/arch/arm/boot/dts/stih410.dtsi
+++ b/arch/arm/boot/dts/stih410.dtsi
@@ -259,5 +259,15 @@ 
 			clocks = <&clk_sysin>;
 			interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
 		};
+		delta0 {
+			compatible = "st,st-delta";
+			clock-names = "delta",
+				      "delta-st231",
+				      "delta-flash-promip";
+			clocks = <&clk_s_c0_flexgen CLK_VID_DMU>,
+				 <&clk_s_c0_flexgen CLK_ST231_DMU>,
+				 <&clk_s_c0_flexgen CLK_FLASH_PROMIP>;
+		};
+
 	};
 };