mbox series

[v2,0/9] Config and devicetree updates for the Librem 5 phone

Message ID 20210118105425.425-1-martin.kepplinger@puri.sm (mailing list archive)
Headers show
Series Config and devicetree updates for the Librem 5 phone | expand

Message

Martin Kepplinger Jan. 18, 2021, 10:54 a.m. UTC
This is another set of updates in order to maintain support for the
Librem 5 phone:

revision history
----------------
v2: thanks Shawn and Krzysztof
* fix dts style issues in "enable the LCD panel"
* reorder for the bindings to go before the dts usage
* add ack and review tags

v1: https://lore.kernel.org/linux-arm-kernel/20210112095151.4995-1-martin.kepplinger@puri.sm/

Guido Günther (5):
  arm64: defconfig: Enable vibra-pwm
  arm64: dts: imx8mq-librem5: Mark charger IRQ as High-Z
  arm64: dts: imx8mq-librem5: Don't mark buck3 as always on
  arm64: dts: imx8mq-librem5: Add usb-c chip as supplier for the charger
  arm64: dts: imx8mq-librem5: Add LCD_1V8 regulator

Martin Kepplinger (4):
  arm64: dts: imx8mq-librem5: enable the LCD panel
  arm64: dts: imx8mq-librem5: set regulators boot-on
  dt-bindings: arm: fsl: Add the librem 5 Evergreen revision
  arm64: dts: Add Librem5 Evergreen

 .../devicetree/bindings/arm/fsl.yaml          |  1 +
 arch/arm64/boot/dts/freescale/Makefile        |  1 +
 .../boot/dts/freescale/imx8mq-librem5-r4.dts  | 35 ++++++++
 .../boot/dts/freescale/imx8mq-librem5.dtsi    | 85 ++++++++++++++++++-
 arch/arm64/configs/defconfig                  |  1 +
 5 files changed, 119 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-librem5-r4.dts

Comments

Shawn Guo Jan. 29, 2021, 8:21 a.m. UTC | #1
On Mon, Jan 18, 2021 at 11:54:16AM +0100, Martin Kepplinger wrote:
> This is another set of updates in order to maintain support for the
> Librem 5 phone:
> 
> revision history
> ----------------
> v2: thanks Shawn and Krzysztof
> * fix dts style issues in "enable the LCD panel"
> * reorder for the bindings to go before the dts usage
> * add ack and review tags
> 
> v1: https://lore.kernel.org/linux-arm-kernel/20210112095151.4995-1-martin.kepplinger@puri.sm/
> 
> Guido Günther (5):
>   arm64: defconfig: Enable vibra-pwm
>   arm64: dts: imx8mq-librem5: Mark charger IRQ as High-Z
>   arm64: dts: imx8mq-librem5: Don't mark buck3 as always on
>   arm64: dts: imx8mq-librem5: Add usb-c chip as supplier for the charger
>   arm64: dts: imx8mq-librem5: Add LCD_1V8 regulator
> 
> Martin Kepplinger (4):
>   arm64: dts: imx8mq-librem5: enable the LCD panel
>   arm64: dts: imx8mq-librem5: set regulators boot-on
>   dt-bindings: arm: fsl: Add the librem 5 Evergreen revision
>   arm64: dts: Add Librem5 Evergreen

Applied all, thanks.