mbox series

[0/5] ARM: dts: s5pv210: Improvements for Aries boards

Message ID BN6PR04MB0660787FD651F80CD0C22C2BA39E0@BN6PR04MB0660.namprd04.prod.outlook.com (mailing list archive)
Headers show
Series ARM: dts: s5pv210: Improvements for Aries boards | expand

Message

Jonathan Bakker June 13, 2020, 6:44 p.m. UTC
A couple of new drivers have now been added, so we can add support for
them in the device tree for Aries.  These are the accelerometer (bma023)
and the light/proximity sensor (gp2a).

Additionally, the fuelgauge definition was wrong as there is no interrupt
support on the galaxys.  The bluetooth definition also had some issues
with it.

There is one change to the common s5pv210 dtsi and that is that the gph3
bank was missing the interrupt-controller property.

Jonathan Bakker (5):
  ARM: dts: s5pv210: Add interrupt-controller property to gph3
  ARM: dts: s5pv210: Correct fuelgauge definition on Aries
  ARM: dts: s5pv210: Add support for GP2A light sensor on Aries
  ARM: dts: s5pv210: Add BMA023 accelerometer support to Aries
  ARM: dts: s5pv210: Correct BCM4329 bluetooth node

 arch/arm/boot/dts/s5pv210-aries.dtsi      | 90 ++++++++++++++++++++---
 arch/arm/boot/dts/s5pv210-fascinate4g.dts | 17 +++++
 arch/arm/boot/dts/s5pv210-pinctrl.dtsi    |  2 +
 3 files changed, 98 insertions(+), 11 deletions(-)

Comments

Krzysztof Kozlowski June 15, 2020, 7:01 a.m. UTC | #1
On Sat, Jun 13, 2020 at 11:44:22AM -0700, Jonathan Bakker wrote:
> A couple of new drivers have now been added, so we can add support for
> them in the device tree for Aries.  These are the accelerometer (bma023)
> and the light/proximity sensor (gp2a).
> 
> Additionally, the fuelgauge definition was wrong as there is no interrupt
> support on the galaxys.  The bluetooth definition also had some issues
> with it.
> 
> There is one change to the common s5pv210 dtsi and that is that the gph3
> bank was missing the interrupt-controller property.
> 
> Jonathan Bakker (5):
>   ARM: dts: s5pv210: Add interrupt-controller property to gph3
>   ARM: dts: s5pv210: Correct fuelgauge definition on Aries
>   ARM: dts: s5pv210: Add support for GP2A light sensor on Aries
>   ARM: dts: s5pv210: Add BMA023 accelerometer support to Aries

Thanks, applied entire set.

Best regards,
Krzysztof