mbox series

[00/13] S5PV210 and Aries DTS improvements

Message ID BN6PR04MB06601A5656CF70A4DCA7998BA3AE0@BN6PR04MB0660.namprd04.prod.outlook.com (mailing list archive)
Headers show
Series S5PV210 and Aries DTS improvements | expand

Message

Jonathan Bakker April 26, 2020, 6:35 p.m. UTC
This patchset makes several improvements to Aries devices which are
based on S5PV210.  Several pulls on GPIOs were incorrect/not specified,
sleep GPIO configurations have been added, and more devices have been
added.

Touching the common S5PV210 DTSI are the addition of the ADC node
as well as fixes to the FIMC definitions and a sleep GPIO helper
added.

The patches have been tested on both a GT-i9000 as well as an
SGH-T959P and both can now suspend/resume properly.

Jonathan Bakker (12):
  arm: dts: s5pv210: Add helper define for sleep gpio config
  arm: dts: s5pv210: fascinate4g: Add sleep GPIO configuration
  arm: dts: s5pv210: galaxys: Add sleep GPIO configuration
  arm: dts: s5pv210: aries: Set keep-power-in-suspend for SDHCI1
  arm: dts: s5pv210: aries: Disable pulls on GPIO i2c adapters
  arm: dts: s5pv210: aries: Add support for more devices
  arm: dts: s5pv210: aries: Disable pull for vibrator ena GPIO
  arm: dts: s5pv210: Add an ADC node
  arm: dts: s5pv210: aries: Enable ADC node
  arm: dts: s5pv210: Assign clocks to MMC devices
  arm: dts: s5pv210: Correct FIMC definitions
  arm: dts: s5pv210: aries: Set MAX8998 GPIO pulls

Paweł Chmiel (1):
  arm: dts: s5pv210: galaxys: Add si470x fmradio

 arch/arm/boot/dts/s5pv210-aries.dtsi      | 349 ++++++++++++++++++++--
 arch/arm/boot/dts/s5pv210-fascinate4g.dts | 248 +++++++++++++++
 arch/arm/boot/dts/s5pv210-galaxys.dts     | 291 ++++++++++++++++++
 arch/arm/boot/dts/s5pv210-pinctrl.dtsi    |   7 +
 arch/arm/boot/dts/s5pv210.dtsi            |  25 +-
 5 files changed, 891 insertions(+), 29 deletions(-)

Comments

Krzysztof Kozlowski April 28, 2020, 10:38 a.m. UTC | #1
On Sun, Apr 26, 2020 at 11:35:51AM -0700, Jonathan Bakker wrote:
> This patchset makes several improvements to Aries devices which are
> based on S5PV210.  Several pulls on GPIOs were incorrect/not specified,
> sleep GPIO configurations have been added, and more devices have been
> added.
> 
> Touching the common S5PV210 DTSI are the addition of the ADC node
> as well as fixes to the FIMC definitions and a sleep GPIO helper
> added.
> 
> The patches have been tested on both a GT-i9000 as well as an
> SGH-T959P and both can now suspend/resume properly.
> 
> Jonathan Bakker (12):
>   arm: dts: s5pv210: Add helper define for sleep gpio config
>   arm: dts: s5pv210: fascinate4g: Add sleep GPIO configuration
>   arm: dts: s5pv210: galaxys: Add sleep GPIO configuration
>   arm: dts: s5pv210: aries: Set keep-power-in-suspend for SDHCI1
>   arm: dts: s5pv210: aries: Disable pulls on GPIO i2c adapters
>   arm: dts: s5pv210: aries: Add support for more devices
>   arm: dts: s5pv210: aries: Disable pull for vibrator ena GPIO
>   arm: dts: s5pv210: Add an ADC node
>   arm: dts: s5pv210: aries: Enable ADC node
>   arm: dts: s5pv210: Assign clocks to MMC devices
>   arm: dts: s5pv210: Correct FIMC definitions
>   arm: dts: s5pv210: aries: Set MAX8998 GPIO pulls
> 
> Paweł Chmiel (1):
>   arm: dts: s5pv210: galaxys: Add si470x fmradio

Thanks for the patches, nice work!

I commented on some of them. The other look good but I will wait with
applying for v2. When resending everything, change the subject of each
patch to match subsystem, so:
	ARM: dts: s5pv210:

Best regards,
Krzysztof