mbox series

[PATCHv2,0/4] Bx50v3 DT improvements

Message ID 20210308151829.60056-1-sebastian.reichel@collabora.com
Headers show
Series Bx50v3 DT improvements | expand

Message

Sebastian Reichel March 8, 2021, 3:18 p.m. UTC
Bx50v3 DT improvements

These are a bunch of small unrelated improvements for the GE Bx50v3
device tree (and BA16 system on module, which is currently only used
by Bx50v3).

Changes since PATCHv1 [1]:
 * change patch prefix for BA16 patches
 * remove extra newline from PATCH 1/4
 * keep 'status' at the end of FEC in PATCH 2/4

[1] https://lore.kernel.org/lkml/20210223183346.138575-1-sebastian.reichel@collabora.com/

Thanks for reviewing/merging them,

-- Sebastian

Ian Ray (1):
  ARM: dts: imx: bx50v3: Define GPIO line names

Sebastian Reichel (3):
  ARM: dts: imx6q-ba16: add USB OTG VBUS enable GPIO
  ARM: dts: imx6q-ba16: improve PHY information
  ARM: dts: imx: bx50v3: i2c GPIOs are open drain

 arch/arm/boot/dts/imx6q-b450v3.dts  |  5 +++++
 arch/arm/boot/dts/imx6q-b650v3.dts  |  5 +++++
 arch/arm/boot/dts/imx6q-b850v3.dts  |  5 +++++
 arch/arm/boot/dts/imx6q-ba16.dtsi   | 21 +++++++++++++++++++++
 arch/arm/boot/dts/imx6q-bx50v3.dtsi | 12 ++++++------
 5 files changed, 42 insertions(+), 6 deletions(-)

Comments

Shawn Guo March 15, 2021, 6:09 a.m. UTC | #1
On Mon, Mar 08, 2021 at 04:18:25PM +0100, Sebastian Reichel wrote:
> Bx50v3 DT improvements

> 

> These are a bunch of small unrelated improvements for the GE Bx50v3

> device tree (and BA16 system on module, which is currently only used

> by Bx50v3).

> 

> Changes since PATCHv1 [1]:

>  * change patch prefix for BA16 patches

>  * remove extra newline from PATCH 1/4

>  * keep 'status' at the end of FEC in PATCH 2/4

> 

> [1] https://lore.kernel.org/lkml/20210223183346.138575-1-sebastian.reichel@collabora.com/

> 

> Thanks for reviewing/merging them,

> 

> -- Sebastian

> 

> Ian Ray (1):

>   ARM: dts: imx: bx50v3: Define GPIO line names

> 

> Sebastian Reichel (3):

>   ARM: dts: imx6q-ba16: add USB OTG VBUS enable GPIO

>   ARM: dts: imx6q-ba16: improve PHY information

>   ARM: dts: imx: bx50v3: i2c GPIOs are open drain


Applied all, thanks.