[PATCH v2 0/4] gs101 max77759 enablement (DT)

André Draszik posted 4 patches 6 months, 4 weeks ago
.../boot/dts/exynos/google/gs101-pixel-common.dtsi | 76 ++++++++++++++++++++++
arch/arm64/boot/dts/exynos/google/gs101.dtsi       |  1 +
arch/arm64/configs/defconfig                       |  1 +
3 files changed, 78 insertions(+)
[PATCH v2 0/4] gs101 max77759 enablement (DT)
Posted by André Draszik 6 months, 4 weeks ago
Hi,

This series enables the recently merged Maxim max77759 driver and
updates the DT for the Google Pixel 6 / Pro (oriole / raven) boards
accordingly.

This gives us some extra GPIOs, and enables NVMEM which is used to
communicate the requested boot mode to the bootloader when doing a cold
reset.

Signed-off-by: André Draszik <andre.draszik@linaro.org>
---
Changes in v2:
- rebase against next-20250516
- add dm-verity-device-corrupted to reboot-mode (nvmem & syscon)
- update commit messages slightly
- Link to v1: https://lore.kernel.org/r/20250306-b4-max77759-mfd-dts-v1-0-9fe8b0eb8123@linaro.org

---
André Draszik (4):
      arm64: defconfig: enable Maxim max77759 driver
      arm64: dts: exynos: gs101-pixel-common: add Maxim MAX77759 PMIC
      arm64: dts: exynos: gs101-pixel-common: add nvmem-reboot-mode
      arm64: dts: exynos: gs101: add dm-verity-device-corrupted syscon-reboot-mode

 .../boot/dts/exynos/google/gs101-pixel-common.dtsi | 76 ++++++++++++++++++++++
 arch/arm64/boot/dts/exynos/google/gs101.dtsi       |  1 +
 arch/arm64/configs/defconfig                       |  1 +
 3 files changed, 78 insertions(+)
---
base-commit: 8566fc3b96539e3235909d6bdda198e1282beaed
change-id: 20250306-b4-max77759-mfd-dts-fb88b6c6bd60

Best regards,
-- 
André Draszik <andre.draszik@linaro.org>

Re: [PATCH v2 0/4] gs101 max77759 enablement (DT)
Posted by Krzysztof Kozlowski 5 months, 3 weeks ago
On Sat, 24 May 2025 06:21:27 +0100, André Draszik wrote:
> This series enables the recently merged Maxim max77759 driver and
> updates the DT for the Google Pixel 6 / Pro (oriole / raven) boards
> accordingly.
> 
> This gives us some extra GPIOs, and enables NVMEM which is used to
> communicate the requested boot mode to the bootloader when doing a cold
> reset.
> 
> [...]

Applied, thanks!

[1/4] arm64: defconfig: enable Maxim max77759 driver
      https://git.kernel.org/krzk/linux/c/ffdf3c776914f89dfb452e2a572e5bb7e89ccad8
[2/4] arm64: dts: exynos: gs101-pixel-common: add Maxim MAX77759 PMIC
      https://git.kernel.org/krzk/linux/c/8deaddf13538d68f4d7bd14a65dcd511ec0aba4e
[3/4] arm64: dts: exynos: gs101-pixel-common: add nvmem-reboot-mode
      https://git.kernel.org/krzk/linux/c/4292d18257c4a296f4b9e56a83ae22fecb63e727
[4/4] arm64: dts: exynos: gs101: add dm-verity-device-corrupted syscon-reboot-mode
      https://git.kernel.org/krzk/linux/c/17a3657e09a326b3417a46ae0044163f2c9c03ed

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Re: [PATCH v2 0/4] gs101 max77759 enablement (DT)
Posted by André Draszik 5 months, 3 weeks ago
On Sat, 2025-05-24 at 06:21 +0100, André Draszik wrote:
> Hi,
> 
> This series enables the recently merged Maxim max77759 driver and
> updates the DT for the Google Pixel 6 / Pro (oriole / raven) boards
> accordingly.
> 
> This gives us some extra GPIOs, and enables NVMEM which is used to
> communicate the requested boot mode to the bootloader when doing a cold
> reset.

Friendly ping.

Cheers,
Andre'
Re: [PATCH v2 0/4] gs101 max77759 enablement (DT)
Posted by Krzysztof Kozlowski 5 months, 3 weeks ago
On 25/06/2025 19:25, André Draszik wrote:
> On Sat, 2025-05-24 at 06:21 +0100, André Draszik wrote:
>> Hi,
>>
>> This series enables the recently merged Maxim max77759 driver and
>> updates the DT for the Google Pixel 6 / Pro (oriole / raven) boards
>> accordingly.
>>
>> This gives us some extra GPIOs, and enables NVMEM which is used to
>> communicate the requested boot mode to the bootloader when doing a cold
>> reset.
> 
> Friendly ping.

Oh, I am really sorry, for some reason I thought it waits on
dependencies. I'll look at this today and hopefully merge it. Apologies
for delays.

Best regards,
Krzysztof