mbox series

[v2,00/18] S5PV210 and Aries DTS improvements

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

Message

Jonathan Bakker May 1, 2020, 11:50 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 GPI gpio node name has been corrected.

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

Changes from v1:
- Correct ADC node name to match reg
- Restore removed regulator suspend state
- Split commit adding support for new devices into separate commits
  for each device
- Add note where sleep gpio cfgs come from
- Ensure subject of all patches matches subsystem
- Add patch correcting GPI node name


Jonathan Bakker (17):
  ARM: dts: s5pv210: Add helper define for sleep gpio config
  ARM: dts: s5pv210: Add sleep GPIO configuration for fascinate4g
  ARM: dts: s5pv210: Add sleep GPIO configuration for galaxys
  ARM: dts: s5pv210: Set keep-power-in-suspend for SDHCI1 on aries
  ARM: dts: s5pv210: Disable pulls on GPIO i2c adapters for aries
  ARM: dts: s5pv210: Add WM8994 support to aries boards
  ARM: dts: s5pv210: Add FSA9480 support to Aries boards
  ARM: dts: s5pv210: Add touchkey support to aries boards
  ARM: dts: s5pv210: Add panel support to aries boards
  ARM: dts: s5pv210: Add remaining i2c-gpio adapters to aries
  ARM: dts: s5pv210: Disable pull for vibrator ena GPIO on aries
  ARM: dts: s5pv210: Add an ADC node
  ARM: dts: s5pv210: Enable ADC on aries boards
  ARM: dts: s5pv210: Assign clocks to MMC devices on aries
  ARM: dts: s5pv210: Correct FIMC definitions
  ARM: dts: s5pv210: Set MAX8998 GPIO pulls on aries
  ARM: dts: s5pv210: Correct gpi gpio node name

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

 arch/arm/boot/dts/s5pv210-aries.dtsi      | 359 ++++++++++++++++++++--
 arch/arm/boot/dts/s5pv210-fascinate4g.dts | 249 +++++++++++++++
 arch/arm/boot/dts/s5pv210-galaxys.dts     | 292 ++++++++++++++++++
 arch/arm/boot/dts/s5pv210-pinctrl.dtsi    |   9 +-
 arch/arm/boot/dts/s5pv210.dtsi            |  23 +-
 5 files changed, 907 insertions(+), 25 deletions(-)

Comments

Krzysztof Kozlowski May 4, 2020, 3:15 p.m. UTC | #1
On Fri, May 01, 2020 at 04:50:01PM -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 GPI gpio node name has been corrected.
> 
> The patches have been tested on both a GT-i9000 as well as an
> SGH-T959P and both can now suspend/resume properly.
> 
> Changes from v1:
> - Correct ADC node name to match reg
> - Restore removed regulator suspend state
> - Split commit adding support for new devices into separate commits
>   for each device
> - Add note where sleep gpio cfgs come from
> - Ensure subject of all patches matches subsystem
> - Add patch correcting GPI node name
> 
> 
> Jonathan Bakker (17):
>   ARM: dts: s5pv210: Add helper define for sleep gpio config
>   ARM: dts: s5pv210: Add sleep GPIO configuration for fascinate4g
>   ARM: dts: s5pv210: Add sleep GPIO configuration for galaxys
>   ARM: dts: s5pv210: Set keep-power-in-suspend for SDHCI1 on aries
>   ARM: dts: s5pv210: Disable pulls on GPIO i2c adapters for aries
>   ARM: dts: s5pv210: Add WM8994 support to aries boards
>   ARM: dts: s5pv210: Add FSA9480 support to Aries boards
>   ARM: dts: s5pv210: Add touchkey support to aries boards
>   ARM: dts: s5pv210: Add panel support to aries boards
>   ARM: dts: s5pv210: Add remaining i2c-gpio adapters to aries
>   ARM: dts: s5pv210: Disable pull for vibrator ena GPIO on aries
>   ARM: dts: s5pv210: Add an ADC node
>   ARM: dts: s5pv210: Enable ADC on aries boards
>   ARM: dts: s5pv210: Assign clocks to MMC devices on aries
>   ARM: dts: s5pv210: Correct FIMC definitions
>   ARM: dts: s5pv210: Set MAX8998 GPIO pulls on aries
>   ARM: dts: s5pv210: Correct gpi gpio node name
> 
> Paweł Chmiel (1):
>   ARM: dts: s5pv210: Add si470x fmradio to galaxys
>

Nice job!

Thanks, I applied entire set.

Best regards,
Krzysztof