mbox series

[v2,0/3] Add support for STPMIC1

Message ID 1554800820-5412-1-git-send-email-p.paillet@st.com (mailing list archive)
Headers show
Series Add support for STPMIC1 | expand

Message

Pascal Paillet April 9, 2019, 9:07 a.m. UTC
Add support for STPMIC1 on:
- stm32mp157c ed1 board
- stm32mp157a dk1 board
- arm multi_v7_defconfig

Pascal Paillet (3):

changes in v2:
* Describe why we disable the DMAs for PMIC

  ARM: dts: stm32: add stpmic1 support on stm32mp157c ed1 board
  ARM: dts: stm32: add stpmic1 support on stm32mp157a dk1 board
  ARM: multi_v7_defconfig: Enable support for STPMIC1

 arch/arm/boot/dts/stm32mp157a-dk1.dts | 158 ++++++++++++++++++++++++++++++++--
 arch/arm/boot/dts/stm32mp157c-ed1.dts | 156 +++++++++++++++++++++++++++++----
 arch/arm/configs/multi_v7_defconfig   |   4 +
 3 files changed, 294 insertions(+), 24 deletions(-)

Comments

Alexandre TORGUE April 10, 2019, 1:32 p.m. UTC | #1
Hi Pascal

On 4/9/19 11:07 AM, Pascal PAILLET-LME wrote:
> Add support for STPMIC1 on:
> - stm32mp157c ed1 board
> - stm32mp157a dk1 board
> - arm multi_v7_defconfig
> 
> Pascal Paillet (3):
> 
> changes in v2:
> * Describe why we disable the DMAs for PMIC
> 
>    ARM: dts: stm32: add stpmic1 support on stm32mp157c ed1 board
>    ARM: dts: stm32: add stpmic1 support on stm32mp157a dk1 board
>    ARM: multi_v7_defconfig: Enable support for STPMIC1
> 
>   arch/arm/boot/dts/stm32mp157a-dk1.dts | 158 
> ++++++++++++++++++++++++++++++++--
>   arch/arm/boot/dts/stm32mp157c-ed1.dts | 156 
> +++++++++++++++++++++++++++++----
>   arch/arm/configs/multi_v7_defconfig   |   4 +
>   3 files changed, 294 insertions(+), 24 deletions(-)
> 
> -- 
> 1.9.1


Series applied on stm32-next.

Linus,
I saw that you made a comment on first version which has been fixed by 
Pascal in v2. Sorry if I don't wait for your ack (I don't have much time 
to finish my PR).

Regards
Alex