All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre TORGUE <alexandre.torgue@foss.st.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	"Kevin Hilman" <khilman@baylibre.com>, SoC Team <soc@kernel.org>,
	arm-soc <arm@kernel.org>
Cc: Alexandre TORGUE <alexandre.torgue@st.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-stm32@st-md-mailman.stormreply.com"
	<linux-stm32@st-md-mailman.stormreply.com>,
	Jagan Teki <jagan@amarulasolutions.com>
Subject: [GIT PULL] STM32 DT changes for v5.17 #1
Date: Wed, 15 Dec 2021 11:56:29 +0100	[thread overview]
Message-ID: <dfe942db-5af7-bb82-22b6-3bd866c9017d@foss.st.com> (raw)


Dear ARM SoC maintainers,

Please consider this first round of STM32 DT updates for v5.17.

Regards
Alex

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

   Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git 
tags/stm32-dt-for-v5.17-1

for you to fetch changes up to 3ff0810ffc4793bfde454a452837484d0815aa14:

   ARM: dts: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0 10.1" OF 
(2021-12-06 09:31:05 +0100)

----------------------------------------------------------------
STM32 DT for v5.17, round 1

Highlights:
----------

-MCU:
  - fix ili9341 for dtbs_check warnings on stm32f429 disco.

- MPU:
  - ST boards:
   - tune HS USB phys on stm32mp15 EV1 and DKx boards.
   - add pull-up on USART3/UART7 RX pins on STM32MP15 DKx boards.
   - use correct pinctrl setting for STUSB1600 on STM32MP15 DK boards.

  - ENGICAM:
   - enable LVDS pannel on i.Core STM32MP1 EDIMM2.2.
   - add "i.Core STM32MP1 C.TOUCH 2.0 10.1" OF" support:
     EDIMM compliant general purpose carrier board with ETH 10/100,
     WIFI/BT, CAN, ...

----------------------------------------------------------------
Dillon Min (1):
       ARM: dts: stm32: fix dtbs_check warning on ili9341 dts binding on 
stm32f429 disco

Erwan Le Ray (2):
       ARM: dts: stm32: add pull-up to USART3 and UART7 RX pins on 
STM32MP15 DKx boards
       ARM: dts: stm32: clean uart4_idle_pins_a node for stm32mp15

Fabrice Gasnier (3):
       ARM: dts: stm32: tune the HS USB PHYs on stm32mp15xx-dkx
       ARM: dts: stm32: tune the HS USB PHYs on stm32mp157c-ev1
       ARM: dts: stm32: fix stusb1600 pinctrl used on stm32mp157c-dk

Jagan Teki (3):
       ARM: dts: stm32: Enable LVDS panel on i.Core STM32MP1 EDIMM2.2
       dt-bindings: arm: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0 
10.1" OF
       ARM: dts: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0 10.1" OF

  .../devicetree/bindings/arm/stm32/stm32.yaml       |   1 +
  arch/arm/boot/dts/Makefile                         |   1 +
  arch/arm/boot/dts/stm32f429-disco.dts              |   2 +-
  arch/arm/boot/dts/stm32mp15-pinctrl.dtsi           |  32 ++---
  .../stm32mp157a-icore-stm32mp1-ctouch2-of10.dts    | 132 
+++++++++++++++++++++
  .../dts/stm32mp157a-icore-stm32mp1-edimm2.2.dts    |  85 +++++++++++++
  arch/arm/boot/dts/stm32mp157c-ev1.dts              |  22 ++++
  arch/arm/boot/dts/stm32mp15xx-dkx.dtsi             |  16 +++
  8 files changed, 274 insertions(+), 17 deletions(-)
  create mode 100644 
arch/arm/boot/dts/stm32mp157a-icore-stm32mp1-ctouch2-of10.dts

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre TORGUE <alexandre.torgue@foss.st.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	"Kevin Hilman" <khilman@baylibre.com>, SoC Team <soc@kernel.org>,
	arm-soc <arm@kernel.org>
Cc: Alexandre TORGUE <alexandre.torgue@st.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-stm32@st-md-mailman.stormreply.com"
	<linux-stm32@st-md-mailman.stormreply.com>,
	Jagan Teki <jagan@amarulasolutions.com>
Subject: [GIT PULL] STM32 DT changes for v5.17 #1
Date: Wed, 15 Dec 2021 11:56:29 +0100	[thread overview]
Message-ID: <dfe942db-5af7-bb82-22b6-3bd866c9017d@foss.st.com> (raw)


Dear ARM SoC maintainers,

Please consider this first round of STM32 DT updates for v5.17.

Regards
Alex

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

   Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git 
tags/stm32-dt-for-v5.17-1

for you to fetch changes up to 3ff0810ffc4793bfde454a452837484d0815aa14:

   ARM: dts: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0 10.1" OF 
(2021-12-06 09:31:05 +0100)

----------------------------------------------------------------
STM32 DT for v5.17, round 1

Highlights:
----------

-MCU:
  - fix ili9341 for dtbs_check warnings on stm32f429 disco.

- MPU:
  - ST boards:
   - tune HS USB phys on stm32mp15 EV1 and DKx boards.
   - add pull-up on USART3/UART7 RX pins on STM32MP15 DKx boards.
   - use correct pinctrl setting for STUSB1600 on STM32MP15 DK boards.

  - ENGICAM:
   - enable LVDS pannel on i.Core STM32MP1 EDIMM2.2.
   - add "i.Core STM32MP1 C.TOUCH 2.0 10.1" OF" support:
     EDIMM compliant general purpose carrier board with ETH 10/100,
     WIFI/BT, CAN, ...

----------------------------------------------------------------
Dillon Min (1):
       ARM: dts: stm32: fix dtbs_check warning on ili9341 dts binding on 
stm32f429 disco

Erwan Le Ray (2):
       ARM: dts: stm32: add pull-up to USART3 and UART7 RX pins on 
STM32MP15 DKx boards
       ARM: dts: stm32: clean uart4_idle_pins_a node for stm32mp15

Fabrice Gasnier (3):
       ARM: dts: stm32: tune the HS USB PHYs on stm32mp15xx-dkx
       ARM: dts: stm32: tune the HS USB PHYs on stm32mp157c-ev1
       ARM: dts: stm32: fix stusb1600 pinctrl used on stm32mp157c-dk

Jagan Teki (3):
       ARM: dts: stm32: Enable LVDS panel on i.Core STM32MP1 EDIMM2.2
       dt-bindings: arm: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0 
10.1" OF
       ARM: dts: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0 10.1" OF

  .../devicetree/bindings/arm/stm32/stm32.yaml       |   1 +
  arch/arm/boot/dts/Makefile                         |   1 +
  arch/arm/boot/dts/stm32f429-disco.dts              |   2 +-
  arch/arm/boot/dts/stm32mp15-pinctrl.dtsi           |  32 ++---
  .../stm32mp157a-icore-stm32mp1-ctouch2-of10.dts    | 132 
+++++++++++++++++++++
  .../dts/stm32mp157a-icore-stm32mp1-edimm2.2.dts    |  85 +++++++++++++
  arch/arm/boot/dts/stm32mp157c-ev1.dts              |  22 ++++
  arch/arm/boot/dts/stm32mp15xx-dkx.dtsi             |  16 +++
  8 files changed, 274 insertions(+), 17 deletions(-)
  create mode 100644 
arch/arm/boot/dts/stm32mp157a-icore-stm32mp1-ctouch2-of10.dts

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2021-12-15 10:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-15 10:56 Alexandre TORGUE [this message]
2021-12-15 10:56 ` [GIT PULL] STM32 DT changes for v5.17 #1 Alexandre TORGUE
2021-12-15 15:10 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dfe942db-5af7-bb82-22b6-3bd866c9017d@foss.st.com \
    --to=alexandre.torgue@foss.st.com \
    --cc=alexandre.torgue@st.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=jagan@amarulasolutions.com \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.