]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: tegra: lg-x3: Set PMIC's RTC address
authorSvyatoslav Ryhel <clamor95@gmail.com>
Mon, 11 May 2026 07:48:52 +0000 (10:48 +0300)
committerThierry Reding <treding@nvidia.com>
Fri, 29 May 2026 12:36:12 +0000 (14:36 +0200)
LG X3 devices have the PMIC's RTC module located at a non-standard
address. Set the correct address.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/nvidia/tegra30-lg-x3.dtsi

index d2a5904cebedddc2e6725b7ca0b63afb7670ced3..60e8a19aa70ecadb7d7a0d251ee3b12cf9ca01dc 100644 (file)
 
                pmic: max77663@1c {
                        compatible = "maxim,max77663";
-                       reg = <0x1c>;
+                       reg = <0x1c>, <0x48>;
+                       reg-names = "pmic", "rtc";
 
                        interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
                        #interrupt-cells = <2>;