[PATCH v2 0/6] arm64: dts: imx8mq-librem5: phone DT updates

Martin Kepplinger posted 6 patches 3 years, 7 months ago
.../boot/dts/freescale/imx8mq-librem5.dtsi    | 40 ++++++++++++++++++-
1 file changed, 38 insertions(+), 2 deletions(-)
[PATCH v2 0/6] arm64: dts: imx8mq-librem5: phone DT updates
Posted by Martin Kepplinger 3 years, 7 months ago
hi Shawn and all interested,

This is another small number of patches that enables more devices
or features found on the Librem 5 phone.

thank you,

                               martin

revision history
----------------
v2: (thank you Krzysztof)
* make led node names generic
* add a mipi-csi syntax fix

v1:
https://lore.kernel.org/phone-devel/20220831080301.1092737-1-martin.kepplinger@puri.sm/



Angus Ainslie (2):
  arm64: dts: imx8mq-librem5: add USB type-c properties for role
    switching
  arm64: dts: imx8mq-librem5: add usb-role-switch property to dwc3

Guido Günther (1):
  arm64: dts: imx8mq-librem5: add RGB pwm notification leds

Martin Kepplinger (2):
  arm64: dts: imx8mq-librem5: describe the voice coil motor for focus
    control
  arm64: dts: imx8mq-librem5: fix mipi_csi description

Sebastian Krzyszkowiak (1):
  arm64: dts: imx8mq-librem5: Add bq25895 as max17055's power supply

 .../boot/dts/freescale/imx8mq-librem5.dtsi    | 40 ++++++++++++++++++-
 1 file changed, 38 insertions(+), 2 deletions(-)

-- 
2.30.2

Re: [PATCH v2 0/6] arm64: dts: imx8mq-librem5: phone DT updates
Posted by Shawn Guo 3 years, 7 months ago
On Fri, Sep 02, 2022 at 10:42:10AM +0200, Martin Kepplinger wrote:
> hi Shawn and all interested,
> 
> This is another small number of patches that enables more devices
> or features found on the Librem 5 phone.
> 
> thank you,
> 
>                                martin
> 
> revision history
> ----------------
> v2: (thank you Krzysztof)
> * make led node names generic
> * add a mipi-csi syntax fix
> 
> v1:
> https://lore.kernel.org/phone-devel/20220831080301.1092737-1-martin.kepplinger@puri.sm/
> 
> 
> 
> Angus Ainslie (2):
>   arm64: dts: imx8mq-librem5: add USB type-c properties for role
>     switching
>   arm64: dts: imx8mq-librem5: add usb-role-switch property to dwc3
> 
> Guido Günther (1):
>   arm64: dts: imx8mq-librem5: add RGB pwm notification leds
> 
> Martin Kepplinger (2):
>   arm64: dts: imx8mq-librem5: describe the voice coil motor for focus
>     control
>   arm64: dts: imx8mq-librem5: fix mipi_csi description
> 
> Sebastian Krzyszkowiak (1):
>   arm64: dts: imx8mq-librem5: Add bq25895 as max17055's power supply

Applied all, thanks!