2023-07-17 11:20:18

by Martin Kepplinger

[permalink] [raw]
Subject: [PATCH v1 0/4] arm64: dts: imx8mq-librem5: description updates

From: Martin Kepplinger <[email protected]>

hi Shaw and all interested,

This is another small but important round of hardware description updates
for the Librem 5 phone. The first allows to use the display stack in
the first place. The other 3 patches improve diplay-blanking when talking,
enable fast charging when system-suspended, and faster system-resume.

thanks,

martin

Martin Kepplinger (1):
arm64: dts: imx8mq-librem5: set audio-1v8 always-on

Sebastian Krzyszkowiak (3):
arm64: dts: imx8mq-librem5-r4: Bump up proximity sensor's near level
arm64: dts: imx8mq-librem5: Mark tps65982 as wakeup source
arm64: dts: imx8mq-librem5: Reduce usdhc2's post-power-on-delay-ms to
20ms

arch/arm64/boot/dts/freescale/imx8mq-librem5-r4.dts | 2 +-
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)

--
2.30.2



2023-07-30 06:36:43

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v1 0/4] arm64: dts: imx8mq-librem5: description updates

On Mon, Jul 17, 2023 at 10:00:52AM +0000, Martin Kepplinger wrote:
> From: Martin Kepplinger <[email protected]>
>
> hi Shaw and all interested,
>
> This is another small but important round of hardware description updates
> for the Librem 5 phone. The first allows to use the display stack in
> the first place. The other 3 patches improve diplay-blanking when talking,
> enable fast charging when system-suspended, and faster system-resume.
>
> thanks,
>
> martin
>
> Martin Kepplinger (1):
> arm64: dts: imx8mq-librem5: set audio-1v8 always-on
>
> Sebastian Krzyszkowiak (3):
> arm64: dts: imx8mq-librem5-r4: Bump up proximity sensor's near level
> arm64: dts: imx8mq-librem5: Mark tps65982 as wakeup source
> arm64: dts: imx8mq-librem5: Reduce usdhc2's post-power-on-delay-ms to
> 20ms

Applied all, thanks!