mbox series

[v1,0/5] Add supply property for DSI controller

Message ID 1554279389-27377-1-git-send-email-yannick.fertre@st.com (mailing list archive)
Headers show
Series Add supply property for DSI controller | expand

Message

Yannick FERTRE April 3, 2019, 8:16 a.m. UTC
The DSI controller needs a new property that powers its physical layer.
Binding has been updated to documented this property.
Device tree of stm32mp157c soc.
Move reg18 & reg11 to stm32mp157c device tree file.
Remove property phy-dsi-supply property to stm32mp157c-dk2.dts file.

Yannick Fertré (5):
  dt-bindings: display: stm32: add supply property to DSI controller
  drm/stm: dw_mipi_dsi-stm: add support of an optional regulator
  ARM: dts: stm32: add phy-dsi-supply property on stm32mp157c
  ARM: dts: stm32: move fixe regulators reg11 & reg18
  ARM: dts: stm32: remove phy-dsi-supply property on stm32mp157c-dk2
    board

 .../devicetree/bindings/display/st,stm32-ltdc.txt    |  3 +++
 arch/arm/boot/dts/stm32mp157c-dk2.dts                |  9 ---------
 arch/arm/boot/dts/stm32mp157c-ed1.dts                | 16 ----------------
 arch/arm/boot/dts/stm32mp157c.dtsi                   | 17 +++++++++++++++++
 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c                | 20 ++++++++++++++++++++
 5 files changed, 40 insertions(+), 25 deletions(-)

Comments

Alexandre TORGUE April 10, 2019, 1:48 p.m. UTC | #1
Hi Yannick

On 4/3/19 10:16 AM, Yannick Fertré wrote:
> The DSI controller needs a new property that powers its physical layer.
> Binding has been updated to documented this property.
> Device tree of stm32mp157c soc.
> Move reg18 & reg11 to stm32mp157c device tree file.
> Remove property phy-dsi-supply property to stm32mp157c-dk2.dts file.
> 
> Yannick Fertré (5):

...

>    ARM: dts: stm32: add phy-dsi-supply property on stm32mp157c
>    ARM: dts: stm32: move fixe regulators reg11 & reg18
>    ARM: dts: stm32: remove phy-dsi-supply property on stm32mp157c-dk2
>      board
> 

For ARM part:

Another series is currently under review: "Add support for STM32MP1 
power regulators" (https://lkml.org/lkml/2019/4/8/614).

As soon I'll merge it I'll take your patches without patch
"ARM: dts: stm32: move fixe regulators reg11 & reg18" as it will be no 
longer relevant.

regards
Alexandre


>   .../devicetree/bindings/display/st,stm32-ltdc.txt    |  3 +++
>   arch/arm/boot/dts/stm32mp157c-dk2.dts                |  9 ---------
>   arch/arm/boot/dts/stm32mp157c-ed1.dts                | 16 ----------------
>   arch/arm/boot/dts/stm32mp157c.dtsi                   | 17 +++++++++++++++++
>   drivers/gpu/drm/stm/dw_mipi_dsi-stm.c                | 20 ++++++++++++++++++++
>   5 files changed, 40 insertions(+), 25 deletions(-)
>