Message ID | 20211202075105.195664-9-avolmat@me.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: sti: various DT fixes to avoid warnings | expand |
Hi Alain On 12/2/21 08:51, Alain Volmat wrote: > The delta0 node within stih410.dtsi is identical to the > one already written within stih407-family.dtsi and included > within stih410.dtsi. > > Signed-off-by: Alain Volmat <avolmat@me.com> > --- > arch/arm/boot/dts/stih410.dtsi | 10 ---------- > 1 file changed, 10 deletions(-) > > diff --git a/arch/arm/boot/dts/stih410.dtsi b/arch/arm/boot/dts/stih410.dtsi > index 6d847019c554..fe83d9a522bf 100644 > --- a/arch/arm/boot/dts/stih410.dtsi > +++ b/arch/arm/boot/dts/stih410.dtsi > @@ -274,16 +274,6 @@ thermal@91a0000 { > interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>; > }; > > - delta0@0 { > - 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>; > - }; > - > sti-cec@94a087c { > compatible = "st,stih-cec"; > reg = <0x94a087c 0x64>; Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Thanks Patrice
diff --git a/arch/arm/boot/dts/stih410.dtsi b/arch/arm/boot/dts/stih410.dtsi index 6d847019c554..fe83d9a522bf 100644 --- a/arch/arm/boot/dts/stih410.dtsi +++ b/arch/arm/boot/dts/stih410.dtsi @@ -274,16 +274,6 @@ thermal@91a0000 { interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>; }; - delta0@0 { - 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>; - }; - sti-cec@94a087c { compatible = "st,stih-cec"; reg = <0x94a087c 0x64>;
The delta0 node within stih410.dtsi is identical to the one already written within stih407-family.dtsi and included within stih410.dtsi. Signed-off-by: Alain Volmat <avolmat@me.com> --- arch/arm/boot/dts/stih410.dtsi | 10 ---------- 1 file changed, 10 deletions(-)